Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Quick Launch Icons

Featured Replies

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

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

  • 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:00000002

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

  • 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:00000002

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

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

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

why the DWORD value should be '2' ??

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

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

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-

  • 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: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

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

  • 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 created

can u send ur runonceex.js file :blink:

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 here

RunOnceEx.js

Edited by sanjeev18

  • 3 weeks later...
  • 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: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 :)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.