How do I login as a SYSTEM on a Windows XP computer?
772
I need to login as SYSTEM because my Apache runs a process as a SYSTEM (that's what I see in Task Manager) and I need to run that process from the command-line (psexec.exe) to accept the EULA popup, otherwise it will just hang on the Apache side.
As you cannot log in interactively as SYSTEM your best bet is to temporarily run Apache under a different account, accept the EULA (obviously for some other package, because Apache doesn't have such a popup), the reset it back to the SYSTEM account.
As you cannot log in interactively as SYSTEM your best bet is to temporarily run Apache under a different account, accept the EULA (obviously for some other package, because Apache doesn't have such a popup), the reset it back to the SYSTEM account.
psexec -s
will run things as System but interactively on the current desktop.You can have apache accept the EULA by running psexec with the
-accepteula
parameterDepending on which OS you use you can use the at command to schedule a job.
First get the local time with the "time" command.
Then schedule a job one minute later from the command line:
C:\Users\wilfriedvs>at 10:01 /interactive cmd.exe