Registriert seit: 23. Jul 2006
Ort: Krostitz
4 Beiträge
Delphi 2007 Professional
|
Re: VolumeControl in der Taskleiste verschwindet immer
3. Jun 2007, 16:53
Hallo,
ich hatte mal in irgendeinem Forum einen Tipp gefunden, der funktionierte.
Übrigens habe ich mir jetzt Mp3-Maker von Magix zugelegt, da habe ich nach jeder Ausführung genau wieder das gleiche Problem.
Beseitigung:
eine Datei "System.reg" anlegen und folgendes hineinkopieren (ohne -----):
--------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer]
"EnableAutoTray"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\TrayNotify]
"PastIconsStream"=-
"IconStreams"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
"NoTrayItemsDisplay"=-
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Run]
"SystemTray"=hex(2):25,00,77,00,69,00,6e,00,64,00, 69,00,72,00,25,00,5c,00,73,00,\
79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73 ,00,79,00,73,00,74,00,72,\
00,61,00,79,00,2e,00,65,00,78,00,65,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\upnphost]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SSDPSRV]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Nla]
"Start"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netman]
"Start"=dword:00000002
-----------------------------------------------
Diese Datei dann doppelt anklicken und nach dem Neustart ist alles wieder okay.
Gruß Jürgen
Jürgen Beisler Gruß Jürgen
|