Quick Launch Icons
#1
Posted 21 December 2010 - 09:32 AM
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??????
#2
Posted 21 December 2010 - 04:01 PM
http://www.msfn.org/...__1#entry918274
http://www.msfn.org/...__1#entry812922
These are just for Quick launch, so use Search and you will find your answers.
Cheers
#3
Posted 22 December 2010 - 01:06 AM
Sp0iLedBrAt, on 21 December 2010 - 04:01 PM, said:
http://www.msfn.org/...__1#entry918274
http://www.msfn.org/...__1#entry812922
These are just for Quick launch, so use Search and you will find your answers.
Cheers
thx.... i will try these...............
and what about start menu pop up??
#4
Posted 22 December 2010 - 02:42 AM
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
#5
Posted 22 December 2010 - 03:59 AM
#6
#7
Posted 24 December 2010 - 04:29 AM
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
This post has been edited by sanjeev18: 24 December 2010 - 04:36 AM
#8
Posted 24 December 2010 - 04:30 AM
Quote
#9
Posted 25 December 2010 - 07:40 AM
Sp0iLedBrAt, on 24 December 2010 - 04:30 AM, said:
Quote
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.......
#10
Posted 25 December 2010 - 08:01 AM
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....
Quote
; 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?
This post has been edited by -X-: 25 December 2010 - 08:30 AM
#11
Posted 26 December 2010 - 12:41 PM
-X-, on 25 December 2010 - 08:01 AM, said:
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....
Quote
; 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
This post has been edited by manvindar: 27 December 2010 - 04:55 AM
#12
Posted 27 December 2010 - 03:44 AM
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
#13
Posted 27 December 2010 - 04:59 AM
sanjeev18, on 27 December 2010 - 03:44 AM, said:
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
#14
Posted 27 December 2010 - 08:42 PM
Download Windows Unattended CD creator To make it in right way... From here
Attached File(s)
-
RunOnceEx.js (13.87K)
Number of downloads: 7
This post has been edited by sanjeev18: 27 December 2010 - 08:43 PM
#15
Posted 15 January 2011 - 11:29 AM
manvindar, on 26 December 2010 - 12:41 PM, said:
-X-, on 25 December 2010 - 08:01 AM, said:
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....
Quote
; 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
Yea it worked afterr changing to current user
I forgot to tell
- ← script/batch file to run on first boot help
- Unattended Windows 2000/XP/2003
- WDS on w2k3r2 server - deploy xp - where to place sysprep? →



Help
Back to top









