How to debug as NT AUTHORITY\SYSTEM in Visual Studio?

可紊 提交于 2019-12-10 16:13:08

问题


I'm trying to debug as NT AUTHORITY\SYSTEM. I've tried to use the methods described in the following question: RunAs A different user when debugging in Visual Studio

Yet, what credentials do I need to use in order to pass through authentication?


回答1:


runas cannot start as System/Local Service/Network Service etc. But psexec -s can start a process as System.

-s Run the remote process in the System account.



来源:https://stackoverflow.com/questions/21466060/how-to-debug-as-nt-authority-system-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!