 R2R NotPremium,MVM join:2000-09-18 Long Beach, CA kudos:1 4 edits | reply to MIXZ1
Re: [XP Pro] Windows XP volume tray icon disappears each time @ Which begs the question - where and how does "systray" start? I'll try to get the answer. ___________
It seems to be here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ ShellServiceObjectDelayLoad
Can you verify that "SysTray" is a value there? It seems to imply "loading" is "delayed" for a reason... ___________
You may want to verify this key is correct as well:
[HKEY_CLASSES_ROOT\CLSID\{35CEC8A3-2BE6-11D2-8773-92E220524153}\InprocServer32] @="C:\\WINDOWS\\System32\\stobject.dll" "ThreadingModel"="Both" |
|
 | i just want to keep volume control icon on tray even when restart the pc. My pc is old p4. 2.66ghz cpu 1gb of ram i think there is registry error on it. don't know how to check it. i think load is not delaying. i have removed some useless thing from startup.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ ShellServiceObjectDelayLoad is there. and thiere is CDmon with {9d847828-d21f-472f-9ec8-284f661ce974} value. |
|
 R2R NotPremium,MVM join:2000-09-18 Long Beach, CA kudos:1 4 edits | You need to have the entry for "SysTray" there as well, pointing to the correct Class Identifier (CLSID). This .reg file should add the correct entry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad]
"SysTray"="{35CEC8A3-2BE6-11D2-8773-92E220524153}"
[HKEY_CLASSES_ROOT\CLSID\{35CEC8A3-2BE6-11D2-8773-92E220524153}\InprocServer32]
@="C:\\WINDOWS\\System32\\stobject.dll"
"ThreadingModel"="Both"
|
|
 | Oh thank you very much. It worked out.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad] "SysTray"="{35CEC8A3-2BE6-11D2-8773-92E220524153}"
it was just what i needed. and class identifier was ok.
thanks |
|