1. Run Autorun. BAT to perform drive letter immunity (including USB flash drives)
2. Run de-Autorun.bat to relieve drive letter immunity (including USB flash drive)
3. The fourth line of the Autorun. BAT and de-Autorun.bat filesCodeIn (c d e f g h I j) indicates the drive letter,
You can add or delete a drive letter based on your computer.
Welcome to my blog: http://hi.baidu.com/ycosxhack.
By cosine functionCopy codeThe Code is as follows: @ echo off
Echo Autorun immune ......
Pause
For % A in (c d e f g h I j) Do MD % A: \ autorun. INF & MD % A: \ autorun. INF \ hack .. \ & attrib + H + R + S + A % A: \ autorun. INF
@ Echo immune completed, contact me: http://hi.baidu.com/ycosxhack
PauseCopy codeThe Code is as follows: @ echo off
Echo relieved Autorun immunity ......
Pause
For % A in (c d e f g h I j) do RD % A: \ autorun. INF \ hack .. \ & attrib-H-r-s-a % A: \ autorun. INF & RD % A: \ autorun. INF
@ Echo immune relief completed, contact me: http://hi.baidu.com/ycosxhack
Pause
Package File Download