EMP*_*EMP 17 windows security authentication network-service
如何打开作为NETWORK SERVICE运行的交互式应用程序,例如cmd.exe或Windows资源管理器?有很多方法可以为SYSTEM帐户执行此操作,但NETWORK SERVICE被证明是一项挑战.我需要这个在Windows 7上工作,但也会对其他Windows版本的解决方案感兴趣.
swa*_*kat 22
你试过PsExec吗?
http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
http://forum.sysinternals.com/how-to-start-cmdexe-as-network-service_topic15797.html
以下是如何使用 PsExec 在“NETWORK SERVICE”用户上下文下运行 cmd.exe:
psexec -i -u "nt authority\network service" cmd.exe
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
23767 次 |
最近记录: |