发布网友 发布时间:2022-04-22 23:02
共1个回答
热心网友 时间:2023-10-08 14:56
1.打开记事本,复制以下内容:@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
/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
Settings\Temporary
Internet
Files\*.*"
del
/f
/s
/q
"%userprofile%\Local
Settings\Temp\*.*"
del
/f
/s
/q
"%userprofile%\recent\*.*"
echo
清除系统LJ完成!
echo.
&
pause
2.粘贴到记事本里,另存为
定时清理系统垃圾.bat
或者
定时清理系统垃圾.cmd3.开始-程序-启动
右击打开
然后把
定时清理系统垃圾.bat
复制到这个文件夹内
ok
这样每次
开机登录系统后
系统会自动运行这个文件(定时清理系统垃圾.bat
)
哈哈
瞬间系统速度提升
4.想让其他程序开机自动运行的话
也可以这样做哦
把程序的快捷方式
复制到
启动
文件夹内即可
也可以把
定时清理系统垃圾.bat
的快捷方式复制到启动
文件夹内