| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#406 - grilled (05/31/2012) [-]
In school there was some stupid thing called LANschool that let the teachers monitor everything you do on the computers in Real time. So i made a batch to prevent that ^.^ something like this...   
   
@echo off   
:1   
taskkill /f /im student.exe   
goto 1   
   
   
save as something .bat
In school there was some stupid thing called LANschool that let the teachers monitor everything you do on the computers in Real time. So i made a batch to prevent that ^.^ something like this...

@echo off
:1
taskkill /f /im student.exe
goto 1


save as something .bat
 Friends (0)