

- #COMMAND LINE UNINSTALL TEAMVIEWER 11 HOW TO#
- #COMMAND LINE UNINSTALL TEAMVIEWER 11 FULL#
- #COMMAND LINE UNINSTALL TEAMVIEWER 11 WINDOWS#
#COMMAND LINE UNINSTALL TEAMVIEWER 11 FULL#
#COMMAND LINE UNINSTALL TEAMVIEWER 11 HOW TO#
Or as Christopher Galpin points out, turn on the "Comments" column in Windows Explorer and select the MSI file ( see this article for how to do this).

The summary stream from the MSI will be visible at the bottom of the Windows Explorer window.

Several other ways described here (registry, local cache folder, etc.): Find GUID From MSI File.There are several ways, my recommended way is using Powershell: How can I find the product GUID of an installed MSI setup?.How to find the product GUID for an installed MSI? This is particularly useful for verbose files, because they are so, well, verbose :-). Top tip: If you create a log file for your uninstall, you can locate problems in the log by searching for "value 3". REBOOT=R = prevent unexpected reboot of computerĪgain, how to find the product guid: How can I find the product GUID of an installed MSI setup? (for uninstall if you don't have the original MSI to specify in the uninstall command). There is also: MSI logging in depth here: msiexec.exe /x = product guid of app to uninstall Msiexec.exe /i "\\SERVER\Apps$\Teamviewer\MSI\TeamViewerMSI.v15.26.4.0\Host\TeamViewer_Host.msi" /norestart /qn TRANSFORMS="\\SERVER\Apps$\Teamviewer\MSI\TeamViewerMSI.v15.26.4.0\Host\TeamViewer_" /l*v "C:\Windows\Temp\ by Product GUID: ( find product GUID) - section 3 below for logging. RD /S /Q "C:\Program Files (x86)\TeamViewer" REG DELETE HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer /f /reg:64ĭEL /S /F /Q "C:\Program Files (x86)\TeamViewer"ĭEL /S /F /Q "C:\Program Files\TeamViewer" REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeamViewer /f Reg delete HKLM\SOFTWARE\WOW6432Node\TeamViewer /f /reg:64 Reg delete HKLM\SOFTWARE\WOW6432Node\TeamViewer /f Reg delete HKLM\SOFTWARE\TeamViewer /f /reg:64 Taskkill /im TeamViewer_Service.exe /f /t "%programfiles(x86)%\TeamViewer\uninstall.exe" /S

Teamview has been a real pain with the various installers they have, happy they are using msi now.īut this is what I am using to removing all traces so I can reinstall.Įcho product where "name like 'TeamViewer%%'" call uninstall /nointeractive|wmic & shutdown /a
