求救:我的电脑本地服务全部关闭了,请教各位大虾帮帮忙!

2024年11月18日 00:32
有2个网友回答
网友(1):

首先你要看看有没有中毒。(中毒另当别论)
如果没有中毒的话执行下述操作:
把下列内容粘贴到一个"新建文本文件.txt"中,然把这个文件改名成"s.bat",再双击s.bat.然后重启。

sc config DcomLaunch start= AUTO
sc config Dhcp start= AUTO
sc config Dnscache start= AUTO
sc config Eventlog start= AUTO
sc config lanmanworkstation start= AUTO
sc config PlugPlay start= AUTO
sc config ProtectedStorage start= AUTO
sc config RpcSs start= AUTO
sc config RpcSs start= AUTO
sc config SamSs start= AUTO
sc config Schedule start= AUTO
sc config seclogon start= AUTO
sc config SENS start= AUTO
sc config ShellHWDetection start= AUTO
sc config Spooler start= AUTO
sc config W32Time start= AUTO
sc config WebClient start= DISABLED
sc config winmgmt start= AUTO
sc config DcomLaunch start= AUTO

网友(2):

那就重新把相应的服务打开。