0XC00D10CB

Fix NS_E_WMPOCXGRAPH_IE_DISALLOWS_ACTIVEX_CONTROLS (0XC00D10CB)

Windows Media Player won't play embedded video in IE/Edge. Fix it by enabling ActiveX, clearing cache, or resetting IE. No registry hacks needed.

The 30-Second Fix: Turn Off ActiveX Filtering

This error almost always means Internet Explorer (or Edge in IE mode) is blocking the ActiveX control that Windows Media Player needs to render embedded video. The quickest check: if you're using IE, look at the toolbar. There's a little shield icon with a blue slash through it – that's ActiveX Filtering. If it's lit up, click it to turn it off. Then refresh the page.

Had a client last month whose entire training portal showed this error on every video. That was it – someone accidentally hit the filter toggle. 30 seconds and they were back to watching safety videos.

If you're on Edge with IE mode, you'll find the same toggle in the IE mode toolbar. If you don't see a shield, move to the next step.

The 5-Minute Fix: Reset IE Security Settings and Clear Cache

ActiveX Filtering isn't the only culprit. IE's security zones can also block the control if the site isn't trusted. Here's the fix that works in most cases:

  1. Open Internet Explorer (yes, it's still around – Edge's IE mode uses the same engine).
  2. Click the gear icon (Settings) → Internet Options.
  3. Go to the Security tab. Click Reset all zones to default level.
  4. On the Advanced tab, click Reset under “Reset Internet Explorer settings.” Check the box that says “Delete personal settings” – this clears cache, history, and cookies.
  5. Click Reset, then OK. Restart IE.

Also, if the site is internal (like a company CRM or training system), add it to Trusted Sites: same Security tab, select Trusted sites, click Sites, and enter the URL. That bypasses a lot of restrictions.

If you're in Edge IE mode, do this from the IE mode settings – but honestly, I've seen people waste 10 minutes there. The real fix for Edge is below.

The 15+ Minute Fix: Enable ActiveX in Group Policy and Registry

If the above didn't work, your machine or network might have ActiveX disabled via Group Policy. This happens a lot in corporate environments. Since you're here, I'm assuming you have admin rights but not enterprise control. Let's check the registry directly.

Open regedit as admin and head to:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0

Look for a DWORD called 1200 (that's the “Run ActiveX controls and plug-ins” setting). If it's set to 3 (disable), change it to 0 (enable). Also check 1400 (ActiveX scripting) – same deal.

If you're on a domain, the policy might be in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings. Look for a key named Zones or similar. If it's locked down, you need your IT admin – but honestly, I've seen admins set this and forget to whitelist their own internal sites.

After changing the registry, close regedit and restart IE. Also, make sure Windows Media Player isn't broken – try playing a local file. If WMP itself errors out, run sfc /scannow from an admin command prompt to check system files.

One more thing: if you're on Windows 10/11 and using Edge Chromium (non-IE mode), this error is rare because ActiveX is dead there. But if you're forced into IE mode for legacy sites, the registry tweak above applies. If you're still stuck, consider using a third-party browser like Firefox with a WMP plugin – but that's a workaround, not a fix.

Pro tip: I've seen this error pop up after Windows updates reset IE settings. If you had it working before and it suddenly broke, check the update history before diving into the registry.

Start with the 30-second fix. If that doesn't do it, move to the 5-minute reset. The registry is your last resort – and only if you know what you're doing. Most of the time, it's just the ActiveX filter on.

Related Errors in Cybersecurity & Malware
Smart Hub Shows Unauthorized Access: Fix Now 0X80092011 CRYPT_E_NO_REVOCATION_DLL (0X80092011) Fix: Certificate Revocation Check Fails 0XC000040D Fix 0XC000040D: Untrusted KDC on Domain Join Locked Out of 2SV? Recover Without Backup Codes

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.