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.