Wiindows 10 中哪里注意到安装进程正在运行?
Java 安装过程崩溃。 当我尝试重新启动安装时,我收到消息说还有另一个安装仍在运行。 该标志在哪里以及如何重置它?
An installation process for Java crashed.
When I try to restart the installation, I get the message that there is another installation still running.
Where is this flag and how can I reset it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 https://windowsreport.com 中的第 6 条提示/another-installation-already-progress-error-windows-10/#6。
运行注册表。然后找到键“HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsInstallerInProgress”和“HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInstaller”并找到默认值并双击它。从数据值字段中删除值。
更改注册表后,您需要将 Windows Installer 服务的启动类型设置为“已禁用”。之后,重新启动 PC 并将 Windows Installer 的启动类型设置为手动。
Try the tip number 6 from https://windowsreport.com/another-installation-already-progress-error-windows-10/#6.
Run regedit. Then find the keys "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsInstallerInProgress" and "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInstaller" and locate the Default value and double click it. Delete the values from Data value field.
After making changes to your registry, you need to set the Startup type of the Windows Installer service to Disabled. After that, restart your PC and set the Startup type for Windows Installer to Manual.