MSFN Forum: Quicklaunch Tutorial: - MSFN Forum

Jump to content


  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Quicklaunch Tutorial: working everytime for 2 years Rate Topic: -----

#1 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 27 July 2005 - 08:20 AM

I use this on XP and Not in a VM.
And now even in Vista. Vista will show them as soon as the desktop loads

#1 - Do Not, Do Not use anyone elses reg stuff like i've seen a hundred times, thats for their PC and not your's. Good Grief don't they understand this :wacko:

#2 - Make Quicklaunch visible and set everything the way you want, add all your shortcuts the way you like them. I have a second drive where a lot of things reside so I have my Shortcuts pointing there. But it don't matter if you don't have the 2nd drive.

#3 - Open a Command Prompt window and paste the following
REG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop "%USERPROFILE%\Desktop\quicklaunch.reg"
You should get: The operation completed successfully.
NOTICE: It says HKCU so this will only set it up for the user you created in User.cmd

#4 - Move the reg file off your desktop to XPCD\$OEM$\

#5 - Open your XPCD\$OEM$\cmdlines.txt and paste the following
"REGEDIT /S quicklaunch.reg"

you need the " around them here

#6 - Now go to Documents and Settings\Your User Name\Application Data\Microsoft\Internet Explorer and copy the Quick Launch folder to XPCD\$OEM$\$1\Install\. Open the XPCD\$OEM$\$1\Install\Quick Launch folder and delete the Desktop.ini, I also delete any other shortcuts usually created by Setup Like Show Desktop. Also any other's that programs will be installing.

#7 - Now add this to your XPCD\$OEM$\$1\Install\Cleanup.cmd
Now if you used nLite or something that removed those Default items then perhaps you may need this
MD "%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch"

and now this
copy %systemdrive%\Install\Quicklaunch\*.* "%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch" /Y


I have been using this method for nearly 2 years and it is flawless. You will not see them till it reboots after Cleanup.cmd. Of course all this is done by my UnattendXP app and I don't have to do anything but select Quicklaunch and the rest is done for me.

EDIT:Removed 2nd Reg Export as DL. verified it was not needed.

This post has been edited by maxXPsoft: 26 April 2007 - 09:54 AM



#2 User is offline   mrBob 

  • Group: Members
  • Posts: 5
  • Joined: 25-February 05

Posted 27 July 2005 - 11:12 AM

wow looks very nice
i'll give it a shot!

#3 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 July 2005 - 07:43 AM

mrBob go for it cause it do work
That reg key people post don't work, Why? cause you need the files located in the Quicklaunch folder if they not the standard default stuff.
This is mine.
Posted Image

This post has been edited by maxXPsoft: 28 July 2005 - 07:46 AM


#4 User is offline   Solar257 

  • Group: Members
  • Posts: 5
  • Joined: 26-July 05

Posted 28 July 2005 - 06:37 PM

I ran into an interesting problem trying to apply this tweak: When my install finished there was no "Quick Launch" folder created. So in your cleanup.cmd you might want to add a line to make sure the folder is created and then add the copy command just to make sure it's copied properly.
MD "%appdata%\Microsoft\Internet Explorer\Quick Launch"
copy %systemdrive%\Install\QuickLaunch\*.* "%appdata%\Microsoft\Internet Explorer\Quick Launch" /Y

This post has been edited by Solar257: 28 July 2005 - 08:41 PM


#5 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 July 2005 - 06:12 PM

Hmm never has failed for me but don't you think it could have been because you have %appdata% instead of %userprofile%? If you're trying to go to %ALLUSERSPROFILE% it will fail also because of the HKCU
This is for %userprofile% as the things above export from a User = HKCU\Software

Now if you used nLite or something that removed those Default items then perhaps you may need this
MD "%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch"


EDit Ok my bad, I never use appdata but it is possible to use that, but I don;t and mine works.

This post has been edited by maxXPsoft: 30 July 2005 - 06:28 AM


#6 User is offline   Nilfred 

  • Member
  • PipPip
  • Group: Members
  • Posts: 210
  • Joined: 18-September 04

Posted 30 July 2005 - 07:20 AM

Copy shorcuts folder to doc&set\default user, it will automagically self copy to the newly created user, installing HKCU regs at T-12 will also defaults for all users.

This post has been edited by Nilfred: 30 July 2005 - 07:22 AM


#7 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 July 2005 - 10:15 AM

@maxXPsoft
Why do you need to export HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced?
Exactly which value in that key affects quicklaunch?

#8 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 30 July 2005 - 10:48 AM

seems cool!
thanx

#9 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 July 2005 - 10:29 PM

DL., on Jul 30 2005, 10:15 AM, said:

@maxXPsoft
Why do you need to export HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced?
Exactly which value in that key affects quicklaunch?
<{POST_SNAPBACK}>

Not sure but during my initial tests a long time ago some of those values were changed, been quite awhile so I don't remember which. Perhaps
"TaskbarSizeMove"=dword:00000001
"TaskbarGlomming"=dword:00000000
You could turn off taskbar and take a snapshot and then re-enable and see if you want. I use InstallWatchPro personally.

It is much easier to export that entire key rather than get individual vales don't you agree? Also that contains some of your settings already set the way you like so serves a double purpose.
I cannot argue with what works. You see the pic, I allways need those setup cause as a developer I use all of them.

My other end of the taskbar looks like this as I've added the extra Toolbars I want
Posted Image
Yes I know it don't leave much in between but with taskbar grouping and Tabbed browsing it suits me well with Firefox.

