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.

번호 제목 글쓴이 날짜 조회 수
» 팀뷰어(teamviewer) 의 팝업 자동으로 감추기 , 없애기 file WHRIA 2015.11.05 3337
1458 멀티캐스트 WHRIA 2015.11.03 55
1457 IPTV WHRIA 2015.11.01 302
1456 문 힌지 수리 file WHRIA 2015.10.28 4994
1455 반환되는 회원권 세무처리 [1] WHRIA 2015.10.26 87
1454 지급명세서 WHRIA 2015.10.14 36
1453 배당세금 WHRIA 2015.10.14 81
1452 싸이월드도 없어지는구나 WHRIA 2015.10.10 55
1451 민원24 프린터제한을 우회하거나 PDF 로 저장하는 방법 file WHRIA 2015.07.12 285
1450 오랜만에 쓰다. WHRIA 2015.06.26 91
1449 고등학교 친구 하나가 죽었다던데... WHRIA 2015.01.18 173
1448 My Dream Car file WHRIA 2015.01.17 471
1447 페이닥터 등록 file WHRIA 2014.10.21 146
1446 이율초재 WHRIA 2014.10.20 63
1445 중국 스마트 폰 WHRIA 2014.09.29 73

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소