Guest User

Untitled

a guest
May 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $app = Get-WmiObject -Class Win32_Product | Where-Object {
  2. $_.Name -match "Software Name"
  3. }
  4.  
  5. $app.Uninstall()
Add Comment
Please, Sign In to add comment