Jump to content

Enable quicklaunch


Recommended Posts

My previous statement that there's just one byte to toggle is BS. You need the complete stream data which is a binary representation of the file and icon locations as well as the windows positions of the taskbar.

The best solution seems to copy the key

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"Default Taskbar"

to

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"Default Taskbar (Personal)"

during setup.

The "Default Taskbar" key is created before the T-13 stage and contains the correct stream data for the quick launch bar.

This is a great advantage because we can avoid importing streams which might be in conflict with customized or localized paths and filenames or have other problems.

The "Default Taskbar (Personal)" is the default value for every user profile.

Here's an AutoIt script:

$var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop", "Default Taskbar")

RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop", "Default Taskbar (Personal)", "REG_BINARY", $var)

Pure batch:

for /f "skip=4 tokens=4" %%A in ('reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop /v "Default Taskbar"') DO (
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop /f /v "Default Taskbar (Personal)" /t REG_BINARY /d %%A
)

Link to comment
Share on other sites


this has been discussed in before, but me being the nice guy i am will recap for ya...

cmdlines.txt:

[COMMANDS]

"QuickLaunch.cmd"

QuickLaunch.cmd:

REGEDIT /S EnableQuickLaunch.reg

EXIT

EnableQuickLaunch.reg:

Windows Registry Editor Version 5.00

;Set Explorer to Detail view, enable Explorer's statusbar and enable QuickLaunch

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]

"Settings"=hex:09,00,00,00,04,00,00,00,01,00,00,00,00,77,7e,13,73,35,cf,11,ae,\

69,08,00,2b,2e,12,62,04,00,00,00,01,00,00,00,43,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\0]

"ViewView2"=hex:1c,00,00,00,04,00,00,00,00,00,00,00,00,00,90,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,51,01,72,00,78,00,61,00,00,00,00,00,01,00,00,00,\

02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\1]

"ViewView2"=hex:1c,00,00,00,04,00,00,00,00,00,00,00,00,00,90,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,51,01,72,00,78,00,61,00,00,00,00,00,01,00,00,00,\

02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults]

"{F3364BA0-65B9-11CE-A9BA-00AA004AE837}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\

00,00,00,90,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\

90,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,\

00,3c,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,51,01,72,00,78,00,\

61,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]

"TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,d8,\

64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,10,00,00,1a,00,00,00,01,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,00,\

00,00,c0,00,00,00,00,00,00,46,81,00,00,00,11,00,00,00,20,91,2a,58,94,bd,c3,\

01,00,98,43,d7,15,bd,c3,01,00,0b,da,58,94,bd,c3,01,00,00,00,00,00,00,00,00,\

01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,15,02,14,00,1f,50,e0,4f,d0,\

20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,2f,43,3a,5c,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,5c,00,31,00,00,00,00,00,88,2f,5d,6e,\

10,00,44,4f,43,55,4d,45,7e,31,00,00,44,00,03,00,04,00,ef,be,88,2f,5d,6e,87,\

2f,00,b8,14,00,00,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,\

20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,\

00,00,00,18,00,4a,00,31,00,00,00,00,00,88,2f,93,70,10,00,41,44,4d,49,4e,49,\

7e,31,00,00,32,00,03,00,04,00,ef,be,88,2f,93,70,87,2f,00,b8,14,00,00,00,41,\

00,64,00,6d,00,69,00,6e,00,69,00,73,00,74,00,72,00,61,00,74,00,6f,00,72,00,\

00,00,18,00,64,00,31,00,00,00,00,00,88,2f,71,6e,13,00,41,50,50,4c,49,43,7e,\

31,00,00,4c,00,03,00,04,00,ef,be,88,2f,93,70,87,2f,00,b8,14,00,36,00,41,00,\

70,00,70,00,6c,00,69,00,63,00,61,00,74,00,69,00,6f,00,6e,00,20,00,44,00,61,\

00,74,00,61,00,00,00,40,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,32,31,37,36,\

35,00,18,00,42,00,31,00,00,00,00,00,88,2f,67,6e,14,00,4d,49,43,52,4f,53,7e,\

31,00,00,2a,00,03,00,04,00,ef,be,88,2f,93,70,87,2f,00,b8,14,00,00,00,4d,00,\

69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,00,00,18,00,52,00,31,00,00,\

00,00,00,88,2f,57,6f,10,00,49,4e,54,45,52,4e,7e,31,00,00,3a,00,03,00,04,00,\

ef,be,88,2f,93,70,87,2f,00,b8,14,00,00,00,49,00,6e,00,74,00,65,00,72,00,6e,\

