How to run a program under LocalSystem account:
- Download PSTools from here: http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
- open the command prompt using the following command using the psexec.exe
PSExec.exe -i -s -d cmd.exe
- In the command prompt window start any program that you want to run under Local System account.
2 comments:
Sweet asswaffles
Thank you, it helped me
Post a Comment