André L. S. Softwares Development, Technology and Games

21Apr/100

Enabling Windows Media Player bar in Windows 7 taskbar

Unfortunately Windows Media Player 12,  already installed with Windows 7, has no support to minimize as toolbar in the taskbar. To enable this bar, just need copy a file from Windows Media Player for Windows Vista. Now I will show how do this:

1. You will need of a dll called wmpband.dll, that come with Windows Vista. If you not own it, download here (86) (this ZIP contains 32 and 64 bits versions);

2. Copy the file (32 or 64 bits, depends your Windows) to Windows Media Players installation directory, in my case "C:\Program Files\Windows Media Player";

3. Now check if "Windows Media Player Network Sharing Service" service is stopped. To do this, click in Start and, in the search box, type "Services" and click in the respective list item. Look for service and stop it, if running.

4. Open the Command Prompt with administrator privileges. Star > All Programs > Accessories > right click in "Command Prompt" and click "Run as Administrator".

5. Type command regsvr32 "C:\Program Files\Windows Media Player\wmpband.dll", replace the path of the directory where the dll is.

6. Open Windows Media Player and minimize it. Then right click in the taskbar > Toolbars > select Windows Media Player.

6. Abra o Windows Media Player e então o minimize-o. Depois clique com o botão direito na barra de tarefas > Barra de Ferramentas > Windows Media Player.

7. And voilá.

Microsoft should have kept this feature natively, I know people who use this resource, I inclusive.

natively

16Mar/100

Amarok’s playlist stop after play one music

Recently I had a problem like others Amarok's 2.1.1 users: It play only one music and stop.

To resolve this: Close Amarok, delete the file ~/.kde/share/apps/amarok/current.xspf and then restart Amarok.

Least worked to me and I hope that works for you too! ;)

Until next!!

10Jun/097

Error “…faulting module php5ts.dll…” in Apache with PHP and MySQL running on Windows Vista

For someone, like I, was suffering with "Faulting application httpd.exe, version 2.2.11.0, time stamp 0x493f5d44, faulting module php5ts.dll..." error, try copy the file libmysql.dll, located in PHP installation folder, to Apache bin directory and restart Apache service.

See ya!