[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. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

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

  1. Hey,thanks for all the information. Its really well organized and Im finding good tips on more obsucre settings. Great job, thank you again. Steve

    Reply
  2. Worked Prefectly!

    I had this problem, but before I knew about the services extended tab, I could not launch the Exchange 2007 Setup screens (service pack included) as it came up with an empty filled splash screen. Running this command fixed both. I knew it was java based, but re-installing Java run times did not help either.

    “*” for this one.

    Reply
  3. Error 1058″ error message when you manually start the Remote Procedure Call service. Applying Article ID: 838428 – Last Review: October 30, 2006 – Revision: 2.4 failed. Extended MMC not visible. regsvr32 exe jscript dll showed ok but still no services in extended tab. system wont allow overwrite of i386 even when drive attached to another xp pc as slave. Access denied to the folder I wanted copy. Have win utilities which show service ok. I have also checked that there is only one MMC running (I think.) only Console 1 with console root window inside. Checked snap in for extended only showing folder not users users Etc, but dont want to start playing with it in case I break it more. Only need to get files off (pics of son and some important docs. Oh and my c.v. ! Bah) Any help gratefully received. Great tip to know tho Ramesh. Thanks. Kev

    Reply
  4. I had this problem too, but re-registering JScript.dll did not fix it. I found elsewhere that reseting Internet Explorer helps and it worked.

    Go to Internet Explorer options (inetcpl.cpl), Advanced tab, Reset.

    Reply
  5. I tried this on XP, got the popup and Services.msc is still blank. I can’t help but wonder if I simply have system files missing and really don’t want to re-install, Ideas?

    Reply
  6. thanks it worked!

    at end-user error (end-user = myself)
    i misspelled jscript as jsscript and received error message

    “LoadLibrary (“jsscript.dll”) failed
    The specified module could not be found

    Thanks guys for your help!

    Reply
  7. If the problem is that gmail does not load in advance version(i.e. not in slow as one can login through it in this kind of problem). May be some other features of win xp won’t work properly then this solution will serve for you. IT DEFINITELY WORKED FOR ME

    Reply
  8. Great solution …. Actually I was searching solution for another issue …i.e. on windows 2003 server Search option not working, showing blue screen. Same time I found that even Extended view is not working and showing blue screen.

    Your solution did magic for us. thanks alot.

    Reply
  9. 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 Reply to Steve Cancel reply