Remove Teamviewer Commercial Use Suspected Mac

Forked from efernandesng/reset_teamviewer.sh

Remove 'Commercial use suspected'/'Commercial use detected' warning on teamviewer 13 - resetteamviewer.sh. Is there anyone out there who can find a super high profile tech journalist or someone in the Silicon Valley scene to expose how TeamViewer is hating on person's with disabilities who use this tool (FOR NON COMMERCIAL USE) as an assistive technology so they don't have to drive to their families' homes to help with computer problems. It appears TeamViewer is being used in a commercial environment. TeamViewer is offered free of charge to everybody for personal, non-commercial use – and most of our users play by the rules by purchasing a license if they intend to use TeamViewer for commercial purposes.

  • The one that most people who were victims of TeamViewer's false commercial use accusations have gone to has all the functions of TV, is still free for personal use, and is actually easier to use. I have only been using it for a couple of weeks but I'm pleased to say that is has not dropped a connection so far and performance is good even in.
  • Click on the TeamViewer’s icon on the menu bar and choose Exit TeamViewer. Then go to the Application folder and remove TeamViewer from there. After that, remove TeamViewer’s system files and folders, that are located in the following locations.
Remove 'Commercial use suspected'/'Commercial use detected' warning on teamviewer 13
Remove
reset_teamviewer.sh
#!/bin/bash
##
# Remove 'Commercial use suspected'/'Commercial use detected' warning on teamviewer 13
#
# Tested on Arch linux
##
CONFIG_FILE=/opt/teamviewer/config/global.conf
# Make sure only root can run our script
if [[ $EUID-ne 0 ]];then
echo'This script must be run as root'1>&2
exit 1
fi
if [ !-s$CONFIG_FILE ];then
echo'$CONFIG_FILE not found! Teamviewer is installed?'1>&2
exit 1
fi
systemctl stop teamviewerd
lastMACUsed=`cat $CONFIG_FILE| grep LastMACUsed | cut -b 23- | tr -d '''`
forifacein`ls /sys/class/net`;do
read mac </sys/class/net/$iface/address
mac=`echo $mac| tr -d ':'`
if [ '${lastMACUsed#*$mac}'!='$lastMACUsed' ];then
echo'$iface -> $mac'
#ip link set $iface down
macchanger $iface -r
#ip link set $iface up
fi
done
rm -f '$CONFIG_FILE'
systemctl start teamviewerd
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Teamviewer is the all in one remote support software which helps to connect anyone’s desktop or laptop computer remotely from any where online. Undoubtedly its one of the most trusted, secured, best remote support application which is available now and also offers free version for personal use, not for commercial use.

Teamviewer Free For Commercial Use

How to Stop Showing Commercial Use Suspected Warning

Here is Some valid examples of how to use teamviewer as free user.

  1. Helping you friends and relatives remotely
  2. Connecting to your private home PC from school, university or vacation

Teamviewer says that “Basically commercial use is anything where money is involved”. As teamviewer (personal) free user, you are allowed to connect only minimum number instances with various computers in a specific time frame.

If you are using the teamviewer to connect with various computers (your friends and relatives) in short span of time for educational or personal use, You might get pop-up warning such as “Commercial Use Suspected” and connectivity may slow down or connection will be terminated after some time.

Here is the quick steps about how to get rid of “Commercial Use Suspected” warning and continue to use the teamviewer as free version. The instructions specified here, intended for educational purpose only. Never use for commercial purposes without proper license.

Teamviewer Commercial Use Suspected Warning Message
Use

You might experience annoying warning as shown above when you are try to connect with your friends through teamviewer. Below specified instructions for advanced users only and we are not responsible for any data loss occurs when you follow the steps and always recommend you to take a whole registry backup before to proceed the steps.

Step 1 : Close and exit your teamviewer application if it is running
Step 2 : Click Windows Start > Run and search with %appdata% variable and find the teamviewer folder and delete it.

Step 3 : Beware, This step is very important and have to follow instructions with caution. (Better take a backup of your registry) Click Windows Start > Run and enter “regedit” and click OK. Find the registry entry located at HKEY_LOCAL_MACHINE > SOFTWARE > teamviewer and remove the registry folder.

Remove Teamviewer Registry Entries

Teamviewer Commercial Use Form

Step 4 : Change the MAC address (ID) of your Ethernet card and restart your computer. If you doesn’t know about how to change your MAC ID, Follow this link to learn about it.

Once your restart the computer, run teamviewer and connect with anyone else remotely. You won’t be getting any annoying pop-up such as Commercial Use Suspected warning no more appears till you start connecting with various computers in short span of time.

Remove Teamviewer Commercial Use Suspected Mac Update

Repeat the above specified steps again, if you gets similar warning message in near feature. Enjoy your remote session without any interruption.