Forum Discussion
dijkhuizen280
Apr 13, 2021Copper Contributor
how to disable http.sys
I am using HFS fileserver on my win2019 essentials server. It uses TCP port 80.. But there is also another process (PID 4) listening to port 80. I couldn't find the right service to stop in How ca...
Dave Patrick
Apr 13, 2021MVP
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP
Change the value of "Start" to 4, which is Disabled.
- tomdryanSep 14, 2022Copper ContributorThanks Dave! I'd been fighting with that service for a while. This did the trick. 🙂
- Dave PatrickSep 14, 2022MVP
Glad to hear, you're welcome.