如何在Visual Studio中作为NT AUTHORITY \ SYSTEM进行调试? [英] How to debug as NT AUTHORITY\SYSTEM in Visual Studio?

查看:198
本文介绍了如何在Visual Studio中作为NT AUTHORITY \ SYSTEM进行调试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试调试为NT AUTHORITY \ SYSTEM.我尝试使用以下问题中描述的方法: RunAs在Visual Studio中调试时的其他用户

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?

推荐答案

runas无法作为系统/本地服务/网络服务等启动.但是

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

-s 在系统帐户中运行远程进程.

-s Run the remote process in the System account.

这篇关于如何在Visual Studio中作为NT AUTHORITY \ SYSTEM进行调试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