Results 1 to 4 of 4

Thread: How To Fix WMI Corruption under windows

  1. #1
    Join Date
    Oct 2008
    Posts
    115

    How To Fix WMI Corruption under windows

    Whenever I try to install SMS client, WMI prevent me from doing that installation. I have tried it fixing this problem by my self, but the problem is that I don't know how many or which pc's are affected by the problem. I was wondering and hoping if anyone knows of a Vbs script I can use at logon, that checks WMI and if necessary repairs it?

  2. #2
    Join Date
    Feb 2008
    Posts
    129

    Re: How To Fix WMI Corruption under windows

    WMI stands for Windows Management Instrumentation, and is primarily responsible for monitoring the performance of various aspects of your system.Here's a few sample solutions that I've found:

    To initiate an auto recovery, run one of the following commands:
    Regsvr32 %Windir%\System32\Wbem\wbemupgd.dll
    or
    Rundll %Windir%\System32\Wbem\wbemupgd.dll, RUNDLLENTRY
    When you click Control Panel -> Administrative Tools -> Performance, the graphs you see are generated by WMI events.

  3. #3
    Join Date
    Feb 2008
    Posts
    137

    Re: How To Fix WMI Corruption under windows

    A system can have WMI problems yet appear to run properly most of the time. That is because WMI is most often used by system diagnostics. Windows comes with a default set of performance counters measuring your processor, network, filesystem performance and so on. Applications can install or modify their own counters, or use existing ones if they so wish. All the data managed by WMI is stored in the so-called WMI Repository. A word processor, spreadsheet, or email program rarely depends on WMI. download The WMI Diagnosis Utility -- Version 2.0

  4. #4
    Join Date
    Feb 2008
    Posts
    180

    Re: How To Fix WMI Corruption under windows

    WMIDiag.vbs is a VBScript script designed to help you ascertain the current state of the WMI service on a computer. The download package includes the utility itself, In rare circumstances, it becomes corrupted. Once corrupted, it can sometimes be fixed relatively easily; in more extreme cases, you will have to repair or reinstall Windows itself.

Similar Threads

  1. Windows mail problem..maybe corruption?
    By jonny in forum Windows Vista Mail
    Replies: 1
    Last Post: 01-10-2011, 06:07 PM
  2. Windows 7 RC installing causes Disk corruption.
    By Nazmin in forum Operating Systems
    Replies: 3
    Last Post: 19-04-2011, 06:59 AM
  3. Replies: 3
    Last Post: 29-01-2011, 06:41 PM
  4. Windows 7 Screen corruption with Aero
    By dogaman in forum Operating Systems
    Replies: 5
    Last Post: 02-12-2010, 11:17 PM
  5. Windows\NTDS\edb.log corruption.
    By Pratim in forum Active Directory
    Replies: 4
    Last Post: 27-07-2007, 08:53 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,565,422.28966 seconds with 17 queries