Skip to content

Instantly share code, notes, and snippets.

@jstangroome
Created July 11, 2012 02:03
Show Gist options
  • Save jstangroome/3087490 to your computer and use it in GitHub Desktop.
Save jstangroome/3087490 to your computer and use it in GitHub Desktop.
Uninstall an application listed in Add/Remove Programs via PowerShell
(gwmi win32_product -filter 'Name="name of application in Add/Remove Programs"').Uninstall()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment