如何重新安装http windows服务

Maj*_*eri 3 windows-7 windows-services

我用 http(WINHTTP windows service) 替换了 apache webserver 以使用虚拟主机功能。但是我丢失了之前删除的 http(WINHTTP Windows 服务)。我现在想重新安装此服务以使用打印后台处理程序。

Maj*_*eri 6

我的 http windows 服务被禁用。启用此服务。在命令行或运行中运行此代码

sc config http start= auto
Run Code Online (Sandbox Code Playgroud)

print spool-er 服务依赖于 http 服务。如果 http 服务被禁用。打印后台处理程序(打印服务)无法启动。