以管理员权限运行c:\windows\system32\cmd.exe
 
C:\WINDOWS\system32>net stop http
 
HTTP Service 服务已成功停止。
 
C:\WINDOWS\system32>netstat -ano | findstr 0.0.0.0:80
 
C:\WINDOWS\system32>sc config http start=disabled
[SC] ChangeServiceConfig 成功

相关文章:

  • 2022-02-09
  • 2021-07-01
  • 2021-05-03
  • 2022-02-09
  • 2021-11-25
  • 2021-04-02
  • 2021-12-27
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2021-12-07
  • 2021-11-13
  • 2021-04-19
  • 2022-12-23
  • 2021-06-27
相关资源
相似解决方案