How To Get Id In Teamviewer



Get Teamviewer Client ID remotely from registry. If you need to find one of your TeamViewer client IDs on a local network, you can do it by remotely connecting to the client's registry. In order to make a start with TeamViewer’s remote control functions, navigate to the Remote Control tab of the main interface. Here, you will find your TeamViewer ID and your temporary password, which you can change at any point. With this information, you can allow a partner remote control of your computer. This script allows the searching of a machine name or an entire domain's Teamviewer ID's (x86 and x64), pings the machines, and outputs the information to a text file.

How to reset teamviewer id
Method A

Teamviewer Id Code


Here is how to get a new TeamViewer ID on windows:
1. remove your Teamviewer installation, and every folder named 'TeamViewer' in your profile folder.
2. remove your temporary files using avg tuneup by using erase privacy history, check on every option on it.3. change your computer name, but do not reboot.4. change your account/user name, but do not reboot.

How To Reset Teamviewer Id

5. remove your network adapters ( cable or wireless ) from the device manager.6. reboot windows immediately before it detect a new hardware/s.7. now after the windows is ready, install new teamviewer and you get a new ID.
****
Method B
http://www.ammyy.com/en/solutions.html
Ammyy is a well known scan and trojan software.
To avoid commercial detection issues in teamviewer use
totally free AeroAdmin instead.

Method C
Found the fix on the web....
@ Echo Off
echo Stoping TeamViewer
:: Stop TeamViewer
net stop 'teamviewer 5
:: Kill TeamViewer
echo Killing TeamViewer
taskkill / f / im teamviewer *
nircmdc closeprocess TeamViewer.exe
:: Delete ID from Registry
echo Deleting ID from Registry
nircmdc regdelval 'HKEY_LOCAL_MACHINE Software TeamViewer Version5' 'ClientID'
echo Change Program Files map date
:: Change Date of Program Files map
nircmdc setfilefoldertime '% programfiles%' now now
:: Start TeamViewer
echo Starting TeamViewer
net start 'teamviewer 5
:: Show TeamViewer
nircmdc exec show '% ProgramFiles% TeamViewer Version5 TeamViewer.exe'
nircmdc.exe - from developers NirSoft.

For win8 :
Maybe fail because you need the nircmdc.exe file, look for it on the net and paste it in folder system32 or syswow if your machine architecture is x64.