Jump to content

Recommended Posts

Posted

I have the following reg tweak in my reg file that is executre T-13 stage...

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

yet the start menu still pops up on first boot?

Any other suggestions?


Posted

Entry should be in the HKCU hive:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuInit"=dword:00000002

Posted

That's what I'm saying. Don't know what to tell you, it works okay for me, unless I sysprep the machine.

I've noticed that when I sysprep a machine that setting seems to get changed somehow. Weird, but it happens. I think it may be that the Default User account gets changed back to the default. Or I missed a step somewheres.

Posted

This is what I have and it seems to work:

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

"StartButtonBallonTip"=dword:00000002

"StartMenuInit"=dword:00000002

Does this work for you?

Posted (edited)

Hmmm.... something smells fishy here. Are you sure that the reg entry is being executed and there isn't a conflicting registry entry somewhere in your tweaks file?

Does the reg entry "take"? For example, after you've applied this reg entry, can you open regedit, navigate to this key and see that they are set like we've shown you?

Just some ideas... :)

Edited by PaulIA
Posted

There are no other reg entries that conflict with those tweaks.

It is executed at T-13 from cmdlines.txt

So i'll check the regedit next time i use the disc.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...