Run command in system context
Sometimes I need to test program, scripts and so on running in system context, just to see if its working. For this I always use an old friend from sysinternals PSEXEC. http://technet.microsoft.com/en-us/sysinternals/bb897553 So let start a command prompt as SYSTEM: Use the command: psexec -s cmd.exe First time you start