怎样取消?开机自动清理系统垃圾文件的程序
- 提问者网友:凉末
- 2021-05-01 04:55
- 五星知识达人网友:雪起风沙痕
- 2021-05-01 05:37
重装系统不就没事了
- 1楼网友:渡鹤影
- 2021-05-01 08:36
@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
复制到记事本,改后缀为bat,运行!完事!如果要加什么,改成txt加上你要删的目录就行了!!!
- 2楼网友:英雄的欲望
- 2021-05-01 08:01
在 开始--运行--regedit ,打开注册表 找这个路径“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run” 在右边新建一个值,添那个清理的程序的路径就行了
参考资料: http://www.ylmf.net/?u=1700000
- 3楼网友:野味小生
- 2021-05-01 07:37
- 4楼网友:封刀令
- 2021-05-01 06:47