This post has been edited by maxXPsoft: 30 July 2005 - 10:31 PM


#10 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 July 2005 - 10:41 PM

Nilfred, on Jul 30 2005, 07:20 AM, said:

Copy shorcuts folder to doc&set\default user, it will automagically self copy to the newly created user, installing HKCU regs at T-12 will also defaults for all users.
<{POST_SNAPBACK}>

Kewl Nilfred
Be good for setting up multiple users with same taskbar

There is a gray area there though and need to be careful. Default user is ok but don't and I say don't attempt to copy the the Docs and Sets to a User you going to Create, I have discovered that it sometimes gives you double users with a strange name like maxXPsoft.Tdf12345GH and maxXPsoft as an example. I've redone my App to account for these things and I no longer get them doubles.

#11 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 30 July 2005 - 11:42 PM

TaskBarXP directly effects the active toolbars and their placements on the Taskbar.

TaskbarGlooming i believe is combining multiple app windows into one(multiple IE boxes for example)
TaskbarSizeMove i believe is to unlock the taskbar so you can move it.

#12 User is offline   mdes 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 343
  • Joined: 07-November 03

  Posted 31 July 2005 - 01:00 AM

Have a look here :P This command file create, rename, modify or delete any shortcuts (or files, or folders) :thumbup

This post has been edited by mdes: 31 July 2005 - 01:01 AM


#13 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 July 2005 - 07:56 AM

@maxXPsoft
As you say the key HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced exports other settings and is not really needed for quicklaunch (but you might want to export it anyway to get all the other settings).

Alanoll, on Jul 31 2005, 07:42 AM, said:

TaskBarXP directly effects the active toolbars and their placements on the Taskbar.

TaskbarGlooming i believe is combining multiple app windows into one(multiple IE boxes for example)
TaskbarSizeMove i believe is to unlock the taskbar so you can move it.
<{POST_SNAPBACK}>

TaskBarXP should be TaskbarWinXP (probably just a typo).

You are correct about TaskbarGlomming and TaskbarSizeMove, a better name for TaskbarGlomming would be TaskbarGrouping.

#14 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 July 2005 - 01:18 PM

Quote

You are correct about TaskbarGlomming and TaskbarSizeMove, a better name for TaskbarGlomming would be TaskbarGrouping.
Lol don't you wish MS would make it easier and use TaskbarGrouping

I didn't say it was not needed, try it and if it don't work then you know but share the Knowledge

When I applied this like all things I apply to a freshly formatted PC(second Hard Drive or partition) with no tweaks applied. As I said I cannot remember now what came up in HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced but it did appear in the scan so I just added.

I know these things work for a real setup and I won't guarantee anything in a VM.
I don't test against a VM as I've stated before, once you get it to work there, there are some things won't work in a real setup, that I've seen.

Quote

TaskBarXP should be TaskbarWinXP (probably just a typo).

Not really, do a search through your reg and all you find that TaskbarWinXP in only
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
and
about 4 returns with [HKEY_USERS\S-1-5-xxxxxxx
No where in the standard registry.

This post has been edited by maxXPsoft: 31 July 2005 - 01:27 PM


#15 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 July 2005 - 02:03 PM

There are many more examples of settings that MS named in their own way, and not what you would expect.

I didn't find any TaskBarXP and have never seen it, so I thought he meant TaskBarWinXP.
I'm not really sure what that value is for, I read somewhere that it was needed before (or with?) SP1 or something like that.

I've done some testing earlier and Quicklaunch works for me by exporting only HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop without exporting HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.

#16 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 July 2005 - 02:20 PM

Well
click my link down below: LEAN MEAN REGISTRY Machine: Jump2Reg?
It includes a Reg Search by Bill James, really nice

So you are exporting the HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
key. K was wondering if its needed or not but for me it works so I don't argue with what I want to achieve.

This post has been edited by maxXPsoft: 31 July 2005 - 02:24 PM


#17 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 July 2005 - 03:20 PM

I have tried Jump2Reg.

I wrote that I don't need to export ...\Explorer\Advanced in order to get Quicklaunch working.

When I did my tests I only exported the first key, and it worked fine.

When applying all my other reg-tweaks I use both, since I have customized the other one to my preference.

#18 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 July 2005 - 07:51 PM

Edited 1st Post above >> Removed 2nd Reg Export as DL. verified it was not needed.
Desktop without exporting < I missed that when reading

#19 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 August 2005 - 08:15 PM

Here is another thread on the same subject: http://www.msfn.org/board/index.php?act=ST&f=70&t=51541

It seems like there is no definite solution to the problem with Quicklaunch that works for all.

Maybe you could change the first post and include all known methods?

#20 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 August 2005 - 07:09 AM

Another thread, haha I have seen a lot on this last couple years

Maybe he needs to try this now cause he hasn't even replied if what they gave him worked, he don't include a link to this post since it was done prior to me ever making this one. 3 days before.

There is a definite problem with the reg key is reason I started this post after seeing so many post that long reg key stuff and why I went looking a long time back for something that really worked. What exactly is the reg going to point to if those shortcuts don't exist? I never stopped long enough to export and look through those Binary keys. By copying the QL folder is main reason this works. You then have the reg pointing and the shortcuts in place.

One person states that's the first thing he does after setup is manually open and set it then export. I can make changes today and they are setup once I'm done installing.

I don't know, let them try that and if it fails then try this.

This post has been edited by maxXPsoft: 02 August 2005 - 07:11 AM


Share this topic:


  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy