Uninstall TeamViewer - MT
1 Votes |
Description
Source Wizard: http://bigfix.me/uninstall
This fixlet is constructed from the following variables provided by the developer:
Registry Source: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Display Name: TeamViewer
Application Guid: Ex 02EB5871-4DC4-4126-91D6-F1FA82166313
Uninstall Command String: C:\Program Files\TeamViewer\Version9\uninstall.exe /S
Property Details
10603 | |
Production - Fully Tested and Ready for Production | |
Uninstall TeamViewer - MT | |
Uninstall | |
0 | |
Techsa Services | |
<Unspecified> | |
<Unspecified> | |
4/11/2014 12:00:00 AM | |
This package will fully uninstall TeamViewer 9 and Above. | |
True | |
manojthathera on 3/28/2016 2:06:42 AM | |
manojthathera on 3/28/2016 6:35:31 AM | |
4189 Views / 41 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance

( exists services whose((service name of it as lowercase contains "TeamViewer" as lowercase )) )
Actions
Action 1 (default)
Action Link Click
here to uninstall this software.
Script Type
BigFix Action Script
//Uninstall String for Teamviewer above version 9Success Criteria
wait taskkill.exe /IM "TeamViewer.exe" /T /F
if {exists folder "C:\Program Files (x86)\TeamViewer"}
waithidden C:\Program Files (x86)\TeamViewer\uninstall.exe /S
elseif {exists folder "C:\Program Files\TeamViewer"}
waithidden C:\Program Files\TeamViewer\uninstall.exe /S
// Uninstall String for Teamviewer version 9
elseif {exists folder "C:\Program Files\TeamViewer\Version9"}
waithidden C:\Program Files\TeamViewer\Version9\uninstall.exe /S
//Folder Deletion
waithidden CMD.EXE /C rmdir /Q /S "C:\Program Files (x86)\TeamViewer"
waithidden CMD.EXE /C rmdir /Q /S "C:\Program Files\TeamViewer"
This action will be considered successful when all lines of the action script have completed successfully.
Sharing
Social Media: |