00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,00,00,\

18,00,48,00,31,00,00,00,00,00,88,2f,b1,70,11,00,51,55,49,43,4b,4c,7e,31,00,\

00,30,00,03,00,04,00,ef,be,88,2f,b1,70,87,2f,00,b8,14,00,00,00,51,00,75,00,\

69,00,63,00,6b,00,20,00,4c,00,61,00,75,00,6e,00,63,00,68,00,00,00,18,00,00,\

00,10,00,00,00,05,00,00,a0,1a,00,00,00,37,01,00,00,00,00,00,00,00,00,00,00,\

60,07,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,\

00,00,00,01,00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,\

18,b4,0c,03,00,00,60,0d,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,\

00,16,00,00,00,00,00,00,00,01,00,00,00

"Toolbars"=hex:11,00,00,00,00,00,00,00

"Upgrade"=dword:00000001

I also copied the content of the Quick Launch folder to my Unattended.

I tested it in Virtual PC and it worked. :)

Link to comment
Share on other sites

Wow u must ne a batch god -- i tried to understand the for /? data but its just too much.

So in concluzion all one has to do is copy the content of

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"Default Taskbar"

into this one:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"Default Taskbar (Personal)"

??????? for the quick launch to run? NICE!

I tried it in a batch just about now and it did copy all the hex from first to second as far as i've seen it.

oh BTW 10x for quoting the whole tweak over again bucketbuster :)

Link to comment
Share on other sites

this has been discussed in before, but me being the nice guy i am will recap for ya...

cmdlines.txt:

[COMMANDS]

"QuickLaunch.cmd"

QuickLaunch.cmd:

REGEDIT /S EnableQuickLaunch.reg

EXIT

EnableQuickLaunch.reg:

Windows Registry Editor Version 5.00

;Set Explorer to Detail view, enable Explorer's statusbar and enable QuickLaunch

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]

"Settings"=hex:09,00,00,00,04,00,00,00,01,00,00,00,00,77,7e,13,73,35,cf,11,ae,\

69,08,00,2b,2e,12,62,04,00,00,00,01,00,00,00,43,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\0]

"ViewView2"=hex:1c,00,00,00,04,00,00,00,00,00,00,00,00,00,90,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,51,01,72,00,78,00,61,00,00,00,00,00,01,00,00,00,\

02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\1]

"ViewView2"=hex:1c,00,00,00,04,00,00,00,00,00,00,00,00,00,90,00,00,00,00,00,01,\

00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\

00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\

00,02,00,00,00,03,00,00,00,51,01,72,00,78,00,61,00,00,00,00,00,01,00,00,00,\

02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults]

"{F3364BA0-65B9-11CE-A9BA-00AA004AE837}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\

00,00,00,90,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\

90,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,\

00,3c,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,51,01,72,00,78,00,\

61,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]

"TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,d8,\

64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,10,00,00,1a,00,00,00,01,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,00,\

00,00,c0,00,00,00,00,00,00,46,81,00,00,00,11,00,00,00,20,91,2a,58,94,bd,c3,\

01,00,98,43,d7,15,bd,c3,01,00,0b,da,58,94,bd,c3,01,00,00,00,00,00,00,00,00,\

01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,15,02,14,00,1f,50,e0,4f,d0,\

20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,2f,43,3a,5c,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,5c,00,31,00,00,00,00,00,88,2f,5d,6e,\

10,00,44,4f,43,55,4d,45,7e,31,00,00,44,00,03,00,04,00,ef,be,88,2f,5d,6e,87,\

2f,00,b8,14,00,00,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,\

20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,\

00,00,00,18,00,4a,00,31,00,00,00,00,00,88,2f,93,70,10,00,41,44,4d,49,4e,49,\

7e,31,00,00,32,00,03,00,04,00,ef,be,88,2f,93,70,87,2f,00,b8,14,00,00,00,41,\

00,64,00,6d,00,69,00,6e,00,69,00,73,00,74,00,72,00,61,00,74,00,6f,00,72,00,\

00,00,18,00,64,00,31,00,00,00,00,00,88,2f,71,6e,13,00,41,50,50,4c,49,43,7e,\

31,00,00,4c,00,03,00,04,00,ef,be,88,2f,93,70,87,2f,00,b8,14,00,36,00,41,00,\

70,00,70,00,6c,00,69,00,63,00,61,00,74,00,69,00,6f,00,6e,00,20,00,44,00,61,\

00,74,00,61,00,00,00,40,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,32,31,37,36,\

