WMIC卸载Wow6432Node中的一个程序

WMIC to unistall a program in Wow6432Node

您好,想使用 wmic 卸载程序问题是程序存储在:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall

wmic默认只能查看:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

你能找到卸载应用程序的方法吗:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall

使用wmic

我看到一些关于这个问题的posts

还发现 this 可能有帮助:

我真的需要使用 wmic 来卸载程序 谁能帮我? 任何人都可以在 cpp 中创建一个小函数来将 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall 上的 WMIC 设置为默认值吗?

我知道这很难,任何帮助都会很棒!!!

Requesting WMI Data on a 64-bit Platform:

下记录了您要求的内容

C++ applications can use the IWbemContext interface with IWbemServices::ExecMethod to communicate the use of a nondefault provider to WMI.