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.

번호 제목 글쓴이 날짜 조회 수
1611 melanoma awareness [1] WHRIA 2019.12.27 45
1610 윈도우 raid ahci 전환 WHRIA 2019.12.26 37
1609 lvm 확장 [1] WHRIA 2019.12.25 48
1608 pytorch object detect / retinanet WHRIA 2019.12.22 214
1607 kaggle leakage WHRIA 2019.12.19 35
1606 pytorch - caffe WHRIA 2019.12.19 37
1605 pytorch mini batch size WHRIA 2019.12.19 82
1604 windows softraid monitor WHRIA 2019.12.19 66
1603 raid monitor WHRIA 2019.12.15 31
1602 SAS controller SAS 9212-4i WHRIA 2019.12.08 143
1601 Basic tutorial to develop driver on windows WHRIA 2019.12.07 375
1600 Keratinocytic Skin Cancer Detection on the Face Using Region-Based Convolutional Neural Network WHRIA 2019.12.07 324
1599 linux raid WHRIA 2019.11.30 46
1598 Micro- and macro-averages WHRIA 2019.11.28 140
1597 mcnemar WHRIA 2019.11.20 76

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소