首页

删除window服务命令

删除window服务命令
sc.exe这个Windows命令
开始——运行——cmd.exe,然后输入sc -?可以查看使用参数
sc delete "服务名" (如果服务名中间有空格,就需要前后加引号)
例如:sc delete TestService