Today my customer wanted to have the volume icon in the taskbar enabled.
Easy, was the first thought. But during my search i investiogated it was a bit harder.
Here’s the solution:
Import the following registry key:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray" /v Services /t REG_DWORD /d 31 /f
Start the following program:
c:\WINDOWS\system32\systray.exe
VoilĂ !
Advertisement