Author Topic: Remove the "sponsored Session" popup  (Read 360289 times)

Admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
Re: Remove the "sponsored Session" popup
« Reply #60 on: May 24, 2015, 11:50:36 AM »
thats fine, go ahead a relink it along with a link to the source code.

unholy

  • Newbie
  • *
  • Posts: 5
    • Zhivko[SK] Blog
Re: Remove the "sponsored Session" popup
« Reply #61 on: May 26, 2015, 01:45:52 AM »
Okay.

Here is the source on github - link.

Sorry for the indian style of coding.

Admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
Re: Remove the "sponsored Session" popup
« Reply #62 on: May 26, 2015, 08:27:17 PM »
no worries, can you link the application as well?

unholy

  • Newbie
  • *
  • Posts: 5
    • Zhivko[SK] Blog
Re: Remove the "sponsored Session" popup
« Reply #63 on: May 28, 2015, 02:46:31 AM »
Here is the link to download the application.

I hope its helpful for users.
« Last Edit: May 28, 2015, 02:49:01 AM by unholy »

Fabiotek

  • Newbie
  • *
  • Posts: 1
Re: Remove the "sponsored Session" popup
« Reply #64 on: June 07, 2015, 06:59:53 AM »
Hello,

I registered to this forum to thank you for the script and let you know that it's working on a PC with Windows Seven English version (with TeamViewer installed in English) and it's NOT working on a PC where Windows Seven and TeamViewer are installed in Italian language.

The versions of TeamViewer installed in the 2 PCs are the same.

Thank you and regards. I

unholy

  • Newbie
  • *
  • Posts: 5
    • Zhivko[SK] Blog
Re: Remove the "sponsored Session" popup
« Reply #65 on: June 11, 2015, 12:43:04 AM »
It is not working with Italian because it captures the messages written in English.
You can modify the script to work with Italian.

Arsys

  • Newbie
  • *
  • Posts: 1
Re: Remove the "sponsored Session" popup
« Reply #66 on: July 15, 2015, 05:54:26 AM »
Well..... this worked for me :
Start -> Run -> regedit -> HKEY_CLASSES_ROOT\TeamViewerSession\shell\open\command and modified the value from (Default)
from "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" --play "%1" to "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" --play "%0"

DonVulpes

  • Newbie
  • *
  • Posts: 3
Re: Remove the "sponsored Session" popup
« Reply #67 on: July 16, 2015, 11:53:01 AM »
As a Mac Mini user with Kodi for my media, the popup is incredibly problematic as I need to leave the session open to watch a movie or whatever.

I'd gladly pay for a home user account, so that popup can be disbabled.

ShermanNat

  • Newbie
  • *
  • Posts: 1
Re: Remove the "sponsored Session" popup
« Reply #68 on: July 26, 2015, 11:49:19 AM »
Well..... this worked for me :
Start -> Run -> regedit -> HKEY_CLASSES_ROOT\TeamViewerSession\shell\open\command and modified the value from (Default)
from "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" --play "%1" to "C:\Program Files (x86)\TeamViewer\TeamViewer.exe" --play "%0"

I'm on Windows 7 Pro 64-bit and this worked.  Thanks!

giloug

  • Newbie
  • *
  • Posts: 1
Re: Remove the "sponsored Session" popup
« Reply #69 on: August 27, 2015, 11:31:25 AM »
hi
i did the first line from start etc....but from:\Program Files etc....i don't find TeamViewer.exe and i don't understand what to do after....--play "%1" etc....do have got to write that and where...i'm a novice in script.
thank's a lot to help me


realper

  • Newbie
  • *
  • Posts: 1
Re: Remove the "sponsored Session" popup
« Reply #70 on: November 06, 2015, 05:16:00 AM »
Has anybody had any success with Windows 10 ?`
The before mentioned reg key isn't there, so I can't do that.
The only key I could find is "HKEY_CLASSES_ROOT\teamviewer8\shell\open\command", and it only contains a value called "Default".

_Pierrot_

  • Newbie
  • *
  • Posts: 2
    • TeamViewer Auto-Close Sponsored Session Popup
Re: Remove the "sponsored Session" popup
« Reply #71 on: December 06, 2015, 08:27:10 AM »
I Have compiled AutoIt Scripts to Close Automatically The Sponsored Session Pop-up.
You can download them here
TeamViewer_CloseNagScreen_EN-US_FR_ES_IT.rar (3.3 MB)
In this archive, you will find : Executables, Sources (.au3 e& .txt) and a little How-To.
« Last Edit: December 06, 2015, 09:28:24 AM by _Pierrot_ »

Eselter

  • Newbie
  • *
  • Posts: 1
Re: Remove the "sponsored Session" popup
« Reply #72 on: December 31, 2015, 12:43:37 AM »
To prevent Sponsored Session popup go into the registry edit "windows" + "r" regedit, and go to \HKEY_CLASSES_ROOT\TeamViewerSession\shell\open\command and delete the data.
In TeamViewer 11 you need  do that in "HKEY_CLASSES_ROOT\teamviewer10\shell\open\command"
I also delete old keys TeamViewerSession and teamviewer8

MasterCATZ

  • Newbie
  • *
  • Posts: 3
Re: Remove the "sponsored Session" popup
« Reply #73 on: February 19, 2016, 01:24:33 PM »
*edit* I have tried changing %1 to %0 on win10 and that is not working , I'll keep tinkering as a test bench
I don't mind the popup , but the placement is affecting the whole reason i have teamviewer installed for connecting to pc @ smoko breaks on mobile and pop up when i disconnect is blocking a script I need to click on another button

any idea where to do that for linux version

I have 11 currently installed which is when this pop up started 8~10 never did it


TeamViewer seems to use wine , but wine has no trace of the reg settings

I have noticed /opt/teamviewer/tv_bin/script

seems to store reg settings for TeamViewer but I think this might be from  version 10

I have installed win10 to look through its registry and will see if I can slip an bypass into  "setwinver.reg" that's in /opt/teamviewer/tv_bin/script


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\TeamViewerSession\shell\open\command]
@="\"C:\\Program Files (x86)\\TeamViewer\\TeamViewer.exe\" --play \"%0\""

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\teamviewer10\shell\open\command]
@="\"C:\\Program Files (x86)\\TeamViewer\\TeamViewer.exe\" %0"


as "setwinver.reg"

REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\AppDefaults\TeamViewer.exe]
"Version"="win2k"

[HKEY_CLASSES_ROOT\TeamViewerSession\shell\open\command]
@="\"C:\\Program Files (x86)\\TeamViewer\\TeamViewer.exe\" --play \"%0\""

[HKEY_CLASSES_ROOT\teamviewer10\shell\open\command]
@="\"C:\\Program Files (x86)\\TeamViewer\\TeamViewer.exe\" %0"
« Last Edit: February 19, 2016, 02:25:57 PM by MasterCATZ »

Serfrost

  • Newbie
  • *
  • Posts: 1
Re: Remove the "sponsored Session" popup
« Reply #74 on: July 17, 2016, 04:05:22 PM »
I know this is old, but hey.

Instead of using AutoIt or some other hacky work-around, doing the following fixed it for me:

Go to C:\Users\%YOUR-USER-NAME%\AppData\Local\Temp\TeamViewer\

Right-click on 7.hta, edit it with NotePad or another text editor.

Replace the text with "  window.close();  " without the quotes; save it, close it.

===

To prevent Teamviewer from resetting your changes, right click it again, go to Properties.

Go to Security.

Click the first "Edit" option, under DENY, select "Full Control" under each type of user listed.

Apply.

===

You won't be able to open or read the file anymore, and neither can Teamviewer do much with it.

===

Confirmed to be working on the latest Windows 10.

 

anything