0XC00D2762

NS_E_DRM_POLICY_DISABLE_ONLINE (0XC00D2762) — Quick Fix

This error pops up when Windows Media Player or a DRM'd video file can't get a license because online playback is disabled in the DRM policy.

When You'll See This Error

You're trying to play a protected video or audio file—usually something you bought or rented from a service like Amazon Prime Video, or an old WMV that requires a license. Windows Media Player (or another app using Windows DRM) throws up error 0XC00D2762 with the message NS_E_DRM_POLICY_DISABLE_ONLINE. The playback stutters for a second, then stops. The culprit here is almost always a group policy or registry setting that disabled online license acquisition. This happens often after an IT admin locked down the machine, or after a Windows update reset DRM permissions.

What's Actually Happening

Windows Media DRM checks a policy key before it tries to grab a license from the internet. If that key says DisableOnline is set to 1, the system refuses to go online for a license—even if the network's fine. Your file's license needs to be renewed or retrieved from a server, but the DRM client won't make the call. It's not a network problem. It's a policy lock. Don't bother checking your internet connection or reinstalling WMP. The fix is in the registry.

Step-by-Step Fix

  1. Open Registry Editor — Press Win + R, type regedit, hit Enter. Say Yes to the UAC prompt.
  2. Navigate to the DRM policy key — Go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsMedia\DRM\
    If that path doesn't exist, create it. Right-click WindowsMedia, New > Key, name it DRM.
  3. Check for DisableOnline — Look for a DWORD value named DisableOnline. If it's there, double-click it and set the value data to 0. If it's not there, skip to the next step.
  4. Also check Computer\HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences\ — Some policies write here too. Look for AcquireLicenses and set it to 1 (not 0).
  5. Delete the DRM store cache — Close Registry Editor. Press Win + R, type %appdata%\Microsoft\DRM, hit Enter. Delete everything in that folder. Don't worry—Windows rebuilds it when needed.
  6. Restart the app — Open Windows Media Player or the app that gave the error. Try playing the file again. It should prompt you to accept a license. Click OK.

If It Still Fails

Check Group Policy. Run gpedit.msc (Pro or Enterprise only). Go to Computer Configuration > Administrative Templates > Windows Components > Windows Media Player. Look for Prevent DRM online access. Set it to Not Configured or Disabled. Also check under User Configuration > Administrative Templates > Windows Components > Windows Media Player for the same setting. If you're on Windows Home, Group Policy editor isn't available—stick with the registry fix above.

If the error persists after that, the file itself may have a dead license server (old media from defunct services like MSN Music). In that case, you're out of luck—no fix on your end. Try finding a DRM-free version of the file.

One more thing: if you're using a corporate laptop, your IT team may have enforced this via Windows Store for Business policy. That overrides local registry changes. You'll need to talk to them to get online access enabled.

Related Errors in Network & Connectivity
0X00001B89 Fix ERROR_CTX_INVALID_WD (0X00001B89) on Windows Terminal Server Wi-Fi Login Page Stuck? This Fix Works on Windows & Mac IP address pool exhausted DHCP Server Out of IP Addresses – Real Fix for a Dead Network 0X000004CE Fix ERROR_CONNECTION_ACTIVE 0X000004CE in 3 Steps

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.