Win10电脑怎么快速的清理电脑无用的垃圾(电脑.无用.清理)

wufei123 发布于 2024-09-12 阅读(30)

当您在 windows 10 中安装软件时,您可能会遇到流氓软件自动安装,这令人沮丧。这些软件很难摆脱,卸载后会重新安装。如果您遇到此问题,则需要采取措施彻底清理您的系统。本文将分享 php小编新一 整理的一个有效方法,帮助您清除 windows 10 中的流氓软件和垃圾文件。

1、制作一个【清除系统垃圾.bat】文件,清除系统垃圾,将下面的内容复制到记事本中:

@echo off

pause

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 清理系统垃圾完成!

echo. & pause

Win10电脑怎么快速的清理电脑无用的垃圾

2、点击记事本左上角的【文件】,在下拉菜单中点击【另存为】。

Win10电脑怎么快速的清理电脑无用的垃圾

3、在打开的另存为窗口中,先点击窗口左侧的【桌面】,在文件名(N)栏中输入:清除系统垃圾.bat,再点击:保存。

Win10电脑怎么快速的清理电脑无用的垃圾

4、当我们需要清除系统垃圾时,左键双击桌面上的【清除系统垃圾】图标。

Win10电脑怎么快速的清理电脑无用的垃圾

5、此时打开一个C:\Windows\system32\cma.exe窗口,显示:

请按任意键继续。。.

我们按下键盘上的“空格键”。

Win10电脑怎么快速的清理电脑无用的垃圾

6、正在清除系统垃圾,请稍等。

Win10电脑怎么快速的清理电脑无用的垃圾

7、清理系统垃圾完成,请按任意键继续。。.,我们再按下键盘上的“空格键”,退出C:\Windows\system32\cma.exe窗口。

Win10电脑怎么快速的清理电脑无用的垃圾

以上就是Win10电脑怎么快速的清理电脑无用的垃圾的详细内容,更多请关注资源网之家其它相关文章!

标签:  无用 电脑 清理 

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。