Dav*_*vid 8 windows-7 services
我有一个崩溃的网络服务器,我应该能够使用以下命令关闭它:
net stop https-myWebserver
Run Code Online (Sandbox Code Playgroud)
但是,我收到以下错误(在 Windows 7 64 位上):
服务正在启动或停止。请稍后再试。
如何强制服务立即停止/退出?我希望避免重新启动服务器。
小智 11
您应该能够通过任务管理器杀死它。
Right-click on taskbar -> Start Task Manager
Run Code Online (Sandbox Code Playgroud)
如果您可以在“进程”选项卡下找到它:
Right click and select "End Process"
Run Code Online (Sandbox Code Playgroud)
如果您在 Processes 下没有看到它(或者不知道您要杀死的服务的进程是哪个),
在“进程”选项卡上时
Check "Show processes from all users" in the lower left
Then "View" menu and choose "Select Columns"
Check "PID" and hit OK
Go to the services tab to find the PID of the service you want to kill
Go back to Processes tab and Right-click -> End Process
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
31683 次 |
| 最近记录: |