Toon posts:

"Pictogram voor het volume in systray" dmv registry key

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik probeer met de volgende oplossing, het volume icoontje in de systray te krijgen maar het lukt absoluut niet. Ik heb ook al geprobeerd met regmon deze optie de registry key af te vangen maar dat lukte ook al niet.

en ja ik wil dit via het registry doen, dus niet via configuratiescherm.


check the following registry section with regedt32.exe.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray

You'll find a REG_WORD entry named Services.
When displayed as binary, the third bit from the right represents the volume control icon in the systray.
If it's set (1), the icon will be in the systray.

Perform the following procedure to isolate the problem.
- Check the value prior any change.
- Choose the sounds and multimedia applet in the control panel and set the mark
- Verify that the value have changed (don't forget to refresh window)

If so, you have the permission to change the value.
Therefore something perform the change either during logoff or logon.
I don't think it will happen only after a reboot.

If the value didn't change, there's a permission problem.


As far as I know, this value will be checked during user profile load.
If you change it directly in the registry, you'll need to re-logon.

I expect a permission problem, maybe because of a policy set by your admin.

Verwijderd

Topicstarter
niemand een idee ?

  • elevator
  • Registratie: December 2001
  • Niet online

elevator

Officieel moto fan :)

Als je met regmon deze key monitored, verandert die dan wel op het moment dat je via het control panel je volume aan/uit zet? :)

  • Mr.Nobody
  • Registratie: Oktober 2001
  • Niet online
huh :? bij mij is ie '1' als ie uit staat, en '5' als ie aanstaan.

verander hem maar eens via het configuratie scherm, apply drukken en dan F5 in regedit.
en dan weer anders om...

Opensource delphi componenten (http://www.delphi-jedi.org)


  • mduijvendijk
  • Registratie: Oktober 2001
  • Laatst online: 01-04 09:41

mduijvendijk

Flying Rukia ^_^

Je moet het geen waarde 1 geven, maar waarde 31 ;)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]
"Services"=dword:0000001f
(HEX)

Als het icoon uit staat, dan heeft hij de waarde 27
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]
"Services"=dword:0000001b

Sometimes human's are...