今天检查了一下自己的服务器群,发现有一台托管在安徽的服务器,经常出现一些莫名其妙的系统蓝屏以及死机重启等情况。
这个情况其实已经出现了一段时间,今天就开了数台服务器,一起比对一下系统服务以及一些启动项。最终找出了问题的所在。
引发莫名其妙的系统蓝屏以及死机重启等情况就是这个“WinHttpAutoProxySvc”服务。
Implements the Web Proxy Auto-Discovery (WPAD) protocol for Windows HTTP Services (WinHTTP). WPAD is a protocol to enable an HTTP client to automatically discover a proxy configuration. If this service is stopped or disabled, the WPAD protocol will be executed within the HTTP client's process instead of an external service process; there would be no loss of functionality as a result.
...