First off, how can I set up a Scheduled Task to run under the SYSTEM account?<BR><BR>Second, within the script how can I jump from being SYSTEM to being the user.<BR><BR>Basically, I need to run a ...
I want to run code in user mode as SYSTEM. Running as a different user with the same privileges is not an option. I guess I need to either impersonate SYSTEM or just launch an exe as it. Assume I am ...