Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题是我需要安装在安装过程中运行附加服务的程序。尝试手动运行时,返回错误 1084:无法在安全模式下启动服务。
为了运行此服务,我应该向注册表添加什么?
要在安全模式下启动服务,您必须运行regedit.exe并转到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot.
regedit.exe
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot
Windows 有 2 种安全模式。最小的一个和一个有网络的。
现在在您的类型下创建一个带有驱动程序短名称的键,并在默认字符串中键入服务。在这里,您还可以将您希望在安全模式下加载的其他 Windows 服务/驱动程序列入白名单。