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文件里,
本文由站河南北大青鸟校区整编而成,如需了解更多IT资讯类的文章、新闻、课程和学习技巧、就业案例、招生详情等问题,可以对在线咨询老师进行一对一问答!
推荐资讯
- 河南北大青鸟翔天信鸽好在哪... 2012-10-13
- 年后不想打工学什么技术好... 2025-01-03
- 网页设计技能培训班在郑州哪里有... 2013-08-06
- 毕业成本你能承受吗?八成人员觉... 2012-04-02
- 想有好就业就要有好技能,你具备... 2012-10-13
热点资讯
- 电脑温度多少是正常的情况呢?... 2018-09-07
- 四个策略及简单的防护方法... 2018-09-07
- 对硬盘进行双分区有什么好处... 2018-09-07
- 文件加密的几个简单方法... 2018-09-07
- 计算机小技巧,80G硬盘巧变变成... 2018-09-07