You are on page 1of 1

if exist autorun.inf goto delete If exist Autorun.inf/desktop.ini goto end :create md Autorun.inf IF EXIST Autorun.inf/DESKTOP.

INI GOTO END ECHO [.ShellClassInfo]>>Autorun.inf/DESKTOP.INI ECHO CLSID={645FF040-5081-101B-9F08-00AA002F954E}>>Autorun.inf/DESKTOP.INI Attrib autorun.inf/Desktop.ini +h +s +r +a goto end :delete attrib autorun.inf -h -s -r -a del autorun.inf /q goto create :END attrib Autorun.inf +h +s +r +a

You might also like