Run command arguments

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi all,

I' m using this code below so a particular user can change their screen
saver settings easily.

<job id="12345-WSH Script">

<script language="JScript">

var WshObj;
WshObj = WScript.CreateObject("WScript.Shell");
WshObj.Run("RunDll32.exe desk.cpl, InstallScreenSaver", 1, 1);
</script>

</job>

All of this works OK, although I'm trying to determine what the argument "1,
1" on the end do.

Also, what other numbers can I apply instead of these numbers, and what then
will they do that's different?

Thanks very much for your help
Karen
.