December 21, 201015 yr 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??????
December 21, 201015 yr 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
December 22, 201015 yr Author 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??
December 22, 201015 yr 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
December 22, 201015 yr Author 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..................................
December 24, 201015 yr Author 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' ??
December 24, 201015 yr 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, 201015 yr by sanjeev18
December 24, 201015 yr 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.
December 25, 201015 yr Author 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.......
December 25, 201015 yr 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, 201015 yr by -X-
December 26, 201015 yr Author 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, 201015 yr by manvindar
December 27, 201015 yr 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
December 27, 201015 yr Author 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
December 28, 201015 yr 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, 201015 yr by sanjeev18
January 15, 201115 yr Author 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
Create an account or sign in to comment