1. Run for drive letter immunization (including USB drive)
2. Run the drive letter immunity (including USB drive)
3. In (c d e f g h i j) in the fourth line of code of the two files represents the drive letter.
You can add and delete it according to your computer drive letter situation.
Welcome to my blog: /ycosxhack.
By Cosine Function
@echo off
echo autorun immunity...
pause
for %%a in (c d e f g h i j) do md %%a:\ & md %%a:\\hack..\ & attrib +h +r +s +a %%a:\
@echo Immune is completed, contact me: /ycosxhack
pause
@echo off
echo lifts autorun immunity...
pause
for %%a in (c d e f g h i j) do rd %%a:\\hack..\ & attrib -h -r -s -a %%a:\ & rd %%a:\
@echo Relieve immunization, contact me: /ycosxhack
pause
Package file download
2. Run the drive letter immunity (including USB drive)
3. In (c d e f g h i j) in the fourth line of code of the two files represents the drive letter.
You can add and delete it according to your computer drive letter situation.
Welcome to my blog: /ycosxhack.
By Cosine Function
Copy the codeThe code is as follows:
@echo off
echo autorun immunity...
pause
for %%a in (c d e f g h i j) do md %%a:\ & md %%a:\\hack..\ & attrib +h +r +s +a %%a:\
@echo Immune is completed, contact me: /ycosxhack
pause
Copy the codeThe code is as follows:
@echo off
echo lifts autorun immunity...
pause
for %%a in (c d e f g h i j) do rd %%a:\\hack..\ & attrib -h -r -s -a %%a:\ & rd %%a:\
@echo Relieve immunization, contact me: /ycosxhack
pause
Package file download