[wpkg-users] In memory of WMIC...
Raimundas Andrijauskas
raimundasa at gmail.com
Thu Mar 12 10:05:30 CET 2026
powershell -C "msiexec /x (Get-CimInstance -ClassName Win32_Product | Where-Object { $_.Name -like 'Adobe Acrobat Reader*' }).IdentifyingNumber /quiet /norestart"
> I've found the query part, as:
>
> Get-CimInstance -Class Win32_Product | Where-Object { $_.Name -eq "Adobe Acrobat Reader*" }
>
> but how to call the uninstall part, with silent option?
More information about the wpkg-users
mailing list