cwindowsSystem32目录在哪??

发布于2022-01-13 09:27:06
3个回答
admin
网友回答2022-01-13
你在我的电脑上点右键,点资源管理器就有这个目录,一般windows在c盘,根据c\windows\System32这个路径寻找就找到了
admin
网友回答2022-01-13
这个可能是wmi文件顺坏造成的。解决办法如下:

新建一个文本,复制如下cmd命令
@echo on
cd /d c:\temp
if not exist %windir%\system32\wbem goto TryInstall
cd /d %windir%\system32\wbem
net stop winmgmt
winmgmt /kill
if exist Rep_bak rd Rep_bak /s /q
rename Repository Rep_bak
for %%i in (*.dll) do RegSvr32 -s %%i
for %%i in (*.exe) do call :FixSrv %%i
for %%i in (*.mof,*.mfl) do Mofcomp %%i
net start winmgmt
goto End

:FixSrv
if /I (%1) == (wbemcntl.exe) goto SkipSrv
if /I (%1) == (wbemtest.exe) goto SkipSrv
if /I (%1) == (mofcomp.exe) goto SkipSrv
%1 /RegServer

:SkipSrv
goto End

:TryInstall
if not exist wmicore.exe goto End
wmicore /s
net start winmgmt
:End

将文本后缀.txt改成.bat。使用管理员权限运行。重启后问题就解决了。
admin
网友回答2022-01-13
stdup是一个恶意软件,包含的dll较多
Ntservice32好像也不是系统正常文件

建议下载360安全卫士并使用杀毒软件进行查毒,然后用guardio卸载错误服务

回到
顶部