Jump to content

Quick Launch Icons


Recommended Posts

HI......................

I am making an unattended Windows XP sp3 installation but i have some problems

When i install my unattended OS ,the quick launch icons are not there in the taskbar.........

i want the registry key where the quick launch icon settings are present

secondly....

at first start after installation the start menu pops up.......

i dont want this pop up as i have included Vistart ,,,so how to disable it??????

Link to comment
Share on other sites


Windows Registry Editor Version 5.00

; Disable Start Menu Popping Up on First Boot
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuInit"=dword:00000002

Link to comment
Share on other sites

Windows Registry Editor Version 5.00

; Disable Start Menu Popping Up on First Boot
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuInit"=dword:00000002

thx i will try it..................................

Link to comment
Share on other sites

Windows Registry Editor Version 5.00

; Disable Start Menu Popping Up on First Boot
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuInit"=dword:00000002

thx i will try it..................................

well it didnt worked.............

the start menu still pops up........................

why the DWORD value should be '2' ??

Link to comment
Share on other sites

i think you will need this

Windows Registry Editor Version 5.00

; Disable Start Menu Popping Up on First Boot

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"StartMenuInit"=dword:00000002

"StartButtonBalloonTip"=dword:00000002

Edited by sanjeev18
Link to comment
Share on other sites

Don't give up just yet; check if you copied the Reg command right. In this line

...Explorer\Advanced...
there mustn't be any spaces.

well i checked it.......it didnt worked either......

can i get one clarification.....

at which phase of setup this registry settings should be invoked......

during components registration or on 1st start.......

Link to comment
Share on other sites

Run it from GuiRunOnce. That's before the first log on. You could do it from registering components (T-13) if you like.

Try it on your live system to see how it works. Change the 2 to a 1 and log off and then on again.

EDIT: OK I see where the problem may lie. I tried it on my live system and it didn't work unless I used CURRENT_USER. So use....

Windows Registry Editor Version 5.00

; Disable Start Menu Popping Up on First Boot

; Disable Click here to start balloon tip on first boot

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

"StartMenuInit"=dword:00000002

"StartButtonBalloonTip"=dword:00000002

Though I do use LOCAL_MACHINE on my Windows setup and it works.

EDIT 2: I also noticed that StartMenuInit only works on the standard start menu. StartButtonBalloonTip only works on the classic start menu. In other words they don't both op up at the same time time no matter what. Come to think of it, it makes perfect sense! Why would you need both?

Edited by -X-
Link to comment
Share on other sites

Run it from GuiRunOnce. That's before the first log on. You could do it from registering components (T-13) if you like.

Try it on your live system to see how it works. Change the 2 to a 1 and log off and then on again.

EDIT: OK I see where the problem may lie. I tried it on my live system and it didn't work unless I used CURRENT_USER. So use....

Windows Registry Editor Version 5.00

; Disable Start Menu Popping Up on First Boot

; Disable Click here to start balloon tip on first boot

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

"StartMenuInit"=dword:00000002

"StartButtonBalloonTip"=dword:00000002

Though I do use LOCAL_MACHINE on my Windows setup and it works.

EDIT 2: I also noticed that StartMenuInit only works on the standard start menu. StartButtonBalloonTip only works on the classic start menu. In other words they don't both op up at the same time time no matter what. Come to think of it, it makes perfect sense! Why would you need both?

i tried it two times but still it does not work :wacko:

Edited by manvindar
Link to comment
Share on other sites

i think you are doing wrong process in my unattended windows my startmenu doesn't pop ups

i am using RunOnceEx.js in GuiRunOnce is seem lik this:

[GuiRunOnce]

wucdcreator="wscript.exe %systemroot%\system32\RunOnceEx.js"

in that i had added retweak at second last .... my program run when useraccount has been created

Link to comment
Share on other sites

i think you are doing wrong process in my unattended windows my startmenu doesn't pop ups

i am using RunOnceEx.js in GuiRunOnce is seem lik this:

[GuiRunOnce]

wucdcreator="wscript.exe %systemroot%\system32\RunOnceEx.js"

in that i had added retweak at second last .... my program run when useraccount has been created

can u send ur runonceex.js file :blink:

Link to comment
Share on other sites

  • 3 weeks later...

Run it from GuiRunOnce. That's before the first log on. You could do it from registering components (T-13) if you like.

Try it on your live system to see how it works. Change the 2 to a 1 and log off and then on again.

EDIT: OK I see where the problem may lie. I tried it on my live system and it didn't work unless I used CURRENT_USER. So use....

Windows Registry Editor Version 5.00

; Disable Start Menu Popping Up on First Boot

; Disable Click here to start balloon tip on first boot

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

"StartMenuInit"=dword:00000002

"StartButtonBalloonTip"=dword:00000002

Though I do use LOCAL_MACHINE on my Windows setup and it works.

EDIT 2: I also noticed that StartMenuInit only works on the standard start menu. StartButtonBalloonTip only works on the classic start menu. In other words they don't both op up at the same time time no matter what. Come to think of it, it makes perfect sense! Why would you need both?

i tried it two times but still it does not work :wacko:

Yea it worked afterr changing to current user

I forgot to tell :)

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