如何了解哪个 MSI 文件开始
How to understand which MSI file start
我有 W8.1,我需要知道在 OS 打开时启动哪个 MSI 文件,因为安装已损坏,而且我一直需要按取消。我想删除它以停止以 Explorer.exe 开头
我已经尝试停用任务管理器选项卡进程中的所有进程,但不起作用。
有激活日志的方法吗?
您可以检查系统的事件日志以确定触发安装或修复的产品。
详情请看这两个帖子:
- How can I determine what causes repeated Windows Installer self-repair?
- Uninstalling an MSI file from the command line without using msiexec
- Cleanup pending installation
我有 W8.1,我需要知道在 OS 打开时启动哪个 MSI 文件,因为安装已损坏,而且我一直需要按取消。我想删除它以停止以 Explorer.exe 开头 我已经尝试停用任务管理器选项卡进程中的所有进程,但不起作用。 有激活日志的方法吗?
您可以检查系统的事件日志以确定触发安装或修复的产品。
详情请看这两个帖子:
- How can I determine what causes repeated Windows Installer self-repair?
- Uninstalling an MSI file from the command line without using msiexec
- Cleanup pending installation