[Fix] Services MMC Extended View is Blank in Windows

The Extended view of the Services Management Console (services.msc) displays the service description and also has links to start or stop services. In some systems, the Extended view may appear blank, as in the figure below:

services mmc extended view is blank

Let’s see how to fix this issue. The instructions apply to all versions of Windows, including Windows 10.

[Fix] Services MMC Extended View is Blank in Windows

To fix the “Extended” view pane in the Services console, follow these steps:

Step 1: Register JScript.dll and Mmcndmgr.dll

Run these commands from an admin Command Prompt:



regsvr32.exe  jscript.dll

regsvr32.exe  mmcndmgr.dll

You should see the output “DllRegisterServer in .dll succeeded.”

Step 2: Enable Active Scripting for the local machine zone

  1. Start the Registry Editor (regedit.exe)
  2. Go to the following branches:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0
    
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0
  3. Double-click the value named 1400 (if exists in the above locations), and set its data to 0.
    The value 1400 corresponds to Active Scripting, and Zone 0 represents the local computer zone. Setting 1400 value data to 0 enables Active Scripting. Here are the possible values:
    • 0 – The feature (Active Scripting) is enabled, which is the default setting.
    • 1 – Show a prompt.
    • 3 – Disable Active Scripting.
    For more information, refer to the Microsoft article Internet Explorer security zones registry entries for advanced users.
    If the value 1400 exists in both locations above, the one in HKEY_CURRENT_USER takes precedence by default. The HKEY_LOCAL_MACHINE takes precedence only if the Security Zones: Use only machine settings setting in Group Policy is enabled, or if the Security_HKLM_only DWORD value is set to 1 in the registry.
  4. Exit the Registry Editor.
  5. Close and re-open Services MMC.

services mmc extended view is blank

This fixes the Extended view in Services MMC.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time.

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a ten-time recipient of the Microsoft MVP award in Windows Desktop Experience (Windows Shell), from 2003 to 2012. Ramesh founded Winhelponline.com in 2005.

2 thoughts on “[Fix] Services MMC Extended View is Blank in Windows”

  1. Thank,s I had been downloading & installing software in hopes of updating my windows home edit xp . instead i when down wrong path and now just want my system to work as it did , the steps given here worked right away . thank you again.

    Reply

Leave a Comment