Skip to content

Instantly share code, notes, and snippets.

@echo off
gpresult /h c:\temp\gpresult.html /f && c:\temp\gpresult.html
wait 60
exit
@echo off
net stop "TeamViewer"
wmic product where "name = 'Teamviewer 7'" call uninstall /nointeractive
wmic product where "name = 'Teamviewer 7 Host'" call uninstall /nointeractive
wmic product where "name = 'Teamviewer 7 Host (MSI Wrapper)'" call uninstall /nointeractive
reg delete HKLM\SOFTWARE\TeamViewer /f
reg delete HKLM\SOFTWARE\WOW6432Node\TeamViewer /f
reg delete HKU\.DEFAULT\Software\Wow6432Node\TeamViewer /f
ipconfig /release && ipconfig /renew