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.

번호 제목 글쓴이 날짜 조회 수
364 파리의 연인 han 2006.02.27 1943
363 나의 길을 방해하는 것들 WHRIA 2006.03.17 1942
362 그가 날 좋아한다는 10가지 신호 han 2005.10.05 1940
361 나른함. han 2005.12.22 1935
360 우리말 han 2005.10.08 1927
359 register WHRIA 2018.09.21 1925
358 resilio sync 유저로 실행 [1] WHRIA 2019.01.28 1893
357 Deep neural networks show a superior performance to all 42 dermatologists in onychomycosis diagnosis WHRIA 2018.01.08 1845
356 면세사업자 겸업 등록법 [1] WHRIA 2014.01.09 1800
355 jquery java WHRIA 2016.12.13 1791
354 deep learning framework WHRIA 2018.05.17 1788
353 mixed precision training [1] WHRIA 2018.11.06 1778
352 single file encrypt decrypt WHRIA 2020.05.17 1764
351 진상의 정의 WHRIA 2014.01.15 1690
350 facebook 이 시간낭비서비스라는데 동의 WHRIA 2014.01.09 1667

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소