Remote Debugger Service vs2005

创建脚本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

 

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

posted @ 2011-07-07 17:43  ahuo  阅读(285)  评论(0编辑  收藏  举报