Archive

Posts Tagged ‘wmi’

How to remove RedX on Network Icon in the System tray?

March 16th, 2009 Rishi No comments

Reason for the cause:


WMI classes failed to initialize, due to incorrect Permission settings OR Windows WMI Control services is not functioning properly.

Suggestions:

Method 1:

1. Right Click on Computer -> Manage

2. Under the System Tools section, double click on Local Users and Groups

3. Click Groups -> Right Click on Administrators -> Add to group -> Add -> Advanced -> Find now -> Double Click on Local Service -> Click Ok

4. Close all the windows, reboot the computer and check the status

Method 2:

1. Click Start -> Type CMD -> Right click on CMD -> Run as administrator

2. Type net localgroup Administrators /add Local Service and press Enter

3. Click OK when it says The Command Completed Successfully

4. Reboot the computer and check the status

Rishi
MS Shell User &
Media technologist

Error : “Can’t Collect Information. Cannot access the Windows Management Instrumentation software. Windows Management files may be moved or missing.”

March 14th, 2009 Rishi 2 comments

Above Error “Can’t Collect Information” occurs when tried to see system information by using the command Msinfo32.

Reason for the cause:

Error: “Can’t Collect Information. Cannot access the Windows Management Instrumentation software. Windows Management files may be moved or missing.

This error occurs if Windows Management Instrumentation (WMI) service is not running or corrupted WMI repository folder.

Suggestions:

1. Click Start -> Run -> Type services.msc -> Ok

2. Check the status of Windows Management Instrumentation Service.

3. If it is stopped right click on it and click start

4. If start is not highlighted then click Properties

5. Change the Status type from disable to Automatic

6. Click Apply and click start.

7. Close the window and try msinfo32.

If the above step doesn’t help then

1. Click Start -> Type CMD -> Right click on CMD from the result -> Click Run as Administrator

2. Run the following command one at a time and press enter to execute

· cd /d %windir%\system32\wbem

· for %i in (*.dll) do regsvr32 -s %i

· for %i in (*.exe) do %i /regserver

3. Close all the window and reboot the computer and try Msinfo32

If it still fails then we can try rebuilding WMI repository

1. Click Start -> Type CMD -> Right click on CMD from the result -> Click Run as Administrator

2. Type the command net stop winmgmt and press enter

3. Leave the command prompt open and click Start and type system32 -> Open the folder system32 from the result pane

4. From the system32 folder open Wbem and look for the folder Repository

5. Right click on Repository and click rename

6. Change the folder name from Repository to Repository.old

7. Switch back to command prompt and type net start winmgmt and hit enter to execute

8. Close all the windows and reboot the computer and try Msinfor32

Trying these commands generously will resolve the problem.

Rishi

MS Shell User &
Media Technologis