No http service - Windows 10
Services MMC doesn't list http
, as it's a driver and not exactly a service.
These two commands will tell you how http driver is configured and what happens whey they start. From Admin Command Prompt, type:
sc qc http
To start http driver:
net start http
(the latter will try to start http
, and shows an error code if it fails to start.)