Quick answer: Roll back your GPU driver to the previous version or disable hardware acceleration in WMP. The culprit here is almost always a broken COPP (Certified Output Protection Protocol) handshake after a driver update.
You're seeing 0XC00D1052 (NS_E_WMG_COPP_SECURITY_INVALID) because Windows Media Player can't verify the output path for protected content. This usually happens after a graphics driver update — newer drivers sometimes break the DRM handshake on certain hardware. I've seen this on everything from old Intel HD Graphics to dedicated NVIDIA cards. The exact scenario: You're trying to play a purchased WMV or a ripped DVD, and WMP just gives up with that error.
Fix Steps
- Roll back your GPU driver
Open Device Manager (Win+X > Device Manager). Expand Display adapters. Right-click your GPU > Properties > Driver tab > Roll Back Driver. If the button's grayed out, you'll need to manually install an older driver from the manufacturer's site. This fixes 80% of cases. - Disable hardware acceleration in WMP
Open WMP. Hit Alt key to show menu. Tools > Options > Performance tab. Under Video acceleration, drag the slider to none. Click Apply. Then uncheck 'Use hardware acceleration for video playback' (older WMP versions). Restart WMP. Try playing the file again. - Clear DRM license store
Close WMP. Open File Explorer. Paste
into the address bar. Delete everything in that folder. Yes, everything. This clears the DRM data store. Next time WMP opens, it'll re-download licenses for your content. You'll need to be online for that to work.%PROGRAMDATA%\Microsoft\Windows\DRM - Reset WMP as a fallback
Open Control Panel > Programs and Features > Turn Windows features on or off. Uncheck 'Media Features' > Windows Media Player. Reboot. Go back and check it again. Reboot again. This reinstalls WMP cleanly without losing your library.
If Those Don't Work
Try using a different player. VLC and MPC-HC both handle protected content better than WMP on modern systems, especially if the file uses legacy DRM. VLC doesn't rely on COPP, so the error won't even show up.
Also check if the file itself is corrupted. Try playing it on another machine or with a tool like GSpot to inspect the codec info. A file with a missing DRM header will throw this error every time.
Prevention Tip
Don't update your GPU driver the day it drops. Wait a week. Check forums for DRM-related issues before clicking 'Update'. If you already got hit, set Windows to pause driver updates for 7 days under Settings > Windows Update > Advanced options. This buys you time to see if others are reporting the same problem.
Most 0XC00D1052 errors trace back to a GPU driver update that broke COPP. Roll it back, disable hardware acceleration, and you're good. If you're still stuck, ditch WMP for VLC — it's not worth the fight.