Advertisement
6jarjar6

Smart Sync Disabler V.1-R1

Apr 10th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. echo ************************************
  3. echo ***     Student Inoculation     ******
  4. echo ***  now fighting remote access *
  5. echo ************************************
  6.  
  7. :menu
  8. SET /P M="S" for start sync, "N" for exit, "Y" to kill process:  
  9. IF %M%==y GOTO LOOP
  10. IF %M%==n GOTO eof
  11. IF %M%==s GOTO s
  12. CLS
  13.  
  14. :s
  15. echo *starting*
  16. @ping 127.0.0.1 -n 1 -w 1000 > nul
  17. start dax64
  18. start MonitorService
  19. CLS
  20. goto menu
  21.  
  22. :loop
  23. CLS
  24. echo CHECKING
  25. @ping 127.0.0.1 -n 2.5 -w 1000 > nul
  26.  
  27. CLS
  28. taskkill /IM dax64.exe /F
  29. taskkill /IM MonitorService.exe /F
  30. @ping 127.0.0.1 -n 2.5 -w 1000 > nul
  31. goto loop
  32.  
  33. :k
  34.  
  35. \\Orginal script = http://www.hackforums.net/archive/index.php/thread-406253.html
  36. \\Script improved by 6jarjar6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement