Uninstall Programs from Command Line

Use this command to get a list of all installed applications

 

get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize

Use this command to delete software

msiexec /x "{GUID}"

 

image.png


Revision #1
Created 24 September 2025 13:43:37 by ColtM
Updated 24 September 2025 13:45:07 by ColtM