Show QuickLaunch

M

Mary

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.
 
K

KM

Mary,

Please check if there is a "ClassicShell" value created under [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] on
your runtime.
If it is there - delete it.
 
M

Mary

KM,

Thanks for the reply.There is no such registry entry created during
runtime.

Thanks,
Mary.
KM said:
Mary,

Please check if there is a "ClassicShell" value created under
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\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.
 
K

KM

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 said:
Mary,

Please check if there is a "ClassicShell" value created under [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\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.
 
M

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\CurrentVersion\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 said:
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 said:
Mary,

Please check if there is a "ClassicShell" value created under
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\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.
 
K

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\CurrentVersion\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 said:
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.
Mary,

Please check if there is a "ClassicShell" value created under
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\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.
 
D

Debbie Giuliano

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\CurrentVersion\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 said:
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\CurrentVersion\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 said:
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.
Mary,

Please check if there is a "ClassicShell" value created under
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\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.
 
K

KM

Just to mention a simple fix...

Copy the reg binary stream value [HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop],"Default Taskbar"

to: [HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop],"Taskbar"

and [HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\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\CurrentVersion\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 said:
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.
Mary,

Please check if there is a "ClassicShell" value created under
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\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.
 
M

Mary

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 said:
Just to mention a simple fix...

Copy the reg binary stream value
[HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop],"Default
Taskbar"

to:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop],"Taskbar"

and
[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\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\CurrentVersion\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

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.
Mary,

Please check if there is a "ClassicShell" value created under
[HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\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.
 
Joined
Jul 15, 2010
Messages
1
Reaction score
0
Hi Mary,

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.

I think your problem could be a local or global policy, which rewrites those keys.

If you are a local/Domain admin you might be able to run some logon scripts to override this settings or you could also alter the gpos

L
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top