8

The Windows SDK for Server 2008 does not include Inspect.exe. Does anyone know where I might find a copy of Inspect.exe or AccExplorer32.exe? I'm running the 64 bit version of Windows Server 2008 R2.

Anders
  • 15,227
  • 5
  • 32
  • 42

3 Answers3

32

Solution:

  1. Download the Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO)
  2. Unzip using 7Zip or a similar archive tool
  3. Navigate to Setup\WinSDKTools
  4. Open cab1.cab (this is just like a .zip file, any archving tool should be able to open it)
  5. Locate WinSDK_Inspect_exe_x86, extract it to a folder somewhere, add the .exe extension
  6. All done!

I should mention that Window Detective does the same thing as Inspect.exe, but does it better, so it's an excellent alternative.

Anders
  • 15,227
  • 5
  • 32
  • 42
2

Strangely enough. Microsoft site shows this should be a part of Windows SDK. Maybe you should try some other version of SDK?

Petr Abdulin
  • 33,883
  • 9
  • 62
  • 96
  • I thought so too, but I installed it and it's nowhere to be found. I am unable to get other versions to install, probably because it detects that it's the wrong version for Server 2008. It does occur to me however, that most installation packages like this can be opened and browsed with an archive tool such as 7Zip, so I will go try that... – Anders Nov 28 '11 at 16:06
  • That did it. I'll award you the bounty because you led me to the answer. Thanks! – Anders Nov 28 '11 at 16:50
  • @Anders Thanks, glad that it helped! – Petr Abdulin Nov 29 '11 at 01:41
0

Download a web installer - http://www.microsoft.com/en-us/download/details.aspx?id=3138 Select just "Windows development tools" and "Debugging tools for Windows" to save your disk space.

It will take about 200 Mb.

Continue and enjoy!

Nickolay Merkin
  • 2,673
  • 1
  • 16
  • 14