求系统优化

来源:百度知道 编辑:UC知道 时间:2024/05/24 13:42:53
好像有一种文件,只要用写字板写上什么计算机语言,然后保存为某种格式,双击就可以把系统瘦一大半的.求大家给啊,

你说的是批处理文件。把下文复制到记事本中,点击“文件”,选择“另存为”,命名为“系统盘垃圾清理.bat”就好了。

@echo off
echo 系统盘垃圾清理开始!
del /q /s /f "c:\*.bak"
del /q /s /f "c:\*.bmp"
del /q /s /f "c:\*.old"
del /q /s /f "c:\*.tmp"
del /q /f "c:\Windows\clock.avi"
del /q /f "c:\Windows\control.ini"
rd /q /s "%systemdrive%\Windows\$NtUninstall$"
del /q /f "c:\Windows\system32\DirectX\Dinput\*.*"
del /q /f "c:\Windows\system32\dllcache\tourstrt.exe"
del /q /f "c:\Windows\system32\dllcache\tourw.exe"
del /q /f "c:\Windows\system32\tourstart.exe"
del /q /f "c:\Windows\Help\Tours\*.*"
del /q /s /f "c:\Windows\inf\*.pnf"
del /q /s /f "c:\Windows\Web\*.gif"