# Uninstall Programs from Command Line

<span data-teams="true">Use this command to get a list of all installed applications</span>

`<span data-teams="true">get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize</span>`

Use this command to delete software

`msiexec /x "{GUID}"`

[![image.png](https://docs.coltscomputer.services/uploads/images/gallery/2025-09/scaled-1680-/9E0n9utnG8JFDhmp-image.png)](https://docs.coltscomputer.services/uploads/images/gallery/2025-09/9E0n9utnG8JFDhmp-image.png)