One, the operation Autorun.bat carries on the disk immunity (including U disk)
Second, the operation of the De-autorun.bat to remove the disk immunity (including U disk)
Three, Autorun.bat and De-autorun.bat in the fourth line of code of two files in (C D E F g h i j) indicates the letter,
You can add and subtract according to your own computer letter.
Welcome to my blog: http://hi.baidu.com/ycosxhack.
by cosine function
Copy Code code 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 immunization Complete, contact me: http://hi.baidu.com/ycosxhack
Pause
Copy Code code as follows:
@echo off
echo relieves 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 Release the immune complete, contact me: http://hi.baidu.com/ycosxhack
Pause
Package file Download