Skip to content

Instantly share code, notes, and snippets.

@murven
Created April 17, 2018 16:27
Show Gist options
  • Save murven/a644eca7843ae42e5d2597bbdaa1aca4 to your computer and use it in GitHub Desktop.
Save murven/a644eca7843ae42e5d2597bbdaa1aca4 to your computer and use it in GitHub Desktop.
gwmi Win32_Product -Filter "Name LIKE 'Extension Name%'" | foreach { $_.Uninstall() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment