版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、三分钟让电脑速度加快三倍好用啊2009-06-17 12:34 | (分类: 协奏曲 )第一招:清除系统垃圾轻松流畅上网你是否注意到你的电脑 系统磁盘的可用空间正在一天天在减少呢?是不是像老去的猴王一样动作一天比一天迟缓呢? 没错 !在 windows 在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp 、*._mp) 日志文件 (*.log) 、临时帮助文件(*.gid) 、磁盘检查文件(*.chk) 、临时备份文件 (如:*.old 、*.bak) 以及其他临时文件。特别是如果一段时间不清理ie 的临时文件夹“temporary internet files”,其中的
2、缓存文件有时会占用上百mb 的磁盘空间。这些lj 文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧!所以应及时清理系统的lj 文件的淤塞,保持系统的 “ 苗条 ” 身材,轻松流畅上网!朋友来吧,现在就让我们一起来快速清除系统垃圾吧! 下面是步骤很简单就两步! 在桌面上点鼠标右键,选择新建一个“ 记事本 ” ,把下面的字复制进去,点“ 另存为 ” ,把文件名定为 “ 清除系统lj.bat ” 就完成,记住后缀名一定要是.bat ,好 ok 了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。ps. 要复制进去的字是见下 (红色部
3、分)echo off echo 正在清除系统垃圾文件,请稍等. del /f /s /q %systemdrive%*.tmp del /f /s /q %systemdrive%*._mp del /f /s /q %systemdrive%*.log del /f /s /q %systemdrive%*.gid del /f /s /q %systemdrive%*.chk del /f /s /q %systemdrive%*.old del /f /s /q %systemdrive%recycled*.* del /f /s /q %windir%*.bak del /f /s /
4、q %windir%prefetch*.* rd /s /q %windir%temp & md %windir%temp del /f /q %userprofile%cookies*.* del /f /q %userprofile%recent*.* del /f /s /q %userprofile%local settingstemporary internet files*.* del /f /s /q %userprofile%local settingstemp*.* del /f /s /q %userprofile%recent*.* echo 清除系统lj 完成
5、! echo. & pause 以后只要双击运行该文件,当屏幕提示“ 清除系统lj 完成 !就还你一个 “ 苗条 ” 的系统了 !到时候再看看你的电脑 ,是不是急速如飞呢?可别忘了回帖喔! 注:lj 就是垃圾的意思!这招比那些所谓的优化大师好用!不会破坏系统文件。第二招:清除所有多余的启动项目此命令将自动清理所有非必要的启动项目,仅保留输入法(ctfmon) 。目的是减少不必要的资源占用,使系统运行顺畅。方法如上,复制内容见下(红色部分) echo off color 1f title 清除所有多余的启动项目pause reg delete hkey_local_machinesoft
6、waremicrosoftwindowscurrentversionrun /va /f reg delete hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /va /f reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v ctfmon.exe /d c:windowssystem32ctfmon.exe reg delete hkey_local_machinesoftwaremicrosoftshared toolsmsconfig
7、startupreg /f reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregimjpmig8.1 reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregimjpmig8.1 /v command /d c:windowsimeimjp8_1imjpmig.exe /spoil /remadvdef /migration32 reg add hkey_local_machinesoftwaremicrosof
8、tshared toolsmsconfigstartupregimjpmig8.1 /v hkey /d hklm reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregimjpmig8.1 /v inimapping /d 0 reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregimjpmig8.1 /v item /d imjpmig reg add hkey_local_machinesoftwaremi
9、crosoftshared toolsmsconfigstartupregimjpmig8.1 /v key /d softwaremicrosoftwindowscurrentversionrun reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002a reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002a /v command /d c:windowssystem32i
10、metintlgnttintsetp.exe /imename reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002a /v hkey /d hklm reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002a /v inimapping /d 0 reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigst
11、artupregphime2002a /v item /d tintsetp reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002a /v key /d softwaremicrosoftwindowscurrentversionrun reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002async reg add hkey_local_machinesoftwaremic
12、rosoftshared toolsmsconfigstartupregphime2002async /v command /d c:windowsimeimjp8_1imjpmig.exe /spoil /remadvdef /migration32 reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002async /v hkey /d hklm reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartu
13、pregphime2002async /v inimapping /d 0 reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002async /v item /d tintsetp reg add hkey_local_machinesoftwaremicrosoftshared toolsmsconfigstartupregphime2002async /v key /d softwaremicrosoftwindowscurrentversionrun 开始菜单程序 启动 *.*
14、/q /f 开始菜单程序 启动 *.* /q /f 开始菜单程序 启动 *.* /q /f start c:windowspchealthhelpctrbinariesmsconfig.exe 第三招:清除所有多余的桌面右键菜单很多显卡在装了驱动之后,桌面右键会多出一项或多项菜单,这些功能并不实用,还会拖慢右键的弹出速度,我们最好清除它。方法如上,复制内容见下(红色部分) echo off title 清除所有多余的桌面右键菜单color 1a pause regsvr32 /u /s igfxpph.dll reg delete hkey_classes_rootdirectorybackg
15、roundshellexcontextmenuhandlers /f reg add hkey_classes_rootdirectorybackgroundshellexcontextmenuhandlersnew /ve /d d969a300-e7ff-11d0-a93b-00a0c90f2719 reg delete hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v hotkeyscmds /f reg delete hkey_local_machinesoftwaremicrosoftwindowscurre
16、ntversionrun /v igfxtray /f 第四招: c 盘转换为ntfs 格式ntfs 格式是 winxp 推荐使用的格式。转换为ntfs 格式能提高硬盘存储的效率,并可设置访问权限以保护文件。但ntfs 格式的分区在dos/win9x 下均不能被识别,可能会给初级用户造成不便。如无必要请不要转换。方法如上,复制内容见下(红色部分) echo off color 1b title c 盘转换为 ntfs 格式convert c:/fs:ntfs 第五招:给每个盘添加卷标此命令将为本机每个盘都添加上卷标,一般是用在新机上面。以引导初学者更合理地支配他们的硬盘空间。方法如上,复制内容
17、见下(红色部分) echo off title 给每个盘添加卷标color 1b pause c: label c:winxp label d: 软件label e: 影视label f: 游戏label g: 资料label h: 备份d: md 本机驱动程序md 本机驱动程序 0.directx md 本机驱动程序 1. 主板芯片组md 本机驱动程序 2. 显卡md 本机驱动程序 3. 声卡md 本机驱动程序 4. 网卡md 本机驱动程序 5. 摄像头第六招:关闭有害端口提高安全性,让你上网更加无后顾之忧!第六招不让发了,太长,传个做好的上来试试!地址如下:http:/ 第七招:威金病毒批
18、处理专杀“ 威金 ” 病毒主要通过 网络 共享传播,病毒会感染电脑 中所有的 .exe 可执行文件,传播速度十分迅速。 “ 威金 ” 病毒运行后,修改注册表自启动项,以使自己随系统一起运行,向系统文件目录下生成以下病毒文件:program filessvhost32.exe program filesmicorsoftsvhost32.exe windows explorer.exe windows logo1_exe windows rundll32.exe windows rundl132.exe windows intelrundl132.exe windows dll.dll 病毒新变
19、种还会自动从网站下载“ 天堂杀手 ” 以及 “qq 大盗( qqpass)” 等 10 余种木马病毒,企图盗取包括天堂、征途、梦幻西游、传奇等多种流行网游以及qq 的帐号、密码。方法如上,复制内容见下(红色部分)echo off del c:winntlogo1_.exe del c:windowslogo1_.exe del c:winnt0sy.exe del c:windows0sy.exe del c:winnt1sy.exe del c:windows1sy.exe del c:winnt2sy.exe del c:windows2sy.exe del c:winnt3sy.exe
20、del c:windows3sy.exe del c:winnt4sy.exe del c:windows4sy.exe del c:winnt5sy.exe del c:windows5sy.exe del c:winnt6sy.exe del c:windows6sy.exe del c:winnt7sy.exe del c:windows7sy.exe del c:winnt8sy.exe del c:windows8sy.exe del c:winnt9sy.exe del c:windows9sy.exe del c:winntrundl132.exe del c:windowsru
21、ndl132.exe net share c$ /d net share d$ /d net share e$ /d net share f$ /d net share g$ /d net share h$ /d net share i$ /d net share j$ /d net share admin$ /d net share ipc$ /d del c:winntlogo1_.exe del c:windowslogo1_.exe del c:windowsvdll.dll del c:winntvdll.dll del c:windowstdll.dll del c:winnttd
22、ll.dll del c:windowsdll.dll del c:winntdll.dll del c:winntkill.exe del c:windowskill.exe del c:winntsws32.dll del c:windowssws32.dll del c:winntrundl132.exe del c:windowsrundl132.exe echo. echo. echo. echo. * echo. echo. 正在查毒 .请不要关闭 . echo. echo. * echo. echo. echo. echo. ping -n 5 del c:w
23、inntlogo1_.exe del c:windowslogo1_.exe del c:windowsvdll.dll del c:winntvdll.dll del c:windowsdll.dll del c:winntdll.dll del c:windowstdll.dll del c:winnttdll.dll del c:winntkill.exe del c:windowskill.exe del c:winntsws32.dll del c:windowssws32.dll del c:winntrundl132.exe del c:windowsrundl132.exe e
24、cho. echo. echo. echo. * echo. echo. 正在查毒 .请不要关闭 . echo. echo. * echo. echo. echo. echo. ping -n 5 del c:winntlogo1_.exe del c:windowslogo1_.exe del c:windowsvdll.dll del c:winntvdll.dll del c:windowsdll.dll del c:winntdll.dll del c:windowstdll.dll del c:winnttdll.dll del c:winntkill.exe d
25、el c:windowskill.exe del c:winntsws32.dll del c:windowssws32.dll del c:windows0sy.exe del c:winnt1sy.exe del c:windows1sy.exe del c:winnt2sy.exe del c:windows2sy.exe del c:winnt3sy.exe del c:windows3sy.exe del c:winnt4sy.exe del c:windows4sy.exe del c:winnt5sy.exe del c:windows5sy.exe del c:winnt6sy
26、.exe del c:windows6sy.exe del c:winnt7sy.exe del c:windows7sy.exe del c:winnt8sy.exe del c:windows8sy.exe del c:winnt9sy.exe del c:windows9sy.exe del c:winntrundl132.exe del c:windowsrundl132.exe del c:winntlogo1_.exe del c:winntrundl132.exe del c:winntbootconf.exe del c:winntkill.exe del c:winntsws
27、32.dll del c:winntdll.dll del c:winntvdll.dll del c:winnttdll.dll del c:winntsystem32shellextsvchs0t.exe del c:program filesinternet explorer0sy.exe del c:program filesinternet explorer1sy.exe del c:program filesinternet explorer2sy.exe del c:program filesinternet explorer3sy.exe del c:program filesinternet explorer4sy.exe del c:program filesinternet explorer5sy.exe del c:program filesinternet explorer6sy.exe del c:pro
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 外科护理新进展与新技术
- 外科护理在心脏骤停急救中的核心作用
- 产房护理安全监督与质量控制
- 2026 儿童专注力专项训练课件
- 2026 育儿儿童环保创意项目课件
- 2026年幼儿园立春儿歌
- 2026年幼儿园歌曲拨浪鼓
- 2026年幼儿园美术蚕宝宝
- 2026年幼儿园牙齿保健课
- 【政治】全民守法课件-2025-2026学年高中政治统编版必修三政治与法治
- 2025年哈尔滨工业大学管理服务岗位招聘考试笔试试题(含答案)
- (2025年标准)山地开路协议书
- 2025年陕西高中学业水平合格性考试化学试卷真题(含答案)
- DB23∕T 3082-2022 黑龙江省城镇道路设计规程
- 江苏棋牌室管理暂行办法
- 聚合工艺作业培训课件
- 酒店安全设施维护规定
- 2024年中国烟草总公司江西省公司考试真题试卷及答案
- 单位见习人员管理制度
- T/GXAS 830-2024经桡动脉穿刺介入诊疗患者术肢管理规范
- 2025春季学期国开电大专科《应用写作(汉语)》一平台在线形考(形考任务一至七)试题及答案
评论
0/150
提交评论