command line - How do I 'runas' 'Network Service'? - Stack Overflow Use PsExec.exe (Link->http://sta...

Please Visit: http://ift.tt/1ajReyV



command line - How do I 'runas' 'Network Service'? - Stack Overflow

Use PsExec.exe (Link->http://ift.tt/1kibt90) from SysInternals.

e.g. this will open a new command prompt running as NETWORK SERVICE:

psexec -i -u "nt authority\network service" cmd.exe

this will run it as LOCAL SYSTEM:

psexec -i -s cmd.exe

You can verify these by running whoami from the cmd prompt.

http://ift.tt/1lFC3a2

http://ift.tt/1kibtpi



command line - How do I 'runas' 'Network Service'? - Stack Overflow







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1lFC3a5

via LifeLong Community

No comments:

Post a Comment