So Windows Vista Media center gives you a “Cannot Play Video, One or more codecs required to play to open this content could not be found”.
Are you running the 64bit version of mediacenter? Follow these steps to get it working:
1) Download and install the approperiate decoder, my favorite is ffdshow. You’ll need the 64bit version: http://sourceforge.net/project/showfiles.php?group_id=173941&package_id=229162&release_id=559173
2) Change Media center so it uses the 64bit version of media player instead of the 32bit one
- Open the registry using regedit
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\AppPaths\wmplayer.exe
- Remove the ‘x86′ items and make sure afterwards it looks like this:
(Default) - “%ProgramFiles%\Windows Media Player\wmplayer.exe”
Path - %ProgramFiles%\Windows Media Player
3) Close regedit
4) Open a command prompt and type this: %windir%\system32\unregmp2.exe /SwapTo:64
5) Reboot the media center box
6) Leave a reply if it worked
Now your good to go, Media Center will play your Divx and Xvid!
UPDATE: Somehow it doesn´t work at everyones Mediacenter, please have a look at the comment by FINN, it might help you!
Posted by pieter on Friday, January 18th, 2008
So your trying to download the TV guide within Vista Media Center and your getting error 34 (or 16)?
The answer for this one is easy: Set the correct date and time settings in Windows
Posted by pieter on Sunday, January 13th, 2008
Filed under Music, Windows
So you wanna play M4A files but hate quicktime and/or itunes? Congratulations, your not alone!
Copy the code below, past it in notepad, save it to “blabla.reg” (including quotes, otherwise you might save it as blabla.reg.txt)
REGEDIT4
[HKEY_CLASSES_ROOT\Media Type\Extensions\.m4a]
“Source Filter”=”{E206E4DE-A7EE-4A62-B3E9-4FBC8FE84C73}”
“Media Type”=”{813BACB7-18A7-4068-AABD-8F8CD57011BC}”
Just execute the reg file you just made, confirm the dialog and try!
If it doesn’t work, download an AAC decoder like this one.
Start media player or whatever mp3 player you have and start listening!
Posted by pieter on Thursday, October 11th, 2007
Filed under Citrix, Windows
After restoring an ghost/acronis image on your Citrix server your getting the message:
msgina.dll could not be loaded, MSGINA.DLL could not be found, please contact your system admininstrator to restore the original dll or to replace it
The GUI shows something like this:

So how is this possible? Isn’t a ghost/acronis image an EXACT duplication of a disk?
First lets explain a bit about Windows and driveletters:
Continue reading…
Posted by pieter on Thursday, September 27th, 2007
Every Windows box with sp2 had tons of eventlog records containing info about perflib:
Event Source: Perflib
Event Type: Warning
Event ID: 2003
Description: The configuration information of the performance library “C:\WINDOWS\system32\perfts.dll” for the “TermService” service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted.
According to Microsoft, you could fix it as follows:
Continue reading…
Posted by pieter on Thursday, September 27th, 2007
Did you google for something like: WDS, Windows Desktop Search, Turn Of or Default Windows XP Search.
There are a couple of reasons why you have desktop search installed:
- You like the product and hate google
- After installing Office 2007, outlook tell’s you to install it to use the find function
So now when you search within windows XP (for files or whatever) the “Microsoft Desktop Search” popups:
 
Since not everything is indexed, this can be frustrating. And if your searching for that file yoy just downloaded, changes are that downloading it again is faster then using Windows Desktop Search
How to solve this?
Save the code underneath to a .REG file and execute it:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows Desktop Search\DS]
“ShowStartSearchBand”=dword:00000000
Or you can navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows Desktop Search\DS
Double-click on ‘ShowStartSearchBand’ and set the value to ‘0′
Â
Posted by pieter on Tuesday, September 25th, 2007
Filed under Music, Windows
In order to find this post, i would give google the instructions: convert M4A to MP3 freeware M4A2MP3 free -linux xp Windows
So you downloaded a new podcast or whatever and want to convert it to mp3? There are loads of programs which will do the trick, if you pay. Since paying sucks and isn’t necesarry, follow these instructions to make a cool ’sendto mp3′ command in windows XP (vista not tested, will probably work too).
You will need the following freeware:
1) faad for windows to convert a M4A to wav (download here)
2) lame to code a wav to MP3 (download here)
Continue reading…
Posted by pieter on Thursday, September 20th, 2007
Filed under Updates, Windows
In order to find this post, i would google for: windows client not visible wsus serverÂ
Let’s say you configured a GPO for servers or clients so they receive their updates from your local WSUS server, how do you speed up the process so they show up in the WSUS management page immediately?
1) Refreshing the GPO using “gpupdate /force” on the client
Continue reading…
Posted by pieter on Wednesday, September 19th, 2007