Prosto:
$app = Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -match „Ask Toolbar” }
$app.Uninstall()
Komentarze są wyłączone