35,00,18,00,42,00,31,00,00,00,00,00,88,2f,67,6e,14,00,4d,49,43,52,4f,53,7e,\

31,00,00,2a,00,03,00,04,00,ef,be,88,2f,93,70,87,2f,00,b8,14,00,00,00,4d,00,\

69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,00,00,18,00,52,00,31,00,00,\

00,00,00,88,2f,57,6f,10,00,49,4e,54,45,52,4e,7e,31,00,00,3a,00,03,00,04,00,\

ef,be,88,2f,93,70,87,2f,00,b8,14,00,00,00,49,00,6e,00,74,00,65,00,72,00,6e,\

00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,00,00,\

18,00,48,00,31,00,00,00,00,00,88,2f,b1,70,11,00,51,55,49,43,4b,4c,7e,31,00,\

00,30,00,03,00,04,00,ef,be,88,2f,b1,70,87,2f,00,b8,14,00,00,00,51,00,75,00,\

69,00,63,00,6b,00,20,00,4c,00,61,00,75,00,6e,00,63,00,68,00,00,00,18,00,00,\

00,10,00,00,00,05,00,00,a0,1a,00,00,00,37,01,00,00,00,00,00,00,00,00,00,00,\

60,07,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,\

00,00,00,01,00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,\

18,b4,0c,03,00,00,60,0d,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,\

00,16,00,00,00,00,00,00,00,01,00,00,00

"Toolbars"=hex:11,00,00,00,00,00,00,00

"Upgrade"=dword:00000001

I also copied the content of the Quick Launch folder to my Unattended.

I tested it in Virtual PC and it worked. :)

i dont want use details view, what i have to stripped out? the first line?

Link to comment
Share on other sites

I'll try to find an elegant way to switch that specific byte without touching the rest.

Heh, I like a challenge :)

This VBscript will read the Settings REG_BINARY, write it out to a temporary .REG file and then import it.

You can amended individual bytes before they get written out.

'Initialization Section
Option Explicit
Const RegKey = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\"
Const OutKey = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams"
Dim WSS, FSO, OutFile, OutFileName, RegOut, RegOutH(100), RunReg, xl, x

'Set up an instance of the WSS and FSO objects
Set WSS = WScript.CreateObject("WScript.Shell")
Set FSO = WScript.CreateObject("Scripting.FileSystemObject")

'Get settings REG_BINARY (should return an array of variants)
RegOut = WSS.RegRead(RegKey & "Settings")

'Output should be an array of variants
If varType(RegOut) <> 8204 then WScript.Quit

'Convert variant array to an array of hex numbers
xl = Ubound(RegOut)
For x = 0 to xl
   RegOutH(x) = Right("0" & Hex(Cint(RegOut(x))),2)
Next

'Do your updates here like this...

'Change byte 33 (array starts at 0) to 02 (hex)
RegOutH(32) = "02"

'Prepare output file  
OutFileName = WSS.ExpandEnvironmentStrings("%TEMP%") & "\~RegSet.reg"
Set OutFile = FSO.OpenTextFile(OutFileName, 2, "True")

'Write data to reg file
OutFile.WriteLine("Windows Registry Editor Version 5.00")
OutFile.WriteBlankLines(1)
OutFile.WriteLine("[" & OutKey & "]")
OutFile.Write("""Settings""=hex:" & RegOutH(0))

If xl > 0 then
   For x = 1 to xl
       If (x mod 21) = 0 then
           OutFile.WriteLine(",\")
           OutFile.Write("  " & RegOutH(x))
       Else
           OutFile.Write("," & RegOutH(x))
       End if
   Next
End If
   
OutFile.Close()

'Run the reg file
Set RunReg = WSS.Exec("REGEDIT /S " & OutFileName)

'Wait for it to finish
Do While RunReg.Status = 0
    WScript.Sleep 100
Loop


'Finish up
Wscript.Quit

You can run it from CMDLINES.TXT like this

"CScript RegSet.vbs //NoLogo //T:10"

Link to comment
Share on other sites

LoL i've finished a stable unattend and the reg keys mentioned in this post DON'T EXIST anymore. The only in depth key i have is:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop

with 2 entries:

TaskBarWinXP(reg_binary) - long hexa...

Toolbars(reg_binary) - v. short hexa...

no more streams 1,2...n keys and i guess those tweaks contains junk they are not general as in for anybody(stream keys)

after i enabled quick launch and rebooted just in case no new keys appeared! so i guess the settings are contained within those 2 keys above.

as for status bar details view there must be something slimer and simpler than this ... i guess importing ntuser.dat is a beter way in a lack of otions what do you say?

Edited by wolfshade
Link to comment
Share on other sites

I also think it is some bin value in "TaskBarWinXP", because I tried it with Server 2003 and it first don't worked to enable quicklaunch. After I noticed that it is named only "TaskBar" in 2k3 and changed it, it worked.

Link to comment
Share on other sites

The statement that it's just a few byte to toggle to enable the quick launch bar comes from a wrong observation.

The streams for the taskbar are only written during the windows shut-down process. So any taskbar setting you change will only be present in the registry after a restart.

PS

Running

for /f "skip=4 tokens=4" %%A in ('reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop /v "Default Taskbar"') DO (
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop /f /v "Default Taskbar (Personal)" /t REG_BINARY /d %%A
)

during cmdlines.txt works fine.

Link to comment
Share on other sites

Does someone know how to force the QuickLaunch to load/save his settings ?

b.t.w. its the 8th byte that has to be set

I wrote a short vbscript in another QuickLaunch tread in this forum

in there is the script and the possible settings.

problem is how to force the QuickLaunch to load / save his settings

I tried to send an settings changed broadcast but that does not work.(see other tread)

maybe you can send a shutdown request only to QuickLaunch ?

gr /\/\o\/\/

(Edited : Oops the 8th byte not the 5th (corrected), added qoutes from onther tread

0c,00,00,00,08,00,00,00,02 < --------------

the setting we do want is at the 8th Byte -|

(2 in my case)

possible are (as far as i know) 1 = disabled 2 = Off 3 = On

Dim MyReg As Microsoft.Win32.RegistryKey = Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(Microsoft.Win32.RegistryHive.CurrentUser, "YourPuter")

Dim MyRegKey As Microsoft.Win32.RegistryKey

MyRegKey = MyReg.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop\", True)

Dim a As Byte()

a = MyRegKey.GetValue("TaskbarWinXP")

a(8) = 3 ' <- value to make selectable (removed for readability)

MyRegKey.SetValue("TaskbarWinXP", a)

Link to comment
Share on other sites

The 8th byte is the number of toolbars (quick launch being one of them) on the taskbar.

You can force the taskbar to reload the hard way by killing the last explorer task via the task manager.

Then start the explorer again in the task manager->File->New Task

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

i am working on this for weeks.... could someone help me howto enable quicklaunchbar. the post after the mine are too difficult for me.

i have use the example from this topic at the first page, second post to enable my quicklaunchbar unattend, it dont work.

then i have heard from bucketbuster i have to export these keys:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]

but that dont work. then i use a another key i have get from ben hahlen: also it dont work. then i have grabbed a regtweak from someone here at the forum (dont know who anymore) and that dont also work.

which is the right EASIEST way to enable the quicklaunchbar???

Link to comment
Share on other sites

which is the right EASIEST way to enable the quicklaunchbar???

This is known to work invariably without problems (for XP SP1 and above):

Windows Registry Editor Version 5.00

;enable quick-launch bar near start-menu
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"Default Taskbar"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\
 d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\
 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\
 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\
 bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\
 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\
 d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\
 b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\
 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\
 c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\
 c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\
 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\
 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\
 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\
 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\
 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\
 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\
 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\
 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\
 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\
 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\
 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\
 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\
 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\
 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\
 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\
 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\
 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\
 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\
 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\
 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\
 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\
 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\
 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\
 00,00,00,00,00,01,00,00,00
"TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\
 d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\
 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\
 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\
 bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\
 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\
 d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\
 b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\
 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\
 c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\
 c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\
 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\
 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\
 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\
 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\
 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\
 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\
 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\
 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\
 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\
 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\
 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\
 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\
 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\
 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\
 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\
 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\
 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\
 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\
 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\
 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\
 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\
 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\
 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\
 00,00,00,00,00,01,00,00,00

;=========================================

Copy/paste the above in any .reg file, and apply it during T-13 (through cmdlines.txt). [Cmdlines.txt is a plain-text file to be placed directly in the $OEM$ folder.]

For example, have QuickLaunch.reg directly in $OEM$, and this command in cmdlines.txt:

[Commands]
"regedit /S .\QuickLaunch.reg"

Now, this has enabled the Quick Launch bar for all users.

Link to comment
Share on other sites

which is the right EASIEST way to enable the quicklaunchbar???

This is known to work invariably:

Now, this has enabled the Quick Launch bar for all users.

damned... i have try one time too much. now i get an error when trying handmatically the quicklaunchbar after doing your regtweak....

anyone know how to fix this error?

i have a second pc here and have try regshot and he dont give any usefull key....

:)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...