=== DĂ©sinstaller un logiciel avec pĂ´wershell=== PS> $app = Get-WmiObject -Class Win32_Product -Filter "Name = ''" PS> $app.Uninstall() {{tag>unistall powershell }}