Hello want to use wmic
to unistall a program the problem is that the program is stored in:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall
And wmic
can only view by default:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
Can you find a way to unistall apps in:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall
using wmic
?
I have seen some posts regarding this problem:
Also found this might be helpfull:
I really need to use wmic
for uninstall the program can anyone help me?
Can anyone create a small function in cpp to set WMIC on HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall
as default?
I know it is hard, any help would be great!!!