سؤال

How do I open an interactive application, such as cmd.exe or Windows Explorer, running as NETWORK SERVICE? There are ways to do it for the SYSTEM account, but NETWORK SERVICE is proving to be a challenge. I need this to work on Windows 7, but would be interested in solutions for other Windows versions as well.

نصائح أخرى

Here is how you would use PsExec to run cmd.exe under "NETWORK SERVICE" user context:

psexec -i -u "nt authority\network service" cmd.exe 
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top