文档详情

Windows XP 服务优化批处理.doc

发布:2017-08-15约2.07万字共17页下载文档
文本预览下载声明
TITLE winodws XP 优化处理文件 COLOR 0A CLS @echo off cls echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. echo 专用winodws XP 优化处理文件 echo. echo 正在清除系统垃圾文件,请稍等...... echo. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. sfc /purgecache sfc /purgecache 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 /q %windir%\*.log del /f /s /q %windir%\*.tmp del /f /s /q %windir%\prefetch\*.* rd /s /q %windir%\temp md %windir%\temp rd /s /q %temp% md %temp% del /f /q %userprofile%\recent\*.* del /f /s /q %userprofile%\Local Settings\Temporary Internet Files\*.* del /f /s /q %userprofile%\Local Settings\Temp\*.* del /f /s /q %userprofile%\recent\*.* echo. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. echo 清除系统垃圾完成! echo. echo 正在自动对WinXP的服务进行优化... echo. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo. @rem Alerter @rem 微软: 通知选取的使用者及计算机系统管理警示。如果停止这个服务,使用系统管理@rem 警示的程序将不会收到通知。 @rem 补充: 一般家用计算机根本不需要传送或接收计算机系统管理来的警示(Administrative Alerts),除非你的计算机用在局域网络上 @rem 依存: Workstation @rem 建议: 已停用 sc config Alerter start= DISABLED echo. @rem Application Layer Gateway Service @rem 微软: 提供因特网联机共享和因特网联机防火墙的第三方通讯协议插件的支持 @rem 补充: 如果你不使用因特网联机共享 (ICS) 提供多台计算机的因特网存取和因特网联机防火墙 (ICF) 软件你可以关掉 @rem 依存: Internt Connection Firewall (ICF) / Internet Connection Sharing (ICS) @rem 建议: 已停用 sc config ALG start= DISABLED echo. @rem Application Management (应用程序管理) @rem 微软: 提供指派、发行、以及移除的软件安装服务。 @rem 补充: 如上说的软件安装变更的服务 @rem 建议: 手动 sc config AppMgmt start= DEMAND echo. @rem Windows Audio @rem 微软: 管理用于 Windows 为主程序的音讯装置。如果这个服务被停止,音讯装置和效果将无法正常?#092;作。如果这个服务被停用,任@rem 何明确依存于它的服务将无法启动。 @rem 补充: 如果你没有声卡可以关了他 @rem 依存: Plug and P
显示全部
相似文档