From: Janis on 15 Feb 2010 21:27 I'm having problems running the script. I got the command line by typing cmd in "run" I can't copy this whole script below and paste it in the command line. I tried copying all of the script below to a notepad file and using the .vbs extension. I forget how to compile the script. Am I supposed to run it in Wordpad instead of Notepad? I forget how to do it. Where/how do I put this script? thanks for your help. --------------script------------ net stop winmgmt pause c: cd c:\windows\system32\wbem rd /S /Q repository regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll mofcomp cimwin32.mof mofcomp cimwin32.mfl mofcomp rsop.mof mofcomp rsop.mfl for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s for /f %%s in ('dir /b *.mof') do mofcomp %%s for /f %%s in ('dir /b *.mfl') do mofcomp %%s mofcomp exwmi.mof mofcomp -n:root\cimv2\applications\exchange wbemcons.mof mofcomp -n:root\cimv2\applications\exchange smtpcons.mof mofcomp exmgmt.mof "glee" wrote: > Try this - > How to re-install WMI for Windows XP > http://www.pcreview.co.uk/forums/thread-531758.php > > -- > Glen Ventura, MS MVP Oct. 2002 - Sept. 2009 > A+ > http://dts-l.net/ > > > "Janis" <Janis(a)discussions.microsoft.com> wrote in message > news:E98A4BC6-96F6-433D-AE94-A8410C34009A(a)microsoft.com... > > I'm getting the error WMI windows management instructmentation module > > is not > > installed when I > > try to start windows management services. > > WHEN I RUN > > setup for SQL Server Express 2005. It says configuration checker > > cannot be > > executed. > > I try to start windows management services and it says could not start > > windows management instrumentation service on local computer. > > I searched for wmi.dll on my computer and I have it in > > c:\windows\servicepackfiles\i386 > > can I copy this file somewhere into the system so that it will start > > windows > > management services? > > > > Do you know if the .Net framework can be installed on Windows XP Pro > > or does > > it need to be Windows XP professional? > > I have Windows XP Service Pak 3. > > thanks, > > > > . >
|
Pages: 1 Prev: How can I get rid of "Dial up networking" popup? Next: Purging ThreatFire from register |