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.

번호 제목 글쓴이 날짜 조회 수
1641 mysql 암호화 [2] WHRIA 2020.04.24 45
1640 php 세션 로그인 WHRIA 2020.04.24 57
1639 image encryption [1] WHRIA 2020.04.24 66
1638 zerohq encryption [5] WHRIA 2020.04.23 44
1637 의료영상분석장치 분류 코드 WHRIA 2020.04.22 35
1636 회귀분석 종류 WHRIA 2020.04.14 39
1635 fcitx WHRIA 2020.04.05 32
1634 chatbot WHRIA 2020.04.03 34
1633 kernel load WHRIA 2020.04.03 33
1632 plum WHRIA 2020.04.03 38
1631 zmq async client server [1] WHRIA 2020.03.12 62
1630 CIDR 표기법 [1] WHRIA 2020.03.12 45
1629 multiple NIC ubuntu [6] WHRIA 2020.03.10 43
1628 calendar javascript dropdown WHRIA 2020.03.01 36
1627 sql replication 성공 [1] WHRIA 2020.02.20 40

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소