Britec Tech Support Forum

Full Version: Does this work for other programs?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Brian,
In your video 

   Does this work for other programs if I change the program name to another?
Yes you would need the code to uninstall other programs.

Type this in Powershell 

Code:
Get-WmiObject win32_product

This lists all programs in win32
nice!
That is a nice one... Gotta love Powershell
Powershell is very powerful