爱收集资源网

天天没事折腾操作系统,测试应用软件,遇到系统报错、蓝屏

网络整理 2022-04-20 02:08

每天跟操作系统无关,测试应用软件注册表垃圾是什么,遇到系统错误和蓝屏。但我们也有办法处理它。除了在虚拟机中测试一些可能对系统造成危害的内容外,我们依靠随时清理windows垃圾和注册表的技巧来保证电脑的稳定性。

说说我们电脑桌面上必须有的批处理文件吧!

您可以创建一个新的文本文档并将以下代码复制到其中

@echo 关闭

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\*.*

del /s /q /q %windir%\temp\*.*

del /f /q %userprofile%\cookies\*.*

del /f /q %userprofile%\recent\*.*

del /f /s /q "%userprofile%\本地设置\临时网络文件\*.*"

del /f /s /q "%userprofile%\local settings\temp\*.*"

学信网学历注册备案表_wordpress防止垃圾注册_注册表垃圾是什么

del /f /s /q "%userprofile%\recent\*.*"

echo clear system lj 完成!

保存后,将文本文档原来的.txt扩展名改为.bat。当你觉得系统有垃圾或运行缓慢时,双击执行就可以了。

为什么我很少使用清理垃圾的第三方软件?那是因为系统自带的命令更容易使用。另外,一台旧电脑也买不起那些全家都能用的东西。仅仅因为你需要一个功能而安装它们真的是值得的。

至于清理注册表的方式,cfan编辑器常用的方法有两种。第一个是代码。

以管理员身份运行命令提示符后,将以下代码复制到其中并回车

reg add "hkey_local_machine\software\microsoft\windowsselfhost\applicability" /v "branchname" /d "fbl_release" /t reg_sz /f

reg add "hkey_local_machine\software\microsoft\windowsselfhost\applicability" /v "thresholdrisklevel" /d "low" /t reg_sz /f

reg delete "hkey_local_machine\software\microsoft\windowsselfhost\applicability" /v "thresholdinternal" /f

reg delete "hkey_local_machine\software\microsoft\windowsselfhost\applicability" /v "thresholdoptedin" /f

可以将注册表恢复到原始状态,但不建议大家频繁使用,会使得很多安装的软件失效,或者一些需要注入注册表的工具无法正常工作。

如果要检查注册表是否处于最初始状态,可以看到这个子键

另一个是著名的清洁工。不是小编说外国和尚喜欢念经,而是说比较干净注册表垃圾是什么,用起来比较简单,清理注册表里多余的选项也很正宗。

并且在清理注册表之前,您可以备份注册表中的原始项目。清洗后,如有问题可随时恢复。与某些软件不同,它总是对您的计算机做一些难以描述的事情。

以上是快速清理垃圾和注册表的方法介绍。你学会了吗?希望这篇文章能对你有所帮助!

注册表 蓝屏