Copy link to clipboard
Copied
How can I uninstall Adobe Reader X using command line. I used the MSI to install it.
You can uninstall using the following command lines:
1. msiexec /x AcroRead.msi
2. msiexec /x <Product code>
For product code you can substitue the GUID from following location in the registry HKLM\Software\Adobe\Acrobat Reader 10.0\Installer (For 32 bit) or HKLM\Software\Wow6432Node\Adobe\Acrobat Reader 10.0\Installer (For 64 bit).
Copy link to clipboard
Copied
You can uninstall using the following command lines:
1. msiexec /x AcroRead.msi
2. msiexec /x <Product code>
For product code you can substitue the GUID from following location in the registry HKLM\Software\Adobe\Acrobat Reader 10.0\Installer (For 32 bit) or HKLM\Software\Wow6432Node\Adobe\Acrobat Reader 10.0\Installer (For 64 bit).