办公电脑问题处理 - 记录

·
知识 主题 文件 电脑 处理 系统 内容 百度 版本 病毒 批处理 November 13, 2019
!本文可能 超过2年没有更新,今后内容也许不会被维护或者支持,部分内容可能具有时效性,涉及技术细节或者软件使用方面,本文不保证相应的技术更新和实践可操作性。

记不得电脑啥时候出现的问题,大体时间应该是最近两个周左右吧.
因为是工作的电脑这里缺少案例图片,大部分都是文字内容的描述,如果你也刚好遇到此类问题可以耐心的看下去,如果没有?也不妨了解一下,或给予指点.

背景

记不得电脑啥时候出现的问题,大体时间应该是最近两个周左右吧.

环境

系统:Windows 7

案例描述

大约记得电脑是突然变成服务器的那种经典主题界面,就主题啥的都去掉的那种.
网上找了张图片大伙脑补一下即可.

windows经典主题

症状

除了界面,还有一些杂七杂八的问题,比如打开磁盘管理: "无法连接虚拟磁盘服务";显卡打开报错,具体报的啥忘记了;计划任务打开提示"找不到远程计算机",还有一些什么网络适配器,空白什么的一个个处理起来真的很麻烦.

查找根源

本着处理问题的角度来推测问题的症状
1.首先排除病毒啥地,多半是某软优化过度造成的,当然除了显卡感觉比较棘手之外,其他的影响不是太重毕竟没影响正常办公.至于剩下的问题百度也搜索仔细看了,都关系到系统"服务(services.msc)".
2.网络不是很稳定一半是系统原因,另一半内网络有时候会类似掉线那种症状,其实又不是!具体的内容懂的太少说不明白.

案例处理

显卡

首先选择先处理显卡,处理之前先卸载显卡驱动,这里选择使用驱动人生然后用的是英伟达的.
也没啥特别要说的,注意旧电脑别用最新的版本号就成.

网络

时不时的链接不上网络,咱懂的少说不清楚啥原因,我一般都是通过更换IP地址来处理,效果显著!
当然不能乱搞一般就用两个ip而已,一个链接不上更换一下就可以了,其实也就占用一个而已.所以也不会造成啥问题.
可以这次不成哦,网络适配器里头啥子都没有空白的呢!所以,想到了批处理脚本来搞,也方便.

@echo off
netsh interface ip set address name="本地连接"  static 192.168.1.XXX  255.255.255.0  192.168.1.1 
netsh interface ip set dns "本地连接"  static  223.5.5.5
cls&echo 设置完成!&pause

*地址请根据实际情况填写即可,脚本文件格式.bat,保存文本文件后修改后缀即可,懂得哈~ guai.png

系统服务(server.msc)

既然网络好了就顺便查一下恢复默认系统服务,这里也把批处理内容给贴出来

sc config   AeLookupSvc start= DEMAND 
sc config   ALG start= DEMAND 
sc config   AppIDSvc start= DEMAND 
sc config   Appinfo start= DEMAND 
sc config   AppMgmt start= DEMAND 
sc config   AudioEndpointBuilder start= AUTO 
sc config   Audiosrv start= AUTO 
sc config   AxInstSV start= DEMAND 
sc config   BDESVC start= DEMAND 
sc config   BFE start= AUTO 
sc config   BITS start= AUTO 
sc config   Browser start= DEMAND 
sc config   bthserv start= DEMAND 
sc config   CertPropSvc start= DEMAND 
sc config   clr_optimization_v2.0.50727_32 start= AUTO 
sc config   COMSysApp start= DEMAND 
sc config   CryptSvc start= AUTO 
sc config   CscService start= AUTO 
sc config   DcomLaunch start= AUTO 
sc config   defragsvc start= DEMAND 
sc config   Dhcp start= AUTO 
sc config   Dnscache start= AUTO 
sc config   dot3svc start= DEMAND 
sc config   DPS start= AUTO 
sc config   EapHost start= DEMAND 
sc config   EFS start= DEMAND 
sc config   ehRecvr start= DEMAND 
sc config   ehSched start= DEMAND 
sc config   eventlog start= AUTO 
sc config   EventSystem start= AUTO 
sc config   Fax start= DEMAND 
sc config   fdPHost start= DEMAND 
sc config   FDResPub start= AUTO 
sc config   FontCache start= DEMAND 
sc config   FontCache3.0.0.0 start= DEMAND 
sc config   gpsvc start= AUTO 
sc config   hidserv start= DEMAND 
sc config   hkmsvc start= DEMAND 
sc config   HomeGroupListener start= DEMAND 
sc config   HomeGroupProvider start= DEMAND 
sc config   idsvc start= DEMAND 
sc config   IKEEXT start= DEMAND 
sc config   IPBusEnum start= DEMAND 
sc config   iphlpsvc start= AUTO 
sc config   KeyIso start= DEMAND 
sc config   KtmRm start= DEMAND 
sc config   LanmanServer start= AUTO 
sc config   LanmanWorkstation start= AUTO 
sc config   lltdsvc start= DEMAND 
sc config   lmhosts start= AUTO 
sc config   Mcx2Svc start= DISABLED 
sc config   MMCSS start= AUTO 
sc config   MpsSvc start= AUTO 
sc config   MSDTC start= DEMAND 
sc config   MSiSCSI start= DEMAND 
sc config   msiserver start= DEMAND 
sc config   napagent start= DEMAND 
sc config   Netlogon start= DEMAND 
sc config   Netman start= DEMAND 
sc config   netprofm start= DEMAND 
sc config   NetTcpPortSharing start= DISABLED 
sc config   NlaSvc start= AUTO 
sc config   nsi start= AUTO 
sc config   p2pimsvc start= DEMAND 
sc config   p2psvc start= DEMAND 
sc config   PcaSvc start= DEMAND 
sc config   PeerDistSvc start= DEMAND 
sc config   pla start= DEMAND 
sc config   PlugPlay start= AUTO 
sc config   PNRPAutoReg start= DEMAND 
sc config   PNRPsvc start= DEMAND 
sc config   PolicyAgent start= DEMAND 
sc config   Power start= AUTO 
sc config   ProfSvc start= AUTO 
sc config   ProtectedStorage start= DEMAND 
sc config   QWAVE start= DEMAND 
sc config   RasAuto start= DEMAND 
sc config   RasMan start= DEMAND 
sc config   RemoteAccess start= DISABLED 
sc config   RemoteRegistry start= DEMAND 
sc config   RpcEptMapper start= AUTO 
sc config   RpcLocator start= DEMAND 
sc config   RpcSs start= AUTO 
sc config   SamSs start= AUTO 
sc config   SCardSvr start= DEMAND 
sc config   Schedule start= AUTO 
sc config   SCPolicySvc start= DEMAND 
sc config   SDRSVC start= DEMAND 
sc config   seclogon start= DEMAND 
sc config   SENS start= AUTO 
sc config   SensrSvc start= DEMAND 
sc config   SessionEnv start= DEMAND 
sc config   SharedAccess start= DISABLED 
sc config   ShellHWDetection start= AUTO 
sc config   SNMPTRAP start= DEMAND 
sc config   Spooler start= AUTO 
sc config   sppsvc start= AUTO 
sc config   sppuinotify start= DEMAND 
sc config   SSDPSRV start= DEMAND 
sc config   SstpSvc start= DEMAND 
sc config   StiSvc start= DEMAND 
sc config   swprv start= DEMAND 
sc config   SysMain start= AUTO 
sc config   TabletInputService start= DEMAND 
sc config   TapiSrv start= DEMAND 
sc config   TBS start= DEMAND 
sc config   TermService start= DEMAND 
sc config   Themes start= AUTO 
sc config   THREADORDER start= DEMAND 
sc config   TrkWks start= AUTO 
sc config   TrustedInstaller start= DEMAND 
sc config   UI0Detect start= DEMAND 
sc config   UmRdpService start= DEMAND 
sc config   upnphost start= DEMAND 
sc config   UxSms start= AUTO 
sc config   VaultSvc start= DEMAND 
sc config   vds start= DEMAND 
sc config   VSS start= DEMAND 
sc config   W32Time start= DEMAND 
sc config   wbengine start= DEMAND 
sc config   WbioSrvc start= DEMAND 
sc config   wcncsvc start= DEMAND 
sc config   WcsPlugInService start= DEMAND 
sc config   WdiServiceHost start= DEMAND 
sc config   WdiSystemHost start= DEMAND 
sc config   WebClient start= DEMAND 
sc config   Wecsvc start= DEMAND 
sc config   wercplsupport start= DEMAND 
sc config   WerSvc start= DEMAND 
sc config   WinDefend start= AUTO 
sc config   WinHttpAutoProxySvc start= DEMAND 
sc config   Winmgmt start= AUTO 
sc config   WinRM start= DEMAND 
sc config   Wlansvc start= DEMAND 
sc config   wmiApSrv start= DEMAND 
sc config   WMPNetworkSvc start= DEMAND 
sc config   WPCSvc start= DEMAND 
sc config   WPDBusEnum start= DEMAND 
sc config   wscsvc start= AUTO 
sc config   WSearch start= AUTO 
sc config   wuauserv start= AUTO 
sc config   wudfsvc start= DEMAND 
sc config   WwanSvc start= DEMAND

慎记,重启电脑 huaji4.png Win就是样,不重启下都不好意思说电脑会修好的那种! leng.png
至此,我能看出来的问题都处理完成.


首次创建时间:2019-11-13 21:02:00
最后修改时间:2020-08-19 22:00:05

  • 清理重复存档文件
  • QQ for Linux

_(:3 」∠)_
(抱歉)
自发布之日起超123天后自动关闭评论哦!


© 2025 Mr.Cui's Blog. Using Typecho & Moricolor.

鲁ICP备16004095号-2
鲁公网安备37028502250699号
HTTP/3 IPv6