Tuesday, May 10, 2011

TeamViewer::Change ID after cloning

if you clone hardisk with Teamviewer is possible have same id's on many computer for regenerate ids's remove using regedit next key:

for 64 bit Windows 7:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TeamViewer\VersionX
for 32 bit Windows 7:
HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\VersionX

References:
http://eatrocks.com/?p=166

1 comment:

Anonymous said...

The new solution for TeamViewer 8 (Provided by Teamviewer support) is:

Please ensure you have updated TeamViewer to the latest version 8 from our homepage. After you have installed TeamViewer, please open the registry editor.

Locate the registry path: HKEY_LOCAL_MACHINE\SOFTWARE\TeamViewer\Version8 (HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TeamViewer\Version8 on 64-bit versions of Windows).

Create a new DWORD (32-Bit) “MIDForceUpdate” with value 3.

After this, please restart the TeamViewer service.

Please do these steps on all machines with the same ID.

Regards
Liam

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...