Outils pour utilisateurs

Outils du site


windows:powershell_unistall_software

Désinstaller un logiciel avec pôwershell

PS> $app = Get-WmiObject -Class Win32_Product -Filter "Name = '<Package Name>'"

PS> $app.Uninstall()
windows/powershell_unistall_software.txt · Dernière modification: 2019/01/25 15:56 (modification externe)