can't start windows management services Can't install SQL ..
Moderators: DllAdmin, DLLADMIN ONLY
can't start windows management services Can't install SQL Se
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,
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,
Re: can't start windows management services Can't install SQ
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@discussions.microsoft.com> wrote in message
news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>
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@discussions.microsoft.com> wrote in message
news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>
Re: can't start windows management services Can't install SQ
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@discussions.microsoft.com> wrote in message
> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >
>
> .
>
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@discussions.microsoft.com> wrote in message
> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >
>
> .
>
-
- Posts: 22
- Joined: 29 May 2009, 23:00
Re: can't start windows management services Can't install SQ
Save it from note pad as a batch file give it a .bat extension.
--
The Real Truth http://pcbutts1-therealtruth.blogspot.com/
*WARNING* Do NOT follow any advice given by the people listed below.
They do NOT have the expertise or knowledge to fix your issue. Do not waste
your time.
David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> 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@discussions.microsoft.com> wrote in message
>> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >
>>
>> .
>>
--
The Real Truth http://pcbutts1-therealtruth.blogspot.com/
*WARNING* Do NOT follow any advice given by the people listed below.
They do NOT have the expertise or knowledge to fix your issue. Do not waste
your time.
David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> 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@discussions.microsoft.com> wrote in message
>> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >
>>
>> .
>>
Re: can't start windows management services Can't install SQ
That was an excellent try. I gave it the script the .bat extension and it
appeared to run properly. I even restarted Windows and turned on automatic
updates. It added 9 updates and it still doesn't turn on Windows Management
Instrumentation. The
error still said module not installed.
This is the exact script in the batch file and I got the correct batch file
icon:
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
So it doesn't appear to have installed the WMI module.
Do you have another idea?
thanks,
"The Real Truth MVP" wrote:
> Save it from note pad as a batch file give it a .bat extension.
>
>
>
> --
> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> *WARNING* Do NOT follow any advice given by the people listed below.
> They do NOT have the expertise or knowledge to fix your issue. Do not waste
> your time.
> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
>
>
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> > 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@discussions.microsoft.com> wrote in message
> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >
> >>
> >> .
> >>
>
> .
>
appeared to run properly. I even restarted Windows and turned on automatic
updates. It added 9 updates and it still doesn't turn on Windows Management
Instrumentation. The
error still said module not installed.
This is the exact script in the batch file and I got the correct batch file
icon:
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
So it doesn't appear to have installed the WMI module.
Do you have another idea?
thanks,
"The Real Truth MVP" wrote:
> Save it from note pad as a batch file give it a .bat extension.
>
>
>
> --
> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> *WARNING* Do NOT follow any advice given by the people listed below.
> They do NOT have the expertise or knowledge to fix your issue. Do not waste
> your time.
> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
>
>
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> > 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@discussions.microsoft.com> wrote in message
> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >
> >>
> >> .
> >>
>
> .
>
Re: can't start windows management services Can't install SQ
The Real Truth MVP is not listed on the MVP list:
http://mvp.support.microsoft.com/
The web page http://www.ms-mvp.org/ uses Godaddy's stealth
frame-redirection to redirect you to:
http://pcbutts1.com/downloads/tools/tools.htm
Check out "pcbutts" using your favorite search engine.
Can you really trust someone like this? Do you really want to follow his
advice?
A bit of a tribute to Chris Butts:
http://tekrider.net/usenet/pcbutts.php
Janis wrote:
>
> That was an excellent try. I gave it the script the .bat extension and it
> appeared to run properly. I even restarted Windows and turned on automatic
> updates. It added 9 updates and it still doesn't turn on Windows Management
> Instrumentation. The
> error still said module not installed.
> This is the exact script in the batch file and I got the correct batch file
> icon:
> 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
>
> So it doesn't appear to have installed the WMI module.
>
> Do you have another idea?
> thanks,
>
> "The Real Truth MVP" wrote:
>
>> Save it from note pad as a batch file give it a .bat extension.
>>
>>
>>
>> --
>> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> *WARNING* Do NOT follow any advice given by the people listed below.
>> They do NOT have the expertise or knowledge to fix your issue. Do not waste
>> your time.
>> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
>>
>>
>>
>>
>> "Janis"<Janis@discussions.microsoft.com> wrote in message
>> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>>> 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@discussions.microsoft.com> wrote in message
>>>> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>>>>>
>>>>
>>>> .
>>>>
>>
>> .
>>
--
JD..
http://mvp.support.microsoft.com/
The web page http://www.ms-mvp.org/ uses Godaddy's stealth
frame-redirection to redirect you to:
http://pcbutts1.com/downloads/tools/tools.htm
Check out "pcbutts" using your favorite search engine.
Can you really trust someone like this? Do you really want to follow his
advice?
A bit of a tribute to Chris Butts:
http://tekrider.net/usenet/pcbutts.php
Janis wrote:
>
> That was an excellent try. I gave it the script the .bat extension and it
> appeared to run properly. I even restarted Windows and turned on automatic
> updates. It added 9 updates and it still doesn't turn on Windows Management
> Instrumentation. The
> error still said module not installed.
> This is the exact script in the batch file and I got the correct batch file
> icon:
> 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
>
> So it doesn't appear to have installed the WMI module.
>
> Do you have another idea?
> thanks,
>
> "The Real Truth MVP" wrote:
>
>> Save it from note pad as a batch file give it a .bat extension.
>>
>>
>>
>> --
>> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> *WARNING* Do NOT follow any advice given by the people listed below.
>> They do NOT have the expertise or knowledge to fix your issue. Do not waste
>> your time.
>> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
>>
>>
>>
>>
>> "Janis"<Janis@discussions.microsoft.com> wrote in message
>> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>>> 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@discussions.microsoft.com> wrote in message
>>>> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>>>>>
>>>>
>>>> .
>>>>
>>
>> .
>>
--
JD..
Re: can't start windows management services Can't install SQ
Try this and report back with the output it returns:
Unable to start the Windows Management Instrumentation (WMI) service?
http://windowsxp.mvps.org/winmgmt.htm
What is the exact wording of your WMI error...word for word, please.
--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>
> That was an excellent try. I gave it the script the .bat extension and
> it
> appeared to run properly. I even restarted Windows and turned on
> automatic
> updates. It added 9 updates and it still doesn't turn on Windows
> Management
> Instrumentation. The
> error still said module not installed.
> This is the exact script in the batch file and I got the correct batch
> file
> icon:
> 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
>
> So it doesn't appear to have installed the WMI module.
>
> Do you have another idea?
> thanks,
>
> "The Real Truth MVP" wrote:
>
>> Save it from note pad as a batch file give it a .bat extension.
>>
>>
>>
>> --
>> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> *WARNING* Do NOT follow any advice given by the people listed below.
>> They do NOT have the expertise or knowledge to fix your issue. Do not
>> waste
>> your time.
>> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
>>
>>
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> > 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@discussions.microsoft.com> wrote in message
>> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >
>> >>
>> >> .
>> >>
>>
>> .
>>
Unable to start the Windows Management Instrumentation (WMI) service?
http://windowsxp.mvps.org/winmgmt.htm
What is the exact wording of your WMI error...word for word, please.
--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>
> That was an excellent try. I gave it the script the .bat extension and
> it
> appeared to run properly. I even restarted Windows and turned on
> automatic
> updates. It added 9 updates and it still doesn't turn on Windows
> Management
> Instrumentation. The
> error still said module not installed.
> This is the exact script in the batch file and I got the correct batch
> file
> icon:
> 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
>
> So it doesn't appear to have installed the WMI module.
>
> Do you have another idea?
> thanks,
>
> "The Real Truth MVP" wrote:
>
>> Save it from note pad as a batch file give it a .bat extension.
>>
>>
>>
>> --
>> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> *WARNING* Do NOT follow any advice given by the people listed below.
>> They do NOT have the expertise or knowledge to fix your issue. Do not
>> waste
>> your time.
>> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
>>
>>
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> > 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@discussions.microsoft.com> wrote in message
>> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >
>> >>
>> >> .
>> >>
>>
>> .
>>
Re: can't start windows management services Can't install SQ
The exact error turning on WMI is
"Could not start the WMI instrumentation service on local computer
error 126: The specified module could not be found.
Well at this point I would pay the $29.00 if I was guarenteed it would work.
I tried the scan:
The output was 5802 new errors.
379 shared dlls
38 application paths
642 file extensions
440 uninstall entires
4023 com and active x controls
25 mru lists
255 fonts
Thanks,
"glee" wrote:
> Try this and report back with the output it returns:
> Unable to start the Windows Management Instrumentation (WMI) service?
> http://windowsxp.mvps.org/winmgmt.htm
>
>
> What is the exact wording of your WMI error...word for word, please.
> --
> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> A+
> http://dts-l.net/
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
> >
> > That was an excellent try. I gave it the script the .bat extension and
> > it
> > appeared to run properly. I even restarted Windows and turned on
> > automatic
> > updates. It added 9 updates and it still doesn't turn on Windows
> > Management
> > Instrumentation. The
> > error still said module not installed.
> > This is the exact script in the batch file and I got the correct batch
> > file
> > icon:
> > 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
> >
> > So it doesn't appear to have installed the WMI module.
> >
> > Do you have another idea?
> > thanks,
> >
> > "The Real Truth MVP" wrote:
> >
> >> Save it from note pad as a batch file give it a .bat extension.
> >>
> >>
> >>
> >> --
> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> >> *WARNING* Do NOT follow any advice given by the people listed below.
> >> They do NOT have the expertise or knowledge to fix your issue. Do not
> >> waste
> >> your time.
> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
> >>
> >>
> >>
> >>
> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> >> > 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@discussions.microsoft.com> wrote in message
> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >> >
> >> >>
> >> >> .
> >> >>
> >>
> >> .
> >>
>
> .
>
"Could not start the WMI instrumentation service on local computer
error 126: The specified module could not be found.
Well at this point I would pay the $29.00 if I was guarenteed it would work.
I tried the scan:
The output was 5802 new errors.
379 shared dlls
38 application paths
642 file extensions
440 uninstall entires
4023 com and active x controls
25 mru lists
255 fonts
Thanks,
"glee" wrote:
> Try this and report back with the output it returns:
> Unable to start the Windows Management Instrumentation (WMI) service?
> http://windowsxp.mvps.org/winmgmt.htm
>
>
> What is the exact wording of your WMI error...word for word, please.
> --
> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> A+
> http://dts-l.net/
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
> >
> > That was an excellent try. I gave it the script the .bat extension and
> > it
> > appeared to run properly. I even restarted Windows and turned on
> > automatic
> > updates. It added 9 updates and it still doesn't turn on Windows
> > Management
> > Instrumentation. The
> > error still said module not installed.
> > This is the exact script in the batch file and I got the correct batch
> > file
> > icon:
> > 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
> >
> > So it doesn't appear to have installed the WMI module.
> >
> > Do you have another idea?
> > thanks,
> >
> > "The Real Truth MVP" wrote:
> >
> >> Save it from note pad as a batch file give it a .bat extension.
> >>
> >>
> >>
> >> --
> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> >> *WARNING* Do NOT follow any advice given by the people listed below.
> >> They do NOT have the expertise or knowledge to fix your issue. Do not
> >> waste
> >> your time.
> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
> >>
> >>
> >>
> >>
> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> >> > 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@discussions.microsoft.com> wrote in message
> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >> >
> >> >>
> >> >> .
> >> >>
> >>
> >> .
> >>
>
> .
>
Re: can't start windows management services Can't install SQ
$29???? Oh for pete's sake! You clicked the advertisement at the top of
the page! <sheesh>
Please scroll down, IGNORE all the ads...do NOT click on them... and
read the web page I linked, then run the command from Start> Run, and
post back with the results, compared to the correct output as shown on
the web page I linked.
Start, Run:
CMD /K SC QC WINMGMT
--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
> The exact error turning on WMI is
> "Could not start the WMI instrumentation service on local computer
> error 126: The specified module could not be found.
>
> Well at this point I would pay the $29.00 if I was guarenteed it would
> work.
> I tried the scan:
> The output was 5802 new errors.
> 379 shared dlls
> 38 application paths
> 642 file extensions
> 440 uninstall entires
> 4023 com and active x controls
> 25 mru lists
> 255 fonts
>
> Thanks,
> "glee" wrote:
>
>> Try this and report back with the output it returns:
>> Unable to start the Windows Management Instrumentation (WMI) service?
>> http://windowsxp.mvps.org/winmgmt.htm
>>
>>
>> What is the exact wording of your WMI error...word for word, please.
>> --
>> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> A+
>> http://dts-l.net/
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>> >
>> > That was an excellent try. I gave it the script the .bat extension
>> > and
>> > it
>> > appeared to run properly. I even restarted Windows and turned on
>> > automatic
>> > updates. It added 9 updates and it still doesn't turn on Windows
>> > Management
>> > Instrumentation. The
>> > error still said module not installed.
>> > This is the exact script in the batch file and I got the correct
>> > batch
>> > file
>> > icon:
>> > 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
>> >
>> > So it doesn't appear to have installed the WMI module.
>> >
>> > Do you have another idea?
>> > thanks,
>> >
>> > "The Real Truth MVP" wrote:
>> >
>> >> Save it from note pad as a batch file give it a .bat extension.
>> >>
>> >>
>> >>
>> >> --
>> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> >> *WARNING* Do NOT follow any advice given by the people listed
>> >> below.
>> >> They do NOT have the expertise or knowledge to fix your issue. Do
>> >> not
>> >> waste
>> >> your time.
>> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
>> >>
>> >>
>> >>
>> >>
>> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> >> > 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@discussions.microsoft.com> wrote in message
>> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >> >
>> >> >>
>> >> >> .
>> >> >>
>> >>
>> >> .
>> >>
>>
>> .
>>
the page! <sheesh>
Please scroll down, IGNORE all the ads...do NOT click on them... and
read the web page I linked, then run the command from Start> Run, and
post back with the results, compared to the correct output as shown on
the web page I linked.
Start, Run:
CMD /K SC QC WINMGMT
--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
> The exact error turning on WMI is
> "Could not start the WMI instrumentation service on local computer
> error 126: The specified module could not be found.
>
> Well at this point I would pay the $29.00 if I was guarenteed it would
> work.
> I tried the scan:
> The output was 5802 new errors.
> 379 shared dlls
> 38 application paths
> 642 file extensions
> 440 uninstall entires
> 4023 com and active x controls
> 25 mru lists
> 255 fonts
>
> Thanks,
> "glee" wrote:
>
>> Try this and report back with the output it returns:
>> Unable to start the Windows Management Instrumentation (WMI) service?
>> http://windowsxp.mvps.org/winmgmt.htm
>>
>>
>> What is the exact wording of your WMI error...word for word, please.
>> --
>> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> A+
>> http://dts-l.net/
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>> >
>> > That was an excellent try. I gave it the script the .bat extension
>> > and
>> > it
>> > appeared to run properly. I even restarted Windows and turned on
>> > automatic
>> > updates. It added 9 updates and it still doesn't turn on Windows
>> > Management
>> > Instrumentation. The
>> > error still said module not installed.
>> > This is the exact script in the batch file and I got the correct
>> > batch
>> > file
>> > icon:
>> > 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
>> >
>> > So it doesn't appear to have installed the WMI module.
>> >
>> > Do you have another idea?
>> > thanks,
>> >
>> > "The Real Truth MVP" wrote:
>> >
>> >> Save it from note pad as a batch file give it a .bat extension.
>> >>
>> >>
>> >>
>> >> --
>> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> >> *WARNING* Do NOT follow any advice given by the people listed
>> >> below.
>> >> They do NOT have the expertise or knowledge to fix your issue. Do
>> >> not
>> >> waste
>> >> your time.
>> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
>> >>
>> >>
>> >>
>> >>
>> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> >> > 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@discussions.microsoft.com> wrote in message
>> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >> >
>> >> >>
>> >> >> .
>> >> >>
>> >>
>> >> .
>> >>
>>
>> .
>>
Re: can't start windows management services Can't install SQ
Oh I did that also. I got the exact same results as the picture.
There was only one dependency:RPCSS
[sc] getserviceconfig SUCCESS
service_name:winmgmt
type:20 win32_share_process
start_Type :2 auto_start
error_control:0 ignore
binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
load_order_group:
tag:0
display_name:windows management instrumentation
dependencies :rpcss
service-start_name:localsystem
Sorry,
"glee" wrote:
> $29???? Oh for pete's sake! You clicked the advertisement at the top of
> the page! <sheesh>
>
> Please scroll down, IGNORE all the ads...do NOT click on them... and
> read the web page I linked, then run the command from Start> Run, and
> post back with the results, compared to the correct output as shown on
> the web page I linked.
>
> Start, Run:
>
> CMD /K SC QC WINMGMT
> --
> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> A+
> http://dts-l.net/
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
> > The exact error turning on WMI is
> > "Could not start the WMI instrumentation service on local computer
> > error 126: The specified module could not be found.
> >
> > Well at this point I would pay the $29.00 if I was guarenteed it would
> > work.
> > I tried the scan:
> > The output was 5802 new errors.
> > 379 shared dlls
> > 38 application paths
> > 642 file extensions
> > 440 uninstall entires
> > 4023 com and active x controls
> > 25 mru lists
> > 255 fonts
> >
> > Thanks,
> > "glee" wrote:
> >
> >> Try this and report back with the output it returns:
> >> Unable to start the Windows Management Instrumentation (WMI) service?
> >> http://windowsxp.mvps.org/winmgmt.htm
> >>
> >>
> >> What is the exact wording of your WMI error...word for word, please.
> >> --
> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> A+
> >> http://dts-l.net/
> >>
> >>
> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
> >> >
> >> > That was an excellent try. I gave it the script the .bat extension
> >> > and
> >> > it
> >> > appeared to run properly. I even restarted Windows and turned on
> >> > automatic
> >> > updates. It added 9 updates and it still doesn't turn on Windows
> >> > Management
> >> > Instrumentation. The
> >> > error still said module not installed.
> >> > This is the exact script in the batch file and I got the correct
> >> > batch
> >> > file
> >> > icon:
> >> > 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
> >> >
> >> > So it doesn't appear to have installed the WMI module.
> >> >
> >> > Do you have another idea?
> >> > thanks,
> >> >
> >> > "The Real Truth MVP" wrote:
> >> >
> >> >> Save it from note pad as a batch file give it a .bat extension.
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> >> >> *WARNING* Do NOT follow any advice given by the people listed
> >> >> below.
> >> >> They do NOT have the expertise or knowledge to fix your issue. Do
> >> >> not
> >> >> waste
> >> >> your time.
> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> >> >> > 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@discussions.microsoft.com> wrote in message
> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >> >> >
> >> >> >>
> >> >> >> .
> >> >> >>
> >> >>
> >> >> .
> >> >>
> >>
> >> .
> >>
>
> .
> Oh
There was only one dependency:RPCSS
[sc] getserviceconfig SUCCESS
service_name:winmgmt
type:20 win32_share_process
start_Type :2 auto_start
error_control:0 ignore
binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
load_order_group:
tag:0
display_name:windows management instrumentation
dependencies :rpcss
service-start_name:localsystem
Sorry,
"glee" wrote:
> $29???? Oh for pete's sake! You clicked the advertisement at the top of
> the page! <sheesh>
>
> Please scroll down, IGNORE all the ads...do NOT click on them... and
> read the web page I linked, then run the command from Start> Run, and
> post back with the results, compared to the correct output as shown on
> the web page I linked.
>
> Start, Run:
>
> CMD /K SC QC WINMGMT
> --
> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> A+
> http://dts-l.net/
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
> > The exact error turning on WMI is
> > "Could not start the WMI instrumentation service on local computer
> > error 126: The specified module could not be found.
> >
> > Well at this point I would pay the $29.00 if I was guarenteed it would
> > work.
> > I tried the scan:
> > The output was 5802 new errors.
> > 379 shared dlls
> > 38 application paths
> > 642 file extensions
> > 440 uninstall entires
> > 4023 com and active x controls
> > 25 mru lists
> > 255 fonts
> >
> > Thanks,
> > "glee" wrote:
> >
> >> Try this and report back with the output it returns:
> >> Unable to start the Windows Management Instrumentation (WMI) service?
> >> http://windowsxp.mvps.org/winmgmt.htm
> >>
> >>
> >> What is the exact wording of your WMI error...word for word, please.
> >> --
> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> A+
> >> http://dts-l.net/
> >>
> >>
> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
> >> >
> >> > That was an excellent try. I gave it the script the .bat extension
> >> > and
> >> > it
> >> > appeared to run properly. I even restarted Windows and turned on
> >> > automatic
> >> > updates. It added 9 updates and it still doesn't turn on Windows
> >> > Management
> >> > Instrumentation. The
> >> > error still said module not installed.
> >> > This is the exact script in the batch file and I got the correct
> >> > batch
> >> > file
> >> > icon:
> >> > 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
> >> >
> >> > So it doesn't appear to have installed the WMI module.
> >> >
> >> > Do you have another idea?
> >> > thanks,
> >> >
> >> > "The Real Truth MVP" wrote:
> >> >
> >> >> Save it from note pad as a batch file give it a .bat extension.
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> >> >> *WARNING* Do NOT follow any advice given by the people listed
> >> >> below.
> >> >> They do NOT have the expertise or knowledge to fix your issue. Do
> >> >> not
> >> >> waste
> >> >> your time.
> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> >> >> > 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@discussions.microsoft.com> wrote in message
> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >> >> >
> >> >> >>
> >> >> >> .
> >> >> >>
> >> >>
> >> >> .
> >> >>
> >>
> >> .
> >>
>
> .
> Oh
Re: can't start windows management services Can't install SQ
Exactly when are you getting the WMI error? What do you do exactly to
bring up the error?
Are you going to Control Panel> Administrative Tools> Services,
double-clicking the "Windows Management Instrumentation" service, and
clicking the Start button there? Or are you doing something else to
bring up the WMI error?
Also, please check that the folder "C:\ServicePackFiles\i386" exists on
the computer, assuming C: is your system drive letter.
You may need to set Folder Options to show all files,in order to find
the folder -
How to see hidden files in Windows
http://www.bleepingcomputer.com/tutoria ... html#winxp
--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
> Oh I did that also. I got the exact same results as the picture.
> There was only one dependency:RPCSS
> [sc] getserviceconfig SUCCESS
> service_name:winmgmt
> type:20 win32_share_process
> start_Type :2 auto_start
> error_control:0 ignore
> binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
> load_order_group:
> tag:0
> display_name:windows management instrumentation
> dependencies :rpcss
> service-start_name:localsystem
>
> Sorry,
>
> "glee" wrote:
>
>> $29???? Oh for pete's sake! You clicked the advertisement at the top
>> of
>> the page! <sheesh>
>>
>> Please scroll down, IGNORE all the ads...do NOT click on them... and
>> read the web page I linked, then run the command from Start> Run, and
>> post back with the results, compared to the correct output as shown
>> on
>> the web page I linked.
>>
>> Start, Run:
>>
>> CMD /K SC QC WINMGMT
>> --
>> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> A+
>> http://dts-l.net/
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
>> > The exact error turning on WMI is
>> > "Could not start the WMI instrumentation service on local computer
>> > error 126: The specified module could not be found.
>> >
>> > Well at this point I would pay the $29.00 if I was guarenteed it
>> > would
>> > work.
>> > I tried the scan:
>> > The output was 5802 new errors.
>> > 379 shared dlls
>> > 38 application paths
>> > 642 file extensions
>> > 440 uninstall entires
>> > 4023 com and active x controls
>> > 25 mru lists
>> > 255 fonts
>> >
>> > Thanks,
>> > "glee" wrote:
>> >
>> >> Try this and report back with the output it returns:
>> >> Unable to start the Windows Management Instrumentation (WMI)
>> >> service?
>> >> http://windowsxp.mvps.org/winmgmt.htm
>> >>
>> >>
>> >> What is the exact wording of your WMI error...word for word,
>> >> please.
>> >> --
>> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> >> A+
>> >> http://dts-l.net/
>> >>
>> >>
>> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>> >> >
>> >> > That was an excellent try. I gave it the script the .bat
>> >> > extension
>> >> > and
>> >> > it
>> >> > appeared to run properly. I even restarted Windows and turned
>> >> > on
>> >> > automatic
>> >> > updates. It added 9 updates and it still doesn't turn on
>> >> > Windows
>> >> > Management
>> >> > Instrumentation. The
>> >> > error still said module not installed.
>> >> > This is the exact script in the batch file and I got the correct
>> >> > batch
>> >> > file
>> >> > icon:
>> >> > 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
>> >> >
>> >> > So it doesn't appear to have installed the WMI module.
>> >> >
>> >> > Do you have another idea?
>> >> > thanks,
>> >> >
>> >> > "The Real Truth MVP" wrote:
>> >> >
>> >> >> Save it from note pad as a batch file give it a .bat extension.
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> >> >> *WARNING* Do NOT follow any advice given by the people listed
>> >> >> below.
>> >> >> They do NOT have the expertise or knowledge to fix your issue.
>> >> >> Do
>> >> >> not
>> >> >> waste
>> >> >> your time.
>> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
>> >> >> Leythos.
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> >> >> > 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@discussions.microsoft.com> wrote in message
>> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >> >> >
>> >> >> >>
>> >> >> >> .
>> >> >> >>
>> >> >>
>> >> >> .
>> >> >>
>> >>
>> >> .
>> >>
>>
>> .
>> Oh
bring up the error?
Are you going to Control Panel> Administrative Tools> Services,
double-clicking the "Windows Management Instrumentation" service, and
clicking the Start button there? Or are you doing something else to
bring up the WMI error?
Also, please check that the folder "C:\ServicePackFiles\i386" exists on
the computer, assuming C: is your system drive letter.
You may need to set Folder Options to show all files,in order to find
the folder -
How to see hidden files in Windows
http://www.bleepingcomputer.com/tutoria ... html#winxp
--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
> Oh I did that also. I got the exact same results as the picture.
> There was only one dependency:RPCSS
> [sc] getserviceconfig SUCCESS
> service_name:winmgmt
> type:20 win32_share_process
> start_Type :2 auto_start
> error_control:0 ignore
> binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
> load_order_group:
> tag:0
> display_name:windows management instrumentation
> dependencies :rpcss
> service-start_name:localsystem
>
> Sorry,
>
> "glee" wrote:
>
>> $29???? Oh for pete's sake! You clicked the advertisement at the top
>> of
>> the page! <sheesh>
>>
>> Please scroll down, IGNORE all the ads...do NOT click on them... and
>> read the web page I linked, then run the command from Start> Run, and
>> post back with the results, compared to the correct output as shown
>> on
>> the web page I linked.
>>
>> Start, Run:
>>
>> CMD /K SC QC WINMGMT
>> --
>> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> A+
>> http://dts-l.net/
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
>> > The exact error turning on WMI is
>> > "Could not start the WMI instrumentation service on local computer
>> > error 126: The specified module could not be found.
>> >
>> > Well at this point I would pay the $29.00 if I was guarenteed it
>> > would
>> > work.
>> > I tried the scan:
>> > The output was 5802 new errors.
>> > 379 shared dlls
>> > 38 application paths
>> > 642 file extensions
>> > 440 uninstall entires
>> > 4023 com and active x controls
>> > 25 mru lists
>> > 255 fonts
>> >
>> > Thanks,
>> > "glee" wrote:
>> >
>> >> Try this and report back with the output it returns:
>> >> Unable to start the Windows Management Instrumentation (WMI)
>> >> service?
>> >> http://windowsxp.mvps.org/winmgmt.htm
>> >>
>> >>
>> >> What is the exact wording of your WMI error...word for word,
>> >> please.
>> >> --
>> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> >> A+
>> >> http://dts-l.net/
>> >>
>> >>
>> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>> >> >
>> >> > That was an excellent try. I gave it the script the .bat
>> >> > extension
>> >> > and
>> >> > it
>> >> > appeared to run properly. I even restarted Windows and turned
>> >> > on
>> >> > automatic
>> >> > updates. It added 9 updates and it still doesn't turn on
>> >> > Windows
>> >> > Management
>> >> > Instrumentation. The
>> >> > error still said module not installed.
>> >> > This is the exact script in the batch file and I got the correct
>> >> > batch
>> >> > file
>> >> > icon:
>> >> > 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
>> >> >
>> >> > So it doesn't appear to have installed the WMI module.
>> >> >
>> >> > Do you have another idea?
>> >> > thanks,
>> >> >
>> >> > "The Real Truth MVP" wrote:
>> >> >
>> >> >> Save it from note pad as a batch file give it a .bat extension.
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> >> >> *WARNING* Do NOT follow any advice given by the people listed
>> >> >> below.
>> >> >> They do NOT have the expertise or knowledge to fix your issue.
>> >> >> Do
>> >> >> not
>> >> >> waste
>> >> >> your time.
>> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
>> >> >> Leythos.
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> >> >> > 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@discussions.microsoft.com> wrote in message
>> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >> >> >
>> >> >> >>
>> >> >> >> .
>> >> >> >>
>> >> >>
>> >> >> .
>> >> >>
>> >>
>> >> .
>> >>
>>
>> .
>> Oh
Re: can't start windows management services Can't install SQ
Janis,
Go to this web page (don't click any ads!) and scroll all the way to the
bottom of the page:
http://windowsxp.mvps.org/repairwmi.htm
The last section is titled "Comprehensive rebuild method"
Follow the procedure there, and instead of inserting your Windows CD
(which is probably not slipstreamed to include SP3) when prompted, point
it to the "C:\Windows\ServicePackFiles\i386" folder as the source for
the files it might need.
As explained on that page, you will click Start> Run, copy and paste the
following line into the Run box, then click OK:
rundll32.exe setupapi,InstallHinfSection WBEM 132
%windir%\inf\wbemoc.inf
Point it to the "C:\Windows\ServicePackFiles\i386" folder when prompted
for a file source. When it completes, restart Windows and see if it WMI
works.
--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
> Oh I did that also. I got the exact same results as the picture.
> There was only one dependency:RPCSS
> [sc] getserviceconfig SUCCESS
> service_name:winmgmt
> type:20 win32_share_process
> start_Type :2 auto_start
> error_control:0 ignore
> binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
> load_order_group:
> tag:0
> display_name:windows management instrumentation
> dependencies :rpcss
> service-start_name:localsystem
>
> Sorry,
>
> "glee" wrote:
>
>> $29???? Oh for pete's sake! You clicked the advertisement at the top
>> of
>> the page! <sheesh>
>>
>> Please scroll down, IGNORE all the ads...do NOT click on them... and
>> read the web page I linked, then run the command from Start> Run, and
>> post back with the results, compared to the correct output as shown
>> on
>> the web page I linked.
>>
>> Start, Run:
>>
>> CMD /K SC QC WINMGMT
>> --
>> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> A+
>> http://dts-l.net/
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
>> > The exact error turning on WMI is
>> > "Could not start the WMI instrumentation service on local computer
>> > error 126: The specified module could not be found.
>> >
>> > Well at this point I would pay the $29.00 if I was guarenteed it
>> > would
>> > work.
>> > I tried the scan:
>> > The output was 5802 new errors.
>> > 379 shared dlls
>> > 38 application paths
>> > 642 file extensions
>> > 440 uninstall entires
>> > 4023 com and active x controls
>> > 25 mru lists
>> > 255 fonts
>> >
>> > Thanks,
>> > "glee" wrote:
>> >
>> >> Try this and report back with the output it returns:
>> >> Unable to start the Windows Management Instrumentation (WMI)
>> >> service?
>> >> http://windowsxp.mvps.org/winmgmt.htm
>> >>
>> >>
>> >> What is the exact wording of your WMI error...word for word,
>> >> please.
>> >> --
>> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> >> A+
>> >> http://dts-l.net/
>> >>
>> >>
>> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>> >> >
>> >> > That was an excellent try. I gave it the script the .bat
>> >> > extension
>> >> > and
>> >> > it
>> >> > appeared to run properly. I even restarted Windows and turned
>> >> > on
>> >> > automatic
>> >> > updates. It added 9 updates and it still doesn't turn on
>> >> > Windows
>> >> > Management
>> >> > Instrumentation. The
>> >> > error still said module not installed.
>> >> > This is the exact script in the batch file and I got the correct
>> >> > batch
>> >> > file
>> >> > icon:
>> >> > 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
>> >> >
>> >> > So it doesn't appear to have installed the WMI module.
>> >> >
>> >> > Do you have another idea?
>> >> > thanks,
>> >> >
>> >> > "The Real Truth MVP" wrote:
>> >> >
>> >> >> Save it from note pad as a batch file give it a .bat extension.
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> >> >> *WARNING* Do NOT follow any advice given by the people listed
>> >> >> below.
>> >> >> They do NOT have the expertise or knowledge to fix your issue.
>> >> >> Do
>> >> >> not
>> >> >> waste
>> >> >> your time.
>> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
>> >> >> Leythos.
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> >> >> > 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@discussions.microsoft.com> wrote in message
>> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >> >> >
>> >> >> >>
>> >> >> >> .
>> >> >> >>
>> >> >>
>> >> >> .
>> >> >>
>> >>
>> >> .
>> >>
>>
>> .
>> Oh
Go to this web page (don't click any ads!) and scroll all the way to the
bottom of the page:
http://windowsxp.mvps.org/repairwmi.htm
The last section is titled "Comprehensive rebuild method"
Follow the procedure there, and instead of inserting your Windows CD
(which is probably not slipstreamed to include SP3) when prompted, point
it to the "C:\Windows\ServicePackFiles\i386" folder as the source for
the files it might need.
As explained on that page, you will click Start> Run, copy and paste the
following line into the Run box, then click OK:
rundll32.exe setupapi,InstallHinfSection WBEM 132
%windir%\inf\wbemoc.inf
Point it to the "C:\Windows\ServicePackFiles\i386" folder when prompted
for a file source. When it completes, restart Windows and see if it WMI
works.
--
Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
A+
http://dts-l.net/
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
> Oh I did that also. I got the exact same results as the picture.
> There was only one dependency:RPCSS
> [sc] getserviceconfig SUCCESS
> service_name:winmgmt
> type:20 win32_share_process
> start_Type :2 auto_start
> error_control:0 ignore
> binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
> load_order_group:
> tag:0
> display_name:windows management instrumentation
> dependencies :rpcss
> service-start_name:localsystem
>
> Sorry,
>
> "glee" wrote:
>
>> $29???? Oh for pete's sake! You clicked the advertisement at the top
>> of
>> the page! <sheesh>
>>
>> Please scroll down, IGNORE all the ads...do NOT click on them... and
>> read the web page I linked, then run the command from Start> Run, and
>> post back with the results, compared to the correct output as shown
>> on
>> the web page I linked.
>>
>> Start, Run:
>>
>> CMD /K SC QC WINMGMT
>> --
>> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> A+
>> http://dts-l.net/
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
>> > The exact error turning on WMI is
>> > "Could not start the WMI instrumentation service on local computer
>> > error 126: The specified module could not be found.
>> >
>> > Well at this point I would pay the $29.00 if I was guarenteed it
>> > would
>> > work.
>> > I tried the scan:
>> > The output was 5802 new errors.
>> > 379 shared dlls
>> > 38 application paths
>> > 642 file extensions
>> > 440 uninstall entires
>> > 4023 com and active x controls
>> > 25 mru lists
>> > 255 fonts
>> >
>> > Thanks,
>> > "glee" wrote:
>> >
>> >> Try this and report back with the output it returns:
>> >> Unable to start the Windows Management Instrumentation (WMI)
>> >> service?
>> >> http://windowsxp.mvps.org/winmgmt.htm
>> >>
>> >>
>> >> What is the exact wording of your WMI error...word for word,
>> >> please.
>> >> --
>> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> >> A+
>> >> http://dts-l.net/
>> >>
>> >>
>> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>> >> >
>> >> > That was an excellent try. I gave it the script the .bat
>> >> > extension
>> >> > and
>> >> > it
>> >> > appeared to run properly. I even restarted Windows and turned
>> >> > on
>> >> > automatic
>> >> > updates. It added 9 updates and it still doesn't turn on
>> >> > Windows
>> >> > Management
>> >> > Instrumentation. The
>> >> > error still said module not installed.
>> >> > This is the exact script in the batch file and I got the correct
>> >> > batch
>> >> > file
>> >> > icon:
>> >> > 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
>> >> >
>> >> > So it doesn't appear to have installed the WMI module.
>> >> >
>> >> > Do you have another idea?
>> >> > thanks,
>> >> >
>> >> > "The Real Truth MVP" wrote:
>> >> >
>> >> >> Save it from note pad as a batch file give it a .bat extension.
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> >> >> *WARNING* Do NOT follow any advice given by the people listed
>> >> >> below.
>> >> >> They do NOT have the expertise or knowledge to fix your issue.
>> >> >> Do
>> >> >> not
>> >> >> waste
>> >> >> your time.
>> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
>> >> >> Leythos.
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> >> >> > 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@discussions.microsoft.com> wrote in message
>> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >> >> >
>> >> >> >>
>> >> >> >> .
>> >> >> >>
>> >> >>
>> >> >> .
>> >> >>
>> >>
>> >> .
>> >>
>>
>> .
>> Oh
Re: can't start windows management services Can't install SQ
Well this was a success sort of. I did what you said below
>
> The last section is titled "Comprehensive rebuild method"
>
> Follow the procedure there, and instead of inserting your Windows CD
> (which is probably not slipstreamed to include SP3) when prompted, point
> it to the "C:\Windows\ServicePackFiles\i386" folder as the source for
> the files it might need.
>
It did rebuild but then it wanted to copy some more files it couldn't find
and I had to click
continue even though it couldn't find them. Then it seemed like it didn't
know where to keep copying
the files from.
I did get WMI started but I installed SQL Server and it goes all the way
through the configuration checker with green lights but then sQL Server
starts and then crashes.
These are some of the files it couldn't find in the ServicePackFiles\i386
Should I run that command over again?
It gave me these error messages one at a time.
Errors: Setup canot copy the files
wmimgmt.msc in C:\Windows\SErvicePackFiles\i386
texttblw.xsl in C:\Windows\ServicePackFiles\i386
htblsort.xsl in C: \Windows\...
smtpcons.dll in C:\Windows\...
Setup cannot copy the file fwdprov.dll from the
C:\Windwos\ServicePackFiles\i386
> As explained on that page, you will click Start> Run, copy and paste the
> following line into the Run box, then click OK:
>
> rundll32.exe setupapi,InstallHinfSection WBEM 132
> %windir%\inf\wbemoc.inf
>
> Point it to the "C:\Windows\ServicePackFiles\i386" folder when prompted
> for a file source. When it completes, restart Windows and see if it WMI
> works.
> --
> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> A+
> http://dts-l.net/
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
> > Oh I did that also. I got the exact same results as the picture.
> > There was only one dependency:RPCSS
> > [sc] getserviceconfig SUCCESS
> > service_name:winmgmt
> > type:20 win32_share_process
> > start_Type :2 auto_start
> > error_control:0 ignore
> > binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
> > load_order_group:
> > tag:0
> > display_name:windows management instrumentation
> > dependencies :rpcss
> > service-start_name:localsystem
> >
> > Sorry,
> >
> > "glee" wrote:
> >
> >> $29???? Oh for pete's sake! You clicked the advertisement at the top
> >> of
> >> the page! <sheesh>
> >>
> >> Please scroll down, IGNORE all the ads...do NOT click on them... and
> >> read the web page I linked, then run the command from Start> Run, and
> >> post back with the results, compared to the correct output as shown
> >> on
> >> the web page I linked.
> >>
> >> Start, Run:
> >>
> >> CMD /K SC QC WINMGMT
> >> --
> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> A+
> >> http://dts-l.net/
> >>
> >>
> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
> >> > The exact error turning on WMI is
> >> > "Could not start the WMI instrumentation service on local computer
> >> > error 126: The specified module could not be found.
> >> >
> >> > Well at this point I would pay the $29.00 if I was guarenteed it
> >> > would
> >> > work.
> >> > I tried the scan:
> >> > The output was 5802 new errors.
> >> > 379 shared dlls
> >> > 38 application paths
> >> > 642 file extensions
> >> > 440 uninstall entires
> >> > 4023 com and active x controls
> >> > 25 mru lists
> >> > 255 fonts
> >> >
> >> > Thanks,
> >> > "glee" wrote:
> >> >
> >> >> Try this and report back with the output it returns:
> >> >> Unable to start the Windows Management Instrumentation (WMI)
> >> >> service?
> >> >> http://windowsxp.mvps.org/winmgmt.htm
> >> >>
> >> >>
> >> >> What is the exact wording of your WMI error...word for word,
> >> >> please.
> >> >> --
> >> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> >> A+
> >> >> http://dts-l.net/
> >> >>
> >> >>
> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
> >> >> >
> >> >> > That was an excellent try. I gave it the script the .bat
> >> >> > extension
> >> >> > and
> >> >> > it
> >> >> > appeared to run properly. I even restarted Windows and turned
> >> >> > on
> >> >> > automatic
> >> >> > updates. It added 9 updates and it still doesn't turn on
> >> >> > Windows
> >> >> > Management
> >> >> > Instrumentation. The
> >> >> > error still said module not installed.
> >> >> > This is the exact script in the batch file and I got the correct
> >> >> > batch
> >> >> > file
> >> >> > icon:
> >> >> > 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
> >> >> >
> >> >> > So it doesn't appear to have installed the WMI module.
> >> >> >
> >> >> > Do you have another idea?
> >> >> > thanks,
> >> >> >
> >> >> > "The Real Truth MVP" wrote:
> >> >> >
> >> >> >> Save it from note pad as a batch file give it a .bat extension.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> >> >> >> *WARNING* Do NOT follow any advice given by the people listed
> >> >> >> below.
> >> >> >> They do NOT have the expertise or knowledge to fix your issue.
> >> >> >> Do
> >> >> >> not
> >> >> >> waste
> >> >> >> your time.
> >> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
> >> >> >> Leythos.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> >> >> >> > 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@discussions.microsoft.com> wrote in message
> >> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >> >> >> >
> >> >> >> >>
> >> >> >> >> .
> >> >> >> >>
> >> >> >>
> >> >> >> .
> >> >> >>
> >> >>
> >> >> .
> >> >>
> >>
>
> The last section is titled "Comprehensive rebuild method"
>
> Follow the procedure there, and instead of inserting your Windows CD
> (which is probably not slipstreamed to include SP3) when prompted, point
> it to the "C:\Windows\ServicePackFiles\i386" folder as the source for
> the files it might need.
>
It did rebuild but then it wanted to copy some more files it couldn't find
and I had to click
continue even though it couldn't find them. Then it seemed like it didn't
know where to keep copying
the files from.
I did get WMI started but I installed SQL Server and it goes all the way
through the configuration checker with green lights but then sQL Server
starts and then crashes.
These are some of the files it couldn't find in the ServicePackFiles\i386
Should I run that command over again?
It gave me these error messages one at a time.
Errors: Setup canot copy the files
wmimgmt.msc in C:\Windows\SErvicePackFiles\i386
texttblw.xsl in C:\Windows\ServicePackFiles\i386
htblsort.xsl in C: \Windows\...
smtpcons.dll in C:\Windows\...
Setup cannot copy the file fwdprov.dll from the
C:\Windwos\ServicePackFiles\i386
> As explained on that page, you will click Start> Run, copy and paste the
> following line into the Run box, then click OK:
>
> rundll32.exe setupapi,InstallHinfSection WBEM 132
> %windir%\inf\wbemoc.inf
>
> Point it to the "C:\Windows\ServicePackFiles\i386" folder when prompted
> for a file source. When it completes, restart Windows and see if it WMI
> works.
> --
> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> A+
> http://dts-l.net/
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
> > Oh I did that also. I got the exact same results as the picture.
> > There was only one dependency:RPCSS
> > [sc] getserviceconfig SUCCESS
> > service_name:winmgmt
> > type:20 win32_share_process
> > start_Type :2 auto_start
> > error_control:0 ignore
> > binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
> > load_order_group:
> > tag:0
> > display_name:windows management instrumentation
> > dependencies :rpcss
> > service-start_name:localsystem
> >
> > Sorry,
> >
> > "glee" wrote:
> >
> >> $29???? Oh for pete's sake! You clicked the advertisement at the top
> >> of
> >> the page! <sheesh>
> >>
> >> Please scroll down, IGNORE all the ads...do NOT click on them... and
> >> read the web page I linked, then run the command from Start> Run, and
> >> post back with the results, compared to the correct output as shown
> >> on
> >> the web page I linked.
> >>
> >> Start, Run:
> >>
> >> CMD /K SC QC WINMGMT
> >> --
> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> A+
> >> http://dts-l.net/
> >>
> >>
> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
> >> > The exact error turning on WMI is
> >> > "Could not start the WMI instrumentation service on local computer
> >> > error 126: The specified module could not be found.
> >> >
> >> > Well at this point I would pay the $29.00 if I was guarenteed it
> >> > would
> >> > work.
> >> > I tried the scan:
> >> > The output was 5802 new errors.
> >> > 379 shared dlls
> >> > 38 application paths
> >> > 642 file extensions
> >> > 440 uninstall entires
> >> > 4023 com and active x controls
> >> > 25 mru lists
> >> > 255 fonts
> >> >
> >> > Thanks,
> >> > "glee" wrote:
> >> >
> >> >> Try this and report back with the output it returns:
> >> >> Unable to start the Windows Management Instrumentation (WMI)
> >> >> service?
> >> >> http://windowsxp.mvps.org/winmgmt.htm
> >> >>
> >> >>
> >> >> What is the exact wording of your WMI error...word for word,
> >> >> please.
> >> >> --
> >> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> >> A+
> >> >> http://dts-l.net/
> >> >>
> >> >>
> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
> >> >> >
> >> >> > That was an excellent try. I gave it the script the .bat
> >> >> > extension
> >> >> > and
> >> >> > it
> >> >> > appeared to run properly. I even restarted Windows and turned
> >> >> > on
> >> >> > automatic
> >> >> > updates. It added 9 updates and it still doesn't turn on
> >> >> > Windows
> >> >> > Management
> >> >> > Instrumentation. The
> >> >> > error still said module not installed.
> >> >> > This is the exact script in the batch file and I got the correct
> >> >> > batch
> >> >> > file
> >> >> > icon:
> >> >> > 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
> >> >> >
> >> >> > So it doesn't appear to have installed the WMI module.
> >> >> >
> >> >> > Do you have another idea?
> >> >> > thanks,
> >> >> >
> >> >> > "The Real Truth MVP" wrote:
> >> >> >
> >> >> >> Save it from note pad as a batch file give it a .bat extension.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> >> >> >> *WARNING* Do NOT follow any advice given by the people listed
> >> >> >> below.
> >> >> >> They do NOT have the expertise or knowledge to fix your issue.
> >> >> >> Do
> >> >> >> not
> >> >> >> waste
> >> >> >> your time.
> >> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
> >> >> >> Leythos.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> >> >> >> > 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@discussions.microsoft.com> wrote in message
> >> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >> >> >> >
> >> >> >> >>
> >> >> >> >> .
> >> >> >> >>
> >> >> >>
> >> >> >> .
> >> >> >>
> >> >>
> >> >> .
> >> >>
> >>
Re: can't start windows management services Can't install SQ
I ran through it again more carefully this time making sure it was copying
from the
right directory C:\Windows\ServicePackFiles\i386
It rebuilded for awhile and then asked for the wmimgmt.msc file and then it
stopped.
I think the first time I did it above I tried to move the copy from path to
the system32 path
which i probably shouldn't have done so like I said I reran the whole
rebuild this time
doing it right.
Can I get the winmgmt.msc file somewhere?
I restarted several times.
It seems like it is almost there. I did a search for the file and it is in
C:\Windows\system32
can I copy it over to \i386?
"glee" wrote:
> Janis,
> Go to this web page (don't click any ads!) and scroll all the way to the
> bottom of the page:
> http://windowsxp.mvps.org/repairwmi.htm
>
> The last section is titled "Comprehensive rebuild method"
>
> Follow the procedure there, and instead of inserting your Windows CD
> (which is probably not slipstreamed to include SP3) when prompted, point
> it to the "C:\Windows\ServicePackFiles\i386" folder as the source for
> the files it might need.
>
> As explained on that page, you will click Start> Run, copy and paste the
> following line into the Run box, then click OK:
>
> rundll32.exe setupapi,InstallHinfSection WBEM 132
> %windir%\inf\wbemoc.inf
>
> Point it to the "C:\Windows\ServicePackFiles\i386" folder when prompted
> for a file source. When it completes, restart Windows and see if it WMI
> works.
> --
> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> A+
> http://dts-l.net/
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
> > Oh I did that also. I got the exact same results as the picture.
> > There was only one dependency:RPCSS
> > [sc] getserviceconfig SUCCESS
> > service_name:winmgmt
> > type:20 win32_share_process
> > start_Type :2 auto_start
> > error_control:0 ignore
> > binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
> > load_order_group:
> > tag:0
> > display_name:windows management instrumentation
> > dependencies :rpcss
> > service-start_name:localsystem
> >
> > Sorry,
> >
> > "glee" wrote:
> >
> >> $29???? Oh for pete's sake! You clicked the advertisement at the top
> >> of
> >> the page! <sheesh>
> >>
> >> Please scroll down, IGNORE all the ads...do NOT click on them... and
> >> read the web page I linked, then run the command from Start> Run, and
> >> post back with the results, compared to the correct output as shown
> >> on
> >> the web page I linked.
> >>
> >> Start, Run:
> >>
> >> CMD /K SC QC WINMGMT
> >> --
> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> A+
> >> http://dts-l.net/
> >>
> >>
> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
> >> > The exact error turning on WMI is
> >> > "Could not start the WMI instrumentation service on local computer
> >> > error 126: The specified module could not be found.
> >> >
> >> > Well at this point I would pay the $29.00 if I was guarenteed it
> >> > would
> >> > work.
> >> > I tried the scan:
> >> > The output was 5802 new errors.
> >> > 379 shared dlls
> >> > 38 application paths
> >> > 642 file extensions
> >> > 440 uninstall entires
> >> > 4023 com and active x controls
> >> > 25 mru lists
> >> > 255 fonts
> >> >
> >> > Thanks,
> >> > "glee" wrote:
> >> >
> >> >> Try this and report back with the output it returns:
> >> >> Unable to start the Windows Management Instrumentation (WMI)
> >> >> service?
> >> >> http://windowsxp.mvps.org/winmgmt.htm
> >> >>
> >> >>
> >> >> What is the exact wording of your WMI error...word for word,
> >> >> please.
> >> >> --
> >> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> >> A+
> >> >> http://dts-l.net/
> >> >>
> >> >>
> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
> >> >> >
> >> >> > That was an excellent try. I gave it the script the .bat
> >> >> > extension
> >> >> > and
> >> >> > it
> >> >> > appeared to run properly. I even restarted Windows and turned
> >> >> > on
> >> >> > automatic
> >> >> > updates. It added 9 updates and it still doesn't turn on
> >> >> > Windows
> >> >> > Management
> >> >> > Instrumentation. The
> >> >> > error still said module not installed.
> >> >> > This is the exact script in the batch file and I got the correct
> >> >> > batch
> >> >> > file
> >> >> > icon:
> >> >> > 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
> >> >> >
> >> >> > So it doesn't appear to have installed the WMI module.
> >> >> >
> >> >> > Do you have another idea?
> >> >> > thanks,
> >> >> >
> >> >> > "The Real Truth MVP" wrote:
> >> >> >
> >> >> >> Save it from note pad as a batch file give it a .bat extension.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> >> >> >> *WARNING* Do NOT follow any advice given by the people listed
> >> >> >> below.
> >> >> >> They do NOT have the expertise or knowledge to fix your issue.
> >> >> >> Do
> >> >> >> not
> >> >> >> waste
> >> >> >> your time.
> >> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
> >> >> >> Leythos.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> >> >> >> > 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@discussions.microsoft.com> wrote in message
> >> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >> >> >> >
> >> >> >> >>
> >> >> >> >> .
> >> >> >> >>
> >> >> >>
> >> >> >> .
> >> >> >>
> >> >>
> >> >> .
> >> >>
> >>
from the
right directory C:\Windows\ServicePackFiles\i386
It rebuilded for awhile and then asked for the wmimgmt.msc file and then it
stopped.
I think the first time I did it above I tried to move the copy from path to
the system32 path
which i probably shouldn't have done so like I said I reran the whole
rebuild this time
doing it right.
Can I get the winmgmt.msc file somewhere?
I restarted several times.
It seems like it is almost there. I did a search for the file and it is in
C:\Windows\system32
can I copy it over to \i386?
"glee" wrote:
> Janis,
> Go to this web page (don't click any ads!) and scroll all the way to the
> bottom of the page:
> http://windowsxp.mvps.org/repairwmi.htm
>
> The last section is titled "Comprehensive rebuild method"
>
> Follow the procedure there, and instead of inserting your Windows CD
> (which is probably not slipstreamed to include SP3) when prompted, point
> it to the "C:\Windows\ServicePackFiles\i386" folder as the source for
> the files it might need.
>
> As explained on that page, you will click Start> Run, copy and paste the
> following line into the Run box, then click OK:
>
> rundll32.exe setupapi,InstallHinfSection WBEM 132
> %windir%\inf\wbemoc.inf
>
> Point it to the "C:\Windows\ServicePackFiles\i386" folder when prompted
> for a file source. When it completes, restart Windows and see if it WMI
> works.
> --
> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> A+
> http://dts-l.net/
>
>
> "Janis" <Janis@discussions.microsoft.com> wrote in message
> news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
> > Oh I did that also. I got the exact same results as the picture.
> > There was only one dependency:RPCSS
> > [sc] getserviceconfig SUCCESS
> > service_name:winmgmt
> > type:20 win32_share_process
> > start_Type :2 auto_start
> > error_control:0 ignore
> > binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
> > load_order_group:
> > tag:0
> > display_name:windows management instrumentation
> > dependencies :rpcss
> > service-start_name:localsystem
> >
> > Sorry,
> >
> > "glee" wrote:
> >
> >> $29???? Oh for pete's sake! You clicked the advertisement at the top
> >> of
> >> the page! <sheesh>
> >>
> >> Please scroll down, IGNORE all the ads...do NOT click on them... and
> >> read the web page I linked, then run the command from Start> Run, and
> >> post back with the results, compared to the correct output as shown
> >> on
> >> the web page I linked.
> >>
> >> Start, Run:
> >>
> >> CMD /K SC QC WINMGMT
> >> --
> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> A+
> >> http://dts-l.net/
> >>
> >>
> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
> >> > The exact error turning on WMI is
> >> > "Could not start the WMI instrumentation service on local computer
> >> > error 126: The specified module could not be found.
> >> >
> >> > Well at this point I would pay the $29.00 if I was guarenteed it
> >> > would
> >> > work.
> >> > I tried the scan:
> >> > The output was 5802 new errors.
> >> > 379 shared dlls
> >> > 38 application paths
> >> > 642 file extensions
> >> > 440 uninstall entires
> >> > 4023 com and active x controls
> >> > 25 mru lists
> >> > 255 fonts
> >> >
> >> > Thanks,
> >> > "glee" wrote:
> >> >
> >> >> Try this and report back with the output it returns:
> >> >> Unable to start the Windows Management Instrumentation (WMI)
> >> >> service?
> >> >> http://windowsxp.mvps.org/winmgmt.htm
> >> >>
> >> >>
> >> >> What is the exact wording of your WMI error...word for word,
> >> >> please.
> >> >> --
> >> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
> >> >> A+
> >> >> http://dts-l.net/
> >> >>
> >> >>
> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
> >> >> >
> >> >> > That was an excellent try. I gave it the script the .bat
> >> >> > extension
> >> >> > and
> >> >> > it
> >> >> > appeared to run properly. I even restarted Windows and turned
> >> >> > on
> >> >> > automatic
> >> >> > updates. It added 9 updates and it still doesn't turn on
> >> >> > Windows
> >> >> > Management
> >> >> > Instrumentation. The
> >> >> > error still said module not installed.
> >> >> > This is the exact script in the batch file and I got the correct
> >> >> > batch
> >> >> > file
> >> >> > icon:
> >> >> > 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
> >> >> >
> >> >> > So it doesn't appear to have installed the WMI module.
> >> >> >
> >> >> > Do you have another idea?
> >> >> > thanks,
> >> >> >
> >> >> > "The Real Truth MVP" wrote:
> >> >> >
> >> >> >> Save it from note pad as a batch file give it a .bat extension.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
> >> >> >> *WARNING* Do NOT follow any advice given by the people listed
> >> >> >> below.
> >> >> >> They do NOT have the expertise or knowledge to fix your issue.
> >> >> >> Do
> >> >> >> not
> >> >> >> waste
> >> >> >> your time.
> >> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
> >> >> >> Leythos.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
> >> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
> >> >> >> > 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@discussions.microsoft.com> wrote in message
> >> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
> >> >> >> >> >
> >> >> >> >>
> >> >> >> >> .
> >> >> >> >>
> >> >> >>
> >> >> >> .
> >> >> >>
> >> >>
> >> >> .
> >> >>
> >>
-
- Posts: 22
- Joined: 29 May 2009, 23:00
Re: can't start windows management services Can't install SQ
Yes.
--
The Real Truth http://pcbutts1-therealtruth.blogspot.com/
*WARNING* Do NOT follow any advice given by the people listed below.
They do NOT have the expertise or knowledge to fix your issue. Do not waste
your time.
David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:520ECCE7-78B7-4D24-9665-108090E34F25@microsoft.com...
>
> I ran through it again more carefully this time making sure it was copying
> from the
> right directory C:\Windows\ServicePackFiles\i386
> It rebuilded for awhile and then asked for the wmimgmt.msc file and then
> it
> stopped.
> I think the first time I did it above I tried to move the copy from path
> to
> the system32 path
> which i probably shouldn't have done so like I said I reran the whole
> rebuild this time
> doing it right.
> Can I get the winmgmt.msc file somewhere?
> I restarted several times.
>
> It seems like it is almost there. I did a search for the file and it is
> in
> C:\Windows\system32
> can I copy it over to \i386?
>
> "glee" wrote:
>
>> Janis,
>> Go to this web page (don't click any ads!) and scroll all the way to the
>> bottom of the page:
>> http://windowsxp.mvps.org/repairwmi.htm
>>
>> The last section is titled "Comprehensive rebuild method"
>>
>> Follow the procedure there, and instead of inserting your Windows CD
>> (which is probably not slipstreamed to include SP3) when prompted, point
>> it to the "C:\Windows\ServicePackFiles\i386" folder as the source for
>> the files it might need.
>>
>> As explained on that page, you will click Start> Run, copy and paste the
>> following line into the Run box, then click OK:
>>
>> rundll32.exe setupapi,InstallHinfSection WBEM 132
>> %windir%\inf\wbemoc.inf
>>
>> Point it to the "C:\Windows\ServicePackFiles\i386" folder when prompted
>> for a file source. When it completes, restart Windows and see if it WMI
>> works.
>> --
>> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> A+
>> http://dts-l.net/
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
>> > Oh I did that also. I got the exact same results as the picture.
>> > There was only one dependency:RPCSS
>> > [sc] getserviceconfig SUCCESS
>> > service_name:winmgmt
>> > type:20 win32_share_process
>> > start_Type :2 auto_start
>> > error_control:0 ignore
>> > binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
>> > load_order_group:
>> > tag:0
>> > display_name:windows management instrumentation
>> > dependencies :rpcss
>> > service-start_name:localsystem
>> >
>> > Sorry,
>> >
>> > "glee" wrote:
>> >
>> >> $29???? Oh for pete's sake! You clicked the advertisement at the top
>> >> of
>> >> the page! <sheesh>
>> >>
>> >> Please scroll down, IGNORE all the ads...do NOT click on them... and
>> >> read the web page I linked, then run the command from Start> Run, and
>> >> post back with the results, compared to the correct output as shown
>> >> on
>> >> the web page I linked.
>> >>
>> >> Start, Run:
>> >>
>> >> CMD /K SC QC WINMGMT
>> >> --
>> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> >> A+
>> >> http://dts-l.net/
>> >>
>> >>
>> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
>> >> > The exact error turning on WMI is
>> >> > "Could not start the WMI instrumentation service on local computer
>> >> > error 126: The specified module could not be found.
>> >> >
>> >> > Well at this point I would pay the $29.00 if I was guarenteed it
>> >> > would
>> >> > work.
>> >> > I tried the scan:
>> >> > The output was 5802 new errors.
>> >> > 379 shared dlls
>> >> > 38 application paths
>> >> > 642 file extensions
>> >> > 440 uninstall entires
>> >> > 4023 com and active x controls
>> >> > 25 mru lists
>> >> > 255 fonts
>> >> >
>> >> > Thanks,
>> >> > "glee" wrote:
>> >> >
>> >> >> Try this and report back with the output it returns:
>> >> >> Unable to start the Windows Management Instrumentation (WMI)
>> >> >> service?
>> >> >> http://windowsxp.mvps.org/winmgmt.htm
>> >> >>
>> >> >>
>> >> >> What is the exact wording of your WMI error...word for word,
>> >> >> please.
>> >> >> --
>> >> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> >> >> A+
>> >> >> http://dts-l.net/
>> >> >>
>> >> >>
>> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>> >> >> >
>> >> >> > That was an excellent try. I gave it the script the .bat
>> >> >> > extension
>> >> >> > and
>> >> >> > it
>> >> >> > appeared to run properly. I even restarted Windows and turned
>> >> >> > on
>> >> >> > automatic
>> >> >> > updates. It added 9 updates and it still doesn't turn on
>> >> >> > Windows
>> >> >> > Management
>> >> >> > Instrumentation. The
>> >> >> > error still said module not installed.
>> >> >> > This is the exact script in the batch file and I got the correct
>> >> >> > batch
>> >> >> > file
>> >> >> > icon:
>> >> >> > 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
>> >> >> >
>> >> >> > So it doesn't appear to have installed the WMI module.
>> >> >> >
>> >> >> > Do you have another idea?
>> >> >> > thanks,
>> >> >> >
>> >> >> > "The Real Truth MVP" wrote:
>> >> >> >
>> >> >> >> Save it from note pad as a batch file give it a .bat extension.
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> --
>> >> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> >> >> >> *WARNING* Do NOT follow any advice given by the people listed
>> >> >> >> below.
>> >> >> >> They do NOT have the expertise or knowledge to fix your issue.
>> >> >> >> Do
>> >> >> >> not
>> >> >> >> waste
>> >> >> >> your time.
>> >> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
>> >> >> >> Leythos.
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> >> >> >> > 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@discussions.microsoft.com> wrote in message
>> >> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >> >> >> >
>> >> >> >> >>
>> >> >> >> >> .
>> >> >> >> >>
>> >> >> >>
>> >> >> >> .
>> >> >> >>
>> >> >>
>> >> >> .
>> >> >>
>> >>
--
The Real Truth http://pcbutts1-therealtruth.blogspot.com/
*WARNING* Do NOT follow any advice given by the people listed below.
They do NOT have the expertise or knowledge to fix your issue. Do not waste
your time.
David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
"Janis" <Janis@discussions.microsoft.com> wrote in message
news:520ECCE7-78B7-4D24-9665-108090E34F25@microsoft.com...
>
> I ran through it again more carefully this time making sure it was copying
> from the
> right directory C:\Windows\ServicePackFiles\i386
> It rebuilded for awhile and then asked for the wmimgmt.msc file and then
> it
> stopped.
> I think the first time I did it above I tried to move the copy from path
> to
> the system32 path
> which i probably shouldn't have done so like I said I reran the whole
> rebuild this time
> doing it right.
> Can I get the winmgmt.msc file somewhere?
> I restarted several times.
>
> It seems like it is almost there. I did a search for the file and it is
> in
> C:\Windows\system32
> can I copy it over to \i386?
>
> "glee" wrote:
>
>> Janis,
>> Go to this web page (don't click any ads!) and scroll all the way to the
>> bottom of the page:
>> http://windowsxp.mvps.org/repairwmi.htm
>>
>> The last section is titled "Comprehensive rebuild method"
>>
>> Follow the procedure there, and instead of inserting your Windows CD
>> (which is probably not slipstreamed to include SP3) when prompted, point
>> it to the "C:\Windows\ServicePackFiles\i386" folder as the source for
>> the files it might need.
>>
>> As explained on that page, you will click Start> Run, copy and paste the
>> following line into the Run box, then click OK:
>>
>> rundll32.exe setupapi,InstallHinfSection WBEM 132
>> %windir%\inf\wbemoc.inf
>>
>> Point it to the "C:\Windows\ServicePackFiles\i386" folder when prompted
>> for a file source. When it completes, restart Windows and see if it WMI
>> works.
>> --
>> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> A+
>> http://dts-l.net/
>>
>>
>> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> news:A608C282-E7DF-4F7A-8A49-71457562C359@microsoft.com...
>> > Oh I did that also. I got the exact same results as the picture.
>> > There was only one dependency:RPCSS
>> > [sc] getserviceconfig SUCCESS
>> > service_name:winmgmt
>> > type:20 win32_share_process
>> > start_Type :2 auto_start
>> > error_control:0 ignore
>> > binary_path_name:c:\windows\system32\svchost.exe -k netsvcs
>> > load_order_group:
>> > tag:0
>> > display_name:windows management instrumentation
>> > dependencies :rpcss
>> > service-start_name:localsystem
>> >
>> > Sorry,
>> >
>> > "glee" wrote:
>> >
>> >> $29???? Oh for pete's sake! You clicked the advertisement at the top
>> >> of
>> >> the page! <sheesh>
>> >>
>> >> Please scroll down, IGNORE all the ads...do NOT click on them... and
>> >> read the web page I linked, then run the command from Start> Run, and
>> >> post back with the results, compared to the correct output as shown
>> >> on
>> >> the web page I linked.
>> >>
>> >> Start, Run:
>> >>
>> >> CMD /K SC QC WINMGMT
>> >> --
>> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> >> A+
>> >> http://dts-l.net/
>> >>
>> >>
>> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> news:0A8F4FE2-9951-495B-B21F-E069C361BD8A@microsoft.com...
>> >> > The exact error turning on WMI is
>> >> > "Could not start the WMI instrumentation service on local computer
>> >> > error 126: The specified module could not be found.
>> >> >
>> >> > Well at this point I would pay the $29.00 if I was guarenteed it
>> >> > would
>> >> > work.
>> >> > I tried the scan:
>> >> > The output was 5802 new errors.
>> >> > 379 shared dlls
>> >> > 38 application paths
>> >> > 642 file extensions
>> >> > 440 uninstall entires
>> >> > 4023 com and active x controls
>> >> > 25 mru lists
>> >> > 255 fonts
>> >> >
>> >> > Thanks,
>> >> > "glee" wrote:
>> >> >
>> >> >> Try this and report back with the output it returns:
>> >> >> Unable to start the Windows Management Instrumentation (WMI)
>> >> >> service?
>> >> >> http://windowsxp.mvps.org/winmgmt.htm
>> >> >>
>> >> >>
>> >> >> What is the exact wording of your WMI error...word for word,
>> >> >> please.
>> >> >> --
>> >> >> Glen Ventura, MS MVP Oct. 2002 - Sept. 2009
>> >> >> A+
>> >> >> http://dts-l.net/
>> >> >>
>> >> >>
>> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> >> news:6E2D6796-55E9-4D32-A43E-6AF2613724A3@microsoft.com...
>> >> >> >
>> >> >> > That was an excellent try. I gave it the script the .bat
>> >> >> > extension
>> >> >> > and
>> >> >> > it
>> >> >> > appeared to run properly. I even restarted Windows and turned
>> >> >> > on
>> >> >> > automatic
>> >> >> > updates. It added 9 updates and it still doesn't turn on
>> >> >> > Windows
>> >> >> > Management
>> >> >> > Instrumentation. The
>> >> >> > error still said module not installed.
>> >> >> > This is the exact script in the batch file and I got the correct
>> >> >> > batch
>> >> >> > file
>> >> >> > icon:
>> >> >> > 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
>> >> >> >
>> >> >> > So it doesn't appear to have installed the WMI module.
>> >> >> >
>> >> >> > Do you have another idea?
>> >> >> > thanks,
>> >> >> >
>> >> >> > "The Real Truth MVP" wrote:
>> >> >> >
>> >> >> >> Save it from note pad as a batch file give it a .bat extension.
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> --
>> >> >> >> The Real Truth http://pcbutts1-therealtruth.blogspot.com/
>> >> >> >> *WARNING* Do NOT follow any advice given by the people listed
>> >> >> >> below.
>> >> >> >> They do NOT have the expertise or knowledge to fix your issue.
>> >> >> >> Do
>> >> >> >> not
>> >> >> >> waste
>> >> >> >> your time.
>> >> >> >> David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty,
>> >> >> >> Leythos.
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> "Janis" <Janis@discussions.microsoft.com> wrote in message
>> >> >> >> news:B07A49D9-F35A-4D43-98CA-ABEFD48ECE9D@microsoft.com...
>> >> >> >> > 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@discussions.microsoft.com> wrote in message
>> >> >> >> >> news:E98A4BC6-96F6-433D-AE94-A8410C34009A@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,
>> >> >> >> >> >
>> >> >> >> >>
>> >> >> >> >> .
>> >> >> >> >>
>> >> >> >>
>> >> >> >> .
>> >> >> >>
>> >> >>
>> >> >> .
>> >> >>
>> >>