0
点赞
收藏
分享

微信扫一扫

Remote Debugger Service vs2005

芭芭蘑菇 2022-05-20 阅读 137

创建脚本debug.bat 

call C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Remote Debugger\x86\

msvsmon.exe" /noauth /anyuser /silent


创建服务 

 sc create runsys  binpath= "cmd /k start c:\debug.bat" type= own type= interact

 完成后机器不用登录都可以调试了 




举报

相关推荐

0 条评论