Show QuickLaunch

Posted: 07-27-2005, 11:33 AM
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.


Reply With Quote

Responses to "Show QuickLaunch"

KM
Guest
Posts: n/a
 
Re: Show QuickLaunch
Posted: 07-28-2005, 05:40 PM
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.
>
>

Reply With Quote
Mary
Guest
Posts: n/a
 
Re: Show QuickLaunch
Posted: 07-30-2005, 06:44 AM
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.
>>
>>
>
>

Reply With Quote
KM
Guest
Posts: n/a
 
Re: Show QuickLaunch
Posted: 07-31-2005, 02:07 AM
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.

Reply With Quote
Mary
Guest
Posts: n/a
 
Re: Show QuickLaunch
Posted: 08-05-2005, 07:42 AM
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.
>
>

Reply With Quote
KM
Guest
Posts: n/a
 
Re: Show QuickLaunch
Posted: 08-05-2005, 07:58 AM
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.
>>
>>
>
>

Reply With Quote
Debbie Giuliano
Guest
Posts: n/a
 
Re: Show QuickLaunch
Posted: 08-05-2005, 05:54 PM
Hello Mary,

This is what worked for me in my image. I put is on the extra registry
sources on my slx file and my taskbar comes up.



HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Streams
\Desktop Look for the following Value:

"Taskbar"=hex:0c,00,00,00,08,00,00,00,02,...

Change the ,02, to a ,01, and that will disable the quick launch bar.

So you want a 02 and it will show. Also, I have defined all the shortcuts I
want on the taskbar in the default user\application data\microsoft\internet
explorer\quick launch
..
Thanks,

Debbie
---------------------------------------------------------------------
"Eliminate annoying spam!
My mailbox is protected by iHateSpam, the #1-rated spam buster."

http://www.ihatespam.net


"Mary" <sndas@wyse.com> wrote in message
news:%23fksWjYmFHA.1444@TK2MSFTNGP10.phx.gbl...
> 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.
>>
>>
>
>

Reply With Quote
KM
Guest
Posts: n/a
 
Re: Show QuickLaunch
Posted: 08-05-2005, 06:13 PM
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.
>>>
>>>
>>
>>
>
>

Reply With Quote
Mary
Guest
Posts: n/a
 
Re: Show QuickLaunch
Posted: 08-08-2005, 06:32 AM
KM,

I tried copying the values of the following keys.But these values are not
retained once we logon and login.It is again getting back the previously
stored values.even we delete the key it is again cretaed once we login.

Thanks,
Mary.

"KM" <konstmor@nospam_yahoo.com> wrote in message
news:OqOufCemFHA.2472@tk2msftngp13.phx.gbl...
> 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.
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90