Archive for March, 2011
How to run as the Network Service Account in Windows 2008
Thursday, March 24th, 2011Download Psexec.exe from systernals. then run this command from cmd.exe: DO NOT USE COPY PASTE.. RETYPE IT MANUALLY.. for some reason if you copy and paste it, it doesnt work.. dont know why DO NOT COPY IT .. ReTYPE IT… psexec -i -u “nt authority\network service” cmd.exe run whoami to confirm you are now running [...]
How to Run as System Account on Windows 2008
Thursday, March 24th, 2011To run an app as System, download psexec from systernals. Then run: psexec -i -s cmd.exe this will launch the cmd application interactively, you can then launch whatever application you want as sytem. _______________________________________PLEASE HELP BY BOOKMARKING OUR SITE…