How to find and install CIM Studio on Windows 7 and higher?

I really want to find a download of CIM Studio.

If one Googles is enough, it turns out that CIM Studio is now part of the WMI administrative tools, and you will find that the link is identical or similar to:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6430F853-1120-48DB-8CC5-F2ABDC3ED314

If you follow this link, it is redirected to a polite apologetic page, explaining that the requested page is now gone and offers a Bing search using the appropriate keywords. The VERY FIRST link provided by Bing is an identical Microsoft link that does not work.

EDIT: The link above now works correctly again, but the successful execution of CIM Studio on Windows 7+ is not direct.

Does anyone know how to install CIM Studio correctly?

+6
source share
4 answers

Microsoft links seem to be broken, but you can use CNET Download.com WMI Administrative Tools

+3
source

Since it took me a while to learn how to get WMI CIM Studio to work under Windows 7 or Windows 8 and IE11 (IE9 or later), I thought I would share it here ...

  • Install CIM Studio ( WMI Admin , as pointed out by @knb answer)

  • Add <meta http-equiv="X-UA-Compatible" content="IE=8" />to the section <HEAD>before SCRIPT LANGUAGE = "VBS" in the file C: \ Program Files (x86) \ WMI Tools \ studio.htm. This override is necessary because CIM Studio uses VBScript code, and IE11 + has refused support for this.

  • "C:\Program Files (x86)\Internet Explorer\iexplore.exe" "C:\Program Files (x86)\WMI Tools\studio.htm"

  • Admin ( → ...)

Microsoft WMI Code Creator.

+6

These days the WMITools.exe file can be obtained directly from Microsoft again.

http://www.microsoft.com/en-us/download/details.aspx?id=24045

It can be easily found with a simple google search for "cim studio".

+1
source

It seems that all the fixes for downloading from Microsoft will disappear.

A good open source alternative for CIM Studio is the WMI Explorer, which you can download here: https://github.com/vinaypamnani/wmie2/releases

0
source

All Articles