User Tools

Site Tools


windows:autoit:auto_kill_ie

This is an old revision of the document!


Some user kept on browsing sites he wasn't supposed to. I got tired of it and decided to mess with him.

KillIE.au3
; Remove tray icon
TraySetState(2)
 
; Loop diz' biatch. KILL, KILL, KILL!
While 1
	ProcessClose("iexplore.exe")
	Sleep(1000)
WEnd
windows/autoit/auto_kill_ie.1439672202.txt.gz · Last modified: 2015/08/20 22:07 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki