如何为电脑进行灰尘清理?

如何为电脑进行灰尘清理?,第1张

给电脑清除灰尘最好的方法是用吹风机。

1、不建议使用家用的吹风机,因为它们的风力不够,根本起不到清楚灰尘的作用,特别是对于积年未清过的电脑,它们的风力也就是吹吹浮尘。现在有卖专业大功率的吹风机,最好的选择。

2、还是需要准备毛刷子的。比如扇热器,电源内外部等,常年不清的甚至都有尘油,风力很难吹干净,需要刷子更精细的清楚。注意,毛一定要软,不然会伤到硬件。另外,实在不会拆卸的,就别用刷子刷了,别因为清灰再把硬件弄坏了,得不偿失,吹吹就好。

3、吹的时候,要找个宽敞的地方,最好吹两次,吹过一次换地方再吹一次。吹的方向最好是由内向外。最后就是要记得带口罩。

电脑需要清灰的几种情况:

1、电脑的CPU风扇在电脑运行到后背面板温度很高时转动不灵,吹风散热力度不大。

2、电脑的CPU风扇的噪音突然变得很大。

3、电脑启动后,运行一段时间速度就会变慢,而且出现无故死机和自动重启的现象。

4、电脑开机时而能正常启动,时而需要长时间等待才能启动。

用略湿的酒精棉球小心擦拭。
显卡和CPU上的痕迹是导热硅脂。你可以擦去,但安装前必须要再次涂抹。不然你的显卡和CPU就要热得烧掉了。
风扇不能用水洗,用酒精擦就行。风扇如果声音大,就要上一点润滑油脂。
你经常用吹风机吹一下机箱,清理灰尘。维护时也方便。导热硅脂你可以去卖电脑的店里去买,很便宜,一瓶能用几年。

清理服务器里面的垃圾用了不少软件还是自己设置的方式好用

下面几个方法绝对让你服务器飞起来,不借助任何软件就可以达到一劳永逸的结果

1找清理程序

找一些清理和优化系统的批处理程序,这个网上很多,直接搜索就可以了,如果对dos命令

熟悉也可以自己写批处理程序,我这里有一份直接粘贴这里,把下面命令指令全部复制到自己新建的文本文档中,改文本文档的txt后缀为bat,这样我们就制作完成一个系统清理批处理程序了

@echo off

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\

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 清除系统完成 开始优化系统! 

sc config ALG start= DEMAND

sc config AppMgmt start= DEMAND

sc config AudioEndpointBuilder start= AUTO

sc config Audiosrv start= AUTO

sc config BFE start= AUTO

sc config BITS start= AUTO

sc config Browser start= AUTO

sc config CertPropSvc start= DEMAND

sc config clr_optimization_v2050727_32 start= DEMAND

sc config COMSysApp start= DEMAND

sc config CryptSvc start= AUTO

sc config DcomLaunch start= AUTO

sc config Dhcp start= AUTO

sc config Dnscache start= AUTO

sc config dot3svc start= DEMAND

sc config EapHost start= DEMAND

sc config EventSystem start= AUTO

sc config fdPHost start= DEMAND

sc config FDResPub start= DEMAND

sc config FontCache3000 start= DEMAND

sc config gpsvc start= AUTO

sc config hidserv start= DEMAND

sc config hkmsvc start= DEMAND

sc config idsvc start= DEMAND

sc config IKEEXT start= AUTO

sc config IPBusEnum start= DEMAND

sc config KeyIso start= DEMAND

sc config LanmanServer start= AUTO

sc config LanmanWorkstation start= AUTO

sc config lltdsvc start= DEMAND

sc config lmhosts start= AUTO

sc config MMCSS start= AUTO

sc config MpsSvc start= AUTO

sc config msiserver start= DEMAND

sc config napagent start= DEMAND

sc config Netlogon start= DEMAND

sc config Netman start= DEMAND

sc config netprofm start= AUTO

sc config NetTcpPortSharing start= DISABLED

sc config NlaSvc start= AUTO

sc config NOD32krn start= AUTO

sc config nsi start= AUTO

sc config PlugPlay start= AUTO

sc config ProfSvc start= AUTO

sc config RasAuto start= DEMAND

sc config RasMan start= DEMAND

sc config RemoteAccess start= DISABLED

sc config RpcLocator start= DEMAND

sc config RpcSs start= AUTO

sc config SamSs start= AUTO

sc config SCardSvr start= DEMAND

sc config SCPolicySvc start= DEMAND

sc config SENS start= AUTO

sc config SharedAccess start= DISABLED

sc config ShellHWDetection start= AUTO

sc config slsvc start= AUTO

sc config SLUINotify start= DEMAND

sc config SNMPTRAP start= DEMAND

sc config SSDPSRV start= DEMAND

sc config SstpSvc start= DEMAND

sc config SysMain start= AUTO

sc config TapiSrv start= DEMAND

sc config TBS start= AUTO

sc config Themes start= AUTO

sc config THREADORDER start= DEMAND

sc config TrustedInstaller start= DEMAND

sc config upnphost start= DEMAND

sc config UxSms start= AUTO

sc config vds start= DEMAND

sc config W32Time start= AUTO

sc config wcncsvc start= DEMAND

sc config WcsPlugInService start= DEMAND

sc config Win>

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/13010764.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-29
下一篇 2023-05-29

发表评论

登录后才能评论

评论列表(0条)

保存