Software⏱️ 3 min read📅 2026-05-29

How to Fix: Extended tab of Services.msc console in Windows 10 is missing Service Name

Windows Services console issue with missing service name and description columns

Quick Answer: Try running the command `regsvr32.exe jscript.dll` in the Command Prompt as administrator to resolve the issue, or check for any recent Windows updates that may have affected the Services console.

The error you're experiencing is due to a known issue in Windows 10 where the Extended tab of the Services console (services.msc) sometimes fails to display the Service Name and Description columns. This can occur when the DLL files required for the Services console are not properly registered.

⚠️ Common Causes

  • Outdated or corrupted DLL files
  • Corrupted system registry
  • Conflicting software or drivers

🛠️ Step-by-Step Verified Fixes

Method 1: Registering jscript.dll

  1. Step 1: Open the Command Prompt as an administrator and navigate to the Windows directory (usually C:in ilemon.exe).
  2. Step 2: Run the command regsvr32.exe jscript.dll to register the DLL file.
  3. Step 3: Close and reopen the Services console (services.msc) to test if the Service Name and Description columns are visible again.

Method 2: Scanning for corrupted system files

  1. Step 1: Open the Command Prompt as an administrator and run the command sfc /scannow to scan for corrupted system files.
  2. Step 2: If any corrupted files are found, follow the prompts to replace them with healthy copies from the Windows installation media.

Method 3: Re-registering all DLL files

  1. Step 1: Open the Command Prompt as an administrator and run the command regsvr32 /s dlllist.dll to re-register all DLL files.
  2. Step 2: Close and reopen the Services console (services.msc) to test if the Service Name and Description columns are visible again.

💡 Conclusion

By following these steps, you should be able to resolve the issue and view the Service Name and Description columns in the Services console (services.msc) again.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions