发布网友 发布时间:2022-04-22 00:50
共3个回答
热心网友 时间:2023-07-15 23:18
很可能是病毒在后台运行大量程序造成CPU使用率过高,不过也可能是你的机器配置比较弱,硬件不行,在运行大型游戏或者是视频时或者运行多个程序,造成此现象.
建议把杀毒软件病毒库升级最新版本彻底查杀,如果还不行就要考虑升级机器的事了.
电脑的历史痕迹只有浏览器的历史可以手动删除,建议使用软件
热心网友 时间:2023-07-15 23:18
开始,所有程序,附件,系统工具,磁盘清理。可以清理。internet上点击工具,internet选项,在浏览历史记录里点击“删除”。
热心网友 时间:2023-07-15 23:19
在C盘下新建个记事本然后复制以下代码
@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
复制完后
文件-另存为-名字
清除系统LJ.bat
记的后缀要改成BAT