步骤1、 点击“开始”→“运行”,打开“运行”对话框,输入命令“ cleanmgr. exe”启动磁盘清理程序。
步骤2、在打开的“选择驱动器”窗口中选择要清理的磁盘,如“ C盘”,选择完成后点击“确定”按钮。
步骤3、然后就会自动运行“磁盘清理”程序对当前所选磁盘进行清理工作。
步骤4、新建记事本,在记事本中输入以下内容:
@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%
ecycled*.*
del /f /s /q %windir%*.bak
del /f /s /q %windir%prefetch*.*
rd /s /q %windir% emp & md %windir% emp
del /f /q %userprofile%cookies*.*
del /f /q %userprofile%
ecent*.*
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%
ecent*.*"
echo 清除系统垃圾文件完成!
echo. & pause
步骤5、保存后,将文件改名为“清理电脑中的垃圾文件.bat”,双击该文件,如果无效直接在运行cmd中输入此段内容即可
6、最后双击运行该文件,就可以执行清除系统垃圾的工作啦。
什么是cmd命令
现在用的Windows系统,都是离不开DOS命令的操作。
学习DOS系统操作,首先了解命令提示符。
所学DOS系统操作,cmd命令提示符是不可或缺的。