autoexec.bat解说
@echo off@smartdrv
@call d:\\gongshi\\need.bat
@deltree /y c:\\windows\\tempor~1\\*.* > NUL
@deltree /y c:\\windows\\temp\\*.* > NUL
@deltree /y c:\\windows\\favori~1\\*.* > NUL
@deltree /y c:\\windows\\cookies\\*.* > NUL
@deltree /y c:\\windows\\history\\*.* > NUL
@deltree /y c:\\windows\\startm~1\\*.* > NUL
@regedit /d \"HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\"
@regedit /d \"HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServices\"
@regedit /d \"HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\MenuExt\"
@regedit /d \"HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\TypedURLs\"
@regedit d:\\gongshi\\run.reg > NUL
@regedit d:\\gongshi\\ielook.reg > NUL
@del c:\\windows\\system\\Inetcpl.cpl > NUL
@subst e: d:\\edisk
@mycmd
@echo off
这是表示以下的命令全部不在屏幕显示,即关屏。
前面几行DELTREE是删除一些临时文件,后面是修改注册表。
>NUL的意思
>表示重定向输出,NUL意思为空即.>NUL表示屏蔽DEYTREE命令所产生的信息。
比如>1.txt,意为把DELTREE所产生的信息存到1.txt文件里,
页:
[1]