Show QuickLaunch
Guest
Posts: n/a
Posts: n/a
> Hi,
> My problem is that iam not able to get the "QuickLaunch" Toolbar as soon as my image gets booted.There is no option for this in
> Target Designer and Also i have found that a single registry entry is not set when "quich launch "is selected.
> I have also tried exporting this key and implementing in Target Designer.[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
> ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>
> But nothing has worked.
> If anyone knows the solution please help me..please
> Thanks in advance,
> Mary.
>
>
> Mary,
>
> Please check if there is a "ClassicShell" value created under
> [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\Explorer] on your
> runtime.
> If it is there - delete it.
>
> --
> Regards,
> KM
>
>>> Hi,>
>> My problem is that iam not able to get the "QuickLaunch" Toolbar as soon
>> as my image gets booted.There is no option for this in Target Designer
>> and Also i have found that a single registry entry is not set when
>> "quich launch "is selected.
>> I have also tried exporting this key and implementing in Target
>> Designer.[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
>> ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>>
>> But nothing has worked.
>> If anyone knows the solution please help me..please
>> Thanks in advance,
>> Mary.
>>
>>
>
> KM,
>
> Thanks for the reply.There is no such registry entry created during runtime.
>
> Thanks,
> Mary.
> "KM" <konstmor@nospam_yahoo.com> wrote in message news:e6HlwK5kFHA.3544@TK2MSFTNGP15.phx.gbl...>> Mary,
>>
>> Please check if there is a "ClassicShell" value created under [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\Explorer]
>> on your runtime.
>> If it is there - delete it.
>>
>> --
>> Regards,
>> KM
>>
>>>>> Hi,
>>> My problem is that iam not able to get the "QuickLaunch" Toolbar as soon as my image gets booted.There is no option for this in
>>> Target Designer and Also i have found that a single registry entry is not set when "quich launch "is selected.
>>> I have also tried exporting this key and implementing in Target Designer.[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
>>> ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>>>
>>> But nothing has worked.
>>> If anyone knows the solution please help me..please
>>> Thanks in advance,
>>> Mary.
> Mary,
>
> Hmm.. It is weird that you can't see the Quick Launch and therefore I
> should ask you the basic question - what shell you have implemented in
> your image?
> I hope it is Explorer Shell.
>
> Please keep in mind that Quick Launch internally implemented in
> shell32.dll and in fact it is nothing more than an instance of so-called
> Shell Folder Bands.
>
> Basically, the shell folder interface must be registered in your runtime
> ([HKCR\CLSID\{D82BE2B0-5764-11D0-A96E-00C04FD705A2}] key) and it's likely
> happening when shell32.dll gets registered with regsvr32 ("User Interface
> Core" component).
> So, please make sure the "User Interface Core" component is in your image.
>
> --
> Regards,
> KM
>
>>> KM,>
>>
>> Thanks for the reply.There is no such registry entry created during
>> runtime.
>>
>> Thanks,
>> Mary.
>> "KM" <konstmor@nospam_yahoo.com> wrote in message
>> news:e6HlwK5kFHA.3544@TK2MSFTNGP15.phx.gbl...>>> Mary,
>>>
>>> Please check if there is a "ClassicShell" value created under
>>> [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\Explorer] on
>>> your runtime.
>>> If it is there - delete it.
>>>
>>> --
>>> Regards,
>>> KM
>>>
>>>
>>>> Hi,
>>>> My problem is that iam not able to get the "QuickLaunch" Toolbar as
>>>> soon as my image gets booted.There is no option for this in Target
>>>> Designer and Also i have found that a single registry entry is not
>>>> set when "quich launch "is selected.
>>>> I have also tried exporting this key and implementing in Target
>>>> Designer.[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
>>>> ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>>>>
>>>> But nothing has worked.
>>>> If anyone knows the solution please help me..please
>>>> Thanks in advance,
>>>> Mary.
>
> UserInterfaceCore Component and all the said keys are present in the registry.I have various Doubts regarding this issue.From your message below I see my mistake. I was under assumption you can't get the Quick Launch working at all.
> My Observation is when Windows XP Professional is freshly installed then the Quick launch will not appear unless weHow do you exactly integrate the exported keys in to your image?
> manually enable it..I have observered the same in XPE also.Moreover there is no particular registry to set the Quick Launch.
>
> Also,Exporting this key in XP Professional also dint work
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
> But i have read that it worked for few people in this news group?.It would be nice if someone can help.Frankly, I don't recall this key mentioned by anyone but me :-)
> "KM" <konstmor@nospam_yahoo.com> wrote in message news:OOA5KvWlFHA.2484@TK2MSFTNGP15.phx.gbl...>> Mary,>
>>
>> Hmm.. It is weird that you can't see the Quick Launch and therefore I should ask you the basic question - what shell you have
>> implemented in your image?
>> I hope it is Explorer Shell.
>>
>> Please keep in mind that Quick Launch internally implemented in shell32.dll and in fact it is nothing more than an instance of
>> so-called Shell Folder Bands.
>>
>> Basically, the shell folder interface must be registered in your runtime ([HKCR\CLSID\{D82BE2B0-5764-11D0-A96E-00C04FD705A2}]
>> key) and it's likely happening when shell32.dll gets registered with regsvr32 ("User Interface Core" component).
>> So, please make sure the "User Interface Core" component is in your image.
>>
>> --
>> Regards,
>> KM
>>
>>>>> KM,>>
>>>
>>> Thanks for the reply.There is no such registry entry created during runtime.
>>>
>>> Thanks,
>>> Mary.
>>> "KM" <konstmor@nospam_yahoo.com> wrote in message news:e6HlwK5kFHA.3544@TK2MSFTNGP15.phx.gbl...
>>>> Mary,
>>>>
>>>> Please check if there is a "ClassicShell" value created under
>>>> [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\Explorer] on your runtime.
>>>> If it is there - delete it.
>>>>
>>>> --
>>>> Regards,
>>>> KM
>>>>
>>>>
>>>>> Hi,
>>>>> My problem is that iam not able to get the "QuickLaunch" Toolbar as soon as my image gets booted.There is no option for this
>>>>> in Target Designer and Also i have found that a single registry entry is not set when "quich launch "is selected.
>>>>> I have also tried exporting this key and implementing in Target Designer.[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
>>>>> ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>>>>>
>>>>> But nothing has worked.
>>>>> If anyone knows the solution please help me..please
>>>>> Thanks in advance,
>>>>> Mary.
>>
>
> Hi,
>
> UserInterfaceCore Component and all the said keys are present in the
> registry.I have various Doubts regarding this issue.
>
> My Observation is when Windows XP Professional is freshly
> installed then the Quick launch will not appear unless we manually enable
> it..I have observered the same in XPE also.Moreover there is no particular
> registry to set the Quick Launch.
>
> Also,Exporting this key in XP Professional also dint work
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>
> But i have read that it worked for few people in this news group?.It would
> be nice if someone can help.
>
> Thanks,
> Mary.
>
> "KM" <konstmor@nospam_yahoo.com> wrote in message
> news:OOA5KvWlFHA.2484@TK2MSFTNGP15.phx.gbl...>> Mary,>
>>
>> Hmm.. It is weird that you can't see the Quick Launch and therefore I
>> should ask you the basic question - what shell you have implemented in
>> your image?
>> I hope it is Explorer Shell.
>>
>> Please keep in mind that Quick Launch internally implemented in
>> shell32.dll and in fact it is nothing more than an instance of so-called
>> Shell Folder Bands.
>>
>> Basically, the shell folder interface must be registered in your runtime
>> ([HKCR\CLSID\{D82BE2B0-5764-11D0-A96E-00C04FD705A2}] key) and it's likely
>> happening when shell32.dll gets registered with regsvr32 ("User Interface
>> Core" component).
>> So, please make sure the "User Interface Core" component is in your
>> image.
>>
>> --
>> Regards,
>> KM
>>
>>>>> KM,>>
>>>
>>> Thanks for the reply.There is no such registry entry created during
>>> runtime.
>>>
>>> Thanks,
>>> Mary.
>>> "KM" <konstmor@nospam_yahoo.com> wrote in message
>>> news:e6HlwK5kFHA.3544@TK2MSFTNGP15.phx.gbl...
>>>> Mary,
>>>>
>>>> Please check if there is a "ClassicShell" value created under
>>>> [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\Explorer] on
>>>> your runtime.
>>>> If it is there - delete it.
>>>>
>>>> --
>>>> Regards,
>>>> KM
>>>>
>>>>
>>>>> Hi,
>>>>> My problem is that iam not able to get the "QuickLaunch" Toolbar as
>>>>> soon as my image gets booted.There is no option for this in Target
>>>>> Designer and Also i have found that a single registry entry is not
>>>>> set when "quich launch "is selected.
>>>>> I have also tried exporting this key and implementing in Target
>>>>> Designer.[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
>>>>> ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>>>>>
>>>>> But nothing has worked.
>>>>> If anyone knows the solution please help me..please
>>>>> Thanks in advance,
>>>>> Mary.
>>
>
> Mary,
>>> UserInterfaceCore Component and all the said keys are present in the registry.I have various Doubts regarding this issue.>
> From your message below I see my mistake. I was under assumption you can't get the Quick Launch working at all.
> Now it is obvious to me that you want to make it visible by default, right?
>
> Then everything I said earlier is not related to your problem. Certainly you've got all the reg.keys required and the shell32.dll
> registred.
>>> My Observation is when Windows XP Professional is freshly installed then the Quick launch will not appear unless we>
>> manually enable it..I have observered the same in XPE also.Moreover there is no particular registry to set the Quick Launch.
>>
>> Also,Exporting this key in XP Professional also dint work
>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
> How do you exactly integrate the exported keys in to your image?
> Please describe the procedure.
>>> But i have read that it worked for few people in this news group?.It would be nice if someone can help.>
> Frankly, I don't recall this key mentioned by anyone but me :-)
> That time I was just guessing. It requred testing anyway.
>
> You can get the same info if you use Regmon to monitor on the keys that change when you play with the Taskbar settings on XP/XPe.
>
> If I have time tomorrow, I will take a quick look at the key behaviour once again.
>
>
> --
> Regards,
> KM
>
>>> "KM" <konstmor@nospam_yahoo.com> wrote in message news:OOA5KvWlFHA.2484@TK2MSFTNGP15.phx.gbl...>>>> Mary,>>
>>>
>>> Hmm.. It is weird that you can't see the Quick Launch and therefore I should ask you the basic question - what shell you have
>>> implemented in your image?
>>> I hope it is Explorer Shell.
>>>
>>> Please keep in mind that Quick Launch internally implemented in shell32.dll and in fact it is nothing more than an instance of
>>> so-called Shell Folder Bands.
>>>
>>> Basically, the shell folder interface must be registered in your runtime ([HKCR\CLSID\{D82BE2B0-5764-11D0-A96E-00C04FD705A2}]
>>> key) and it's likely happening when shell32.dll gets registered with regsvr32 ("User Interface Core" component).
>>> So, please make sure the "User Interface Core" component is in your image.
>>>
>>> --
>>> Regards,
>>> KM
>>>
>>>
>>>> KM,
>>>>
>>>> Thanks for the reply.There is no such registry entry created during runtime.
>>>>
>>>> Thanks,
>>>> Mary.
>>>> "KM" <konstmor@nospam_yahoo.com> wrote in message news:e6HlwK5kFHA.3544@TK2MSFTNGP15.phx.gbl...
>>>>> Mary,
>>>>>
>>>>> Please check if there is a "ClassicShell" value created under
>>>>> [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\Explorer] on your runtime.
>>>>> If it is there - delete it.
>>>>>
>>>>> --
>>>>> Regards,
>>>>> KM
>>>>>
>>>>>
>>>>>> Hi,
>>>>>> My problem is that iam not able to get the "QuickLaunch" Toolbar as soon as my image gets booted.There is no option for this
>>>>>> in Target Designer and Also i have found that a single registry entry is not set when "quich launch "is selected.
>>>>>> I have also tried exporting this key and implementing in Target
>>>>>> Designer.[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>>>>>>
>>>>>> But nothing has worked.
>>>>>> If anyone knows the solution please help me..please
>>>>>> Thanks in advance,
>>>>>> Mary.
>>>
>>>
>>
>
> Just to mention a simple fix...
>
> Copy the reg binary stream value
> [HKLM\Software\Microsoft\Windows\CurrentVersion\Exp lorer\Streams\Desktop],"Default
> Taskbar"
>
> to:
> [HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\Streams\Desktop],"Taskbar"
>
> and
> [HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\Streams\Desktop],"TaskbarWinXP".
>
> You can implement both values in TD Extra Registry section, or via your
> own component.
>
> --
> Regards,
> KM
>>> Mary,>
>>>>> UserInterfaceCore Component and all the said keys are present in the>>
>>> registry.I have various Doubts regarding this issue.
>> From your message below I see my mistake. I was under assumption you
>> can't get the Quick Launch working at all.
>> Now it is obvious to me that you want to make it visible by default,
>> right?
>>
>> Then everything I said earlier is not related to your problem. Certainly
>> you've got all the reg.keys required and the shell32.dll registred.
>>>>> My Observation is when Windows XP Professional is freshly>>
>>> installed then the Quick launch will not appear unless we manually
>>> enable it..I have observered the same in XPE also.Moreover there is no
>>> particular registry to set the Quick Launch.
>>>
>>> Also,Exporting this key in XP Professional also dint work
>>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>> How do you exactly integrate the exported keys in to your image?
>> Please describe the procedure.
>>>>> But i have read that it worked for few people in this news group?.It>>
>>> would be nice if someone can help.
>> Frankly, I don't recall this key mentioned by anyone but me :-)
>> That time I was just guessing. It requred testing anyway.
>>
>> You can get the same info if you use Regmon to monitor on the keys that
>> change when you play with the Taskbar settings on XP/XPe.
>>
>> If I have time tomorrow, I will take a quick look at the key behaviour
>> once again.
>>
>>
>> --
>> Regards,
>> KM
>>
>>>>> "KM" <konstmor@nospam_yahoo.com> wrote in message>>
>>> news:OOA5KvWlFHA.2484@TK2MSFTNGP15.phx.gbl...
>>>> Mary,
>>>>
>>>> Hmm.. It is weird that you can't see the Quick Launch and therefore I
>>>> should ask you the basic question - what shell you have implemented in
>>>> your image?
>>>> I hope it is Explorer Shell.
>>>>
>>>> Please keep in mind that Quick Launch internally implemented in
>>>> shell32.dll and in fact it is nothing more than an instance of
>>>> so-called Shell Folder Bands.
>>>>
>>>> Basically, the shell folder interface must be registered in your
>>>> runtime ([HKCR\CLSID\{D82BE2B0-5764-11D0-A96E-00C04FD705A2}] key) and
>>>> it's likely happening when shell32.dll gets registered with regsvr32
>>>> ("User Interface Core" component).
>>>> So, please make sure the "User Interface Core" component is in your
>>>> image.
>>>>
>>>> --
>>>> Regards,
>>>> KM
>>>>
>>>>
>>>>> KM,
>>>>>
>>>>> Thanks for the reply.There is no such registry entry created during
>>>>> runtime.
>>>>>
>>>>> Thanks,
>>>>> Mary.
>>>>> "KM" <konstmor@nospam_yahoo.com> wrote in message
>>>>> news:e6HlwK5kFHA.3544@TK2MSFTNGP15.phx.gbl...
>>>>>> Mary,
>>>>>>
>>>>>> Please check if there is a "ClassicShell" value created under
>>>>>> [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\Explorer] on
>>>>>> your runtime.
>>>>>> If it is there - delete it.
>>>>>>
>>>>>> --
>>>>>> Regards,
>>>>>> KM
>>>>>>
>>>>>>
>>>>>>> Hi,
>>>>>>> My problem is that iam not able to get the "QuickLaunch" Toolbar as
>>>>>>> soon as my image gets booted.There is no option for this in Target
>>>>>>> Designer and Also i have found that a single registry entry is not
>>>>>>> set when "quich launch "is selected.
>>>>>>> I have also tried exporting this key and implementing in Target
>>>>>>> Designer.[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
>>>>>>> ntVersion\Explorer\Streams\Desktop],"TaskbarWinXP".
>>>>>>>
>>>>>>> But nothing has worked.
>>>>>>> If anyone knows the solution please help me..please
>>>>>>> Thanks in advance,
>>>>>>> Mary.
>>>>
>>>>
>>>
>>>
>>
>
| | LinkBack | Thread Tools | Display Modes |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Quicklaunch | Edward J. Skirvin | Customize Windows XP | 2 | 12-04-2003 07:09 AM |
| need some quicklaunch help! | Charlie | Windows XP Help & Support | 2 | 11-24-2003 10:57 PM |
| quicklaunch in xp | john | Windows XP Accessibility | 1 | 10-27-2003 10:13 AM |
| Show Destop Quicklaunch Icon | Dave | Customize Windows XP | 2 | 09-10-2003 04:39 PM |
| How to add show desktop to Quicklaunch | Nicholas | Customize Windows XP | 1 | 08-12-2003 07:43 AM |
| LinkBack |
LinkBack URL |
About LinkBacks |


Linear Mode


Posts: n/a