Thanks for all the help. I fixed the problem. I had to reinstall the WMI
(windows management instrumentation). Simple to do. First I had to delete it
because it was corrupted. The I had to add it back to the registry. This is
the steps.
FIRST: .Use the Start menu to right-click My Computer.
2. Press the Manage item.
3. Double-click Services and Applications in the left-hand pane.
4. Press Services to expand it.
5. Scroll to Windows Management Instrumentation in the right-hand pane
and right-click it.
6. Press Stop.
7. Use Windows Explorer to delete all the files in the
%SystemRoot%\System32\Wbem\Repository folder.
8. Shutdown and restart your computer. The Windows Management
Instrumentation service will start and the files will be re-created
SECOND: Then I did the second part below--
Go to Start/Run/CMD and then run each of these hitting enter after each: ( I
just copied and pasted them exactly)
winmgmt /clearadap
winmgmt /kill
winmgmt /unregserver
winmgmt /regserver
winmgmt /resyncperf
This re-installed wmi into the registry. So I'm all fixed up again.
![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
Thanks to everybody who answered question.