Once I'm going to debug a service as soon as it is started, I found a tool called gflags.exe, but unlucklily, it couldn't stop, so that I can't start that service, after search, I found the work around, and at last, the service can be started successfully, althout it cost much of my time.
Disable it like:
gflags.exe -p /disable w3wp.exe
Here are some introduction of this tool:
Gflags.exe
本文介绍了一种使用gflags.exe工具调试Windows服务的方法。当需要在服务启动时进行调试但服务无法暂停时,可以通过gflags.exe禁用特定进程来实现。文章提供了具体的命令示例,并链接了更多关于gflags.exe的资料。
1127

被折叠的 条评论
为什么被折叠?



