Reply to comment
  • English
  • Русский

Reply to comment

небольшой bat-скрипт, что

небольшой bat-скрипт, что позволит побороть autorun и при этом поставит защиту на флеку
echo off
if "%1" == "" goto noDriveSpecified
%1
cd %1\
DEL /F /Q autorun.inf
mkdir autorun.inf
cd autorun.inf
mkdir 1..\
if errorlevel 1 goto error
goto end
:error
:noDriveSpecified
:end

запускать с ключем %DriveLetter%

ps интересно было бы услышать отзывы

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

  © 2012 Crystal Rich, Ltd. All rights reserved