The Services.msc Extended View Tab is Blank: Here's How to Fix

This issue is usually caused by missing or corrupt DLL files

Reading time icon 2 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

What to do if the services.msc Extended tab is blank

If you use the Microsoft Management Console (MMC) snap-in Services (services.msc) to manage your Windows services, you may have noticed that sometimes when you switch to the Extended view, the list of services wonโ€™t appear. The problem can be caused by some unrelated changes in the system, which might have broken the registration of some of the required system DLLs.

How do I fix the blank extended view tab?

1. Reregister the jscript.dll and vbscript.dll system files

  1. Click the Start button, type cmd and select Run as administrator from the results.
  2. Type the following commands one by one, and hit Enter after each to run it:
    • regsvr32 jscript.dll
    • regsvr32 vbscript.dll
  3. Close the command prompt window and restart the Windows services MMC snap-in.

Now the services should be visible in the Extended view.

2. Use the System File Checker tool

  1. Click the Start button, type cmd and select Run as administrator from the results.
  2. Type or paste the following command and press Enter: sfc /scannow

The System File Checker tool that might be able to find and fix any damage to the system files. After the scan is complete, restart your PC and see if the Extended tab is now populated.

3. Enable Active Scripting

  1. Press Win + R to start the Run console, type regedit and press Enter.
  2. Navigate to the following locations:
    • 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.
  4. Exit the Registry Editor, then close and re-open Services.msc.

This solution is a long stretch, because many users don’t have the value present in the Registry Editor. However, it worked for some, so you should try it nevertheless. Moreover, if youโ€™re experiencing similar problems with the โ€œServices.msc Access Deniedโ€ error, we’ve got you covered.

Hopefully, by using our solutions you fixed the services.msc Extended tab blank issue.

More about the topics: Services, Windows 11 Fix