I just clicked a link to play a .WMV video and was greeted by a “Page can’t be displayed” window. This was odd as I’ve done it plenty of times before, although I couldn’t remember the last time.
I did a quick Bing and came across a blog post from Eric Richards, an Office developer over at MS Redmond.
He too had that issue and points towards MS KB article KB974538. The inability to play .wmv files seems to be a knock on effect of installing the latest version of Windows Live Photo Gallery.
The KB article gives you some text to copy into a reg file which, and I can confirm this, will fix the problem. The fix for Windows 7 is:
This issue can be avoided if the following registry keys are present, which reset the file associations to original Windows 7 settings:
- On an account with Administration privileges, choose Start and type notepad.exe.
- Copy and paste the contents of the box below.
- Save the file as fix.reg.
- Double-click on the fix.reg file to add it to your registry.
——————————————————————
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.asf]
@="WMP11.AssocFile.ASF"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.asx]
@="WMP11.AssocFile.ASX"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.avi]
@="WMP11.AssocFile.AVI"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.wmv]
@="WMP11.AssocFile.WMV"
——————————————————————
(Copy the text between the dashed lines)
More info and the fix for Vista can be found by in the full article.
I’m glad it was such a quick fix and thanks to Eric 🙂