Skip to content

Instantly share code, notes, and snippets.

@dg1an3
Last active November 11, 2019 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dg1an3/35f37bd391d9db60b427f34a69ef6bf2 to your computer and use it in GitHub Desktop.
Save dg1an3/35f37bd391d9db60b427f34a69ef6bf2 to your computer and use it in GitHub Desktop.
Get-WmiObject -Class Win32_Product | ?{$_.Name -like "Python 3.*" | Format-Table
Get-WmiObject -Class Win32_Product | ?{$_.Name -like "Python 3.*" | foreach {$_.Uninstall()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment