Skip to content

팀뷰어(teamviewer) 의 팝업 자동으로 감추기 , 없애기


autohotkey 를 이용한 script 이다.


시작프로그램(startup:shell)에 두고 실행하면 자동으로 감춰준다.




;
 ; AutoHotkey Version: 1.x
 ; Language:       English
 ; Platform:       Windows XP+
 ; Author:         Cyborg Commando
 ;
 ; Script Function:
 ;  This script will detect when the TeamViewer " This was a Sponsored Session: Thanks for playing fair!"
 ;  message box pops up and close it automatically.
 ;
 ;  This script is not to discourage paying for TeamViewer but to provide anonmyity in sensitive situations such as
 ;  recovering a stolen laptop, etc.
 ;
 ;  This script will run best when it is compiled and placed in the Windows startup folder.
 ;  You can find the startup folder for all users here:
 ;      WinXP: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
 ;      Win 7: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
 ;

 #Persistent                 ; This keeps the script running permanently.
 #NoTrayIcon                 ; Disables the tray icon. Must quit from task manager.
 #SingleInstance             ; Only allows one instance of the script to run.

 IfWinExist, Sponsored
        WinClose        ; When this script detects the TeamViewer "Thanks for playing fair!" pop up it closes it.

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소