aurraro 发表于 2010-11-24 21:17

我的解决无法进入NFS14的方法

本帖最后由 aurraro 于 2010-11-24 21:32 编辑

首先感谢http://bbs.blacksheepgame.com/thread-1594157-1-1.html这位仁兄,提供问题在什么地方

然后我查看了一下自己的WMI服务的情况,首先是
WMI服务无法访问,设备INTERFACE ,错误类型:未注册类别
然后再GOOGLE上搜索,解决了问题,解决方法如下:
运行如下批处理
===============================
FIXWMI.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

一般就没问题了,
但我依然出现问题,但问题提示改变。。。。。。。。。变为无法访问WMI服务,错误类别:无效类
我又在网上搜索得知在CMD里面运行如下
mofcomp "C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof"
就没出错了
然后安装极品14,RELOADED激活,进入游戏

祺旭MiNi 发表于 2010-11-24 21:25

vid190 发表于 2010-11-24 21:27

好啊啊啊啊啊啊啊
页: [1]
查看完整版本: 我的解决无法进入NFS14的方法