manvindar Posted December 21, 2010 Posted December 21, 2010 HI......................I am making an unattended Windows XP sp3 installation but i have some problemsWhen 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 presentsecondly....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??????
Sp0iLedBrAt Posted December 21, 2010 Posted December 21, 2010 http://www.msfn.org/...__1#entry931139http://www.msfn.org/...__1#entry918274http://www.msfn.org/...__1#entry812922These are just for Quick launch, so use Search and you will find your answers.Cheers
manvindar Posted December 22, 2010 Author Posted December 22, 2010 http://www.msfn.org/...__1#entry931139http://www.msfn.org/...__1#entry918274http://www.msfn.org/...__1#entry812922These are just for Quick launch, so use Search and you will find your answers.Cheersthx.... i will try these...............and what about start menu pop up??
Guest Posted December 22, 2010 Posted December 22, 2010 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
manvindar Posted December 22, 2010 Author Posted December 22, 2010 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:00000002thx i will try it..................................
manvindar Posted December 24, 2010 Author Posted December 24, 2010 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:00000002thx i will try it..................................well it didnt worked.............the start menu still pops up........................why the DWORD value should be '2' ??
sanjeev18 Posted December 24, 2010 Posted December 24, 2010 (edited) i think you will need thisWindows 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 December 24, 2010 by sanjeev18
Sp0iLedBrAt Posted December 24, 2010 Posted December 24, 2010 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.
manvindar Posted December 25, 2010 Author Posted December 25, 2010 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.......
Guest Posted December 25, 2010 Posted December 25, 2010 (edited) 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:00000002Though 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 December 25, 2010 by -X-
manvindar Posted December 26, 2010 Author Posted December 26, 2010 (edited) 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:00000002Though 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 Edited December 27, 2010 by manvindar
sanjeev18 Posted December 27, 2010 Posted December 27, 2010 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
manvindar Posted December 27, 2010 Author Posted December 27, 2010 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 createdcan u send ur runonceex.js file
sanjeev18 Posted December 28, 2010 Posted December 28, 2010 (edited) yes why not here is it.... but be careful in modifying it .... You can do several mistake .....Download Windows Unattended CD creator To make it in right way... From hereRunOnceEx.js Edited December 28, 2010 by sanjeev18
manvindar Posted January 15, 2011 Author Posted January 15, 2011 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:00000002Though 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 Yea it worked afterr changing to current userI forgot to tell
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now