Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

Uninstall Program through PS

$
0
0

hi there,

please to help with my case.what i want to do is to search for certain program uninstall string in registry -

hklm:\

 

software\wow6432node\microsoft\windows\currentversion\uninstall

On each computer the program is different version - for example java.

so i was able to display the uninstall strings of the program in the PS console but my point is to export the data of the UninstallString value ( msiexec.exe /x{**********} )into txt or csv files where i can modify it.

any sugestions?

Thanks in advance


Viewing all articles
Browse latest Browse all 10624

Trending Articles