Click here to Skip to main content
15,891,431 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Pokemon Craze Pin
loctrice30-Jul-16 3:33
professionalloctrice30-Jul-16 3:33 
GeneralRe: Pokemon Craze Pin
Er. Puneet Goel31-Jul-16 20:57
professionalEr. Puneet Goel31-Jul-16 20:57 
RantRe: Pokemon Craze Pin
Imagiv30-Jul-16 4:31
Imagiv30-Jul-16 4:31 
GeneralRe: Pokemon Craze Pin
OriginalGriff30-Jul-16 4:35
mveOriginalGriff30-Jul-16 4:35 
GeneralThinks System Has Dual Boot Pin
xiecsuk28-Jul-16 22:45
xiecsuk28-Jul-16 22:45 
GeneralRe: Thinks System Has Dual Boot Pin
Mark_Wallace28-Jul-16 23:12
Mark_Wallace28-Jul-16 23:12 
GeneralRe: Thinks System Has Dual Boot Pin
xiecsuk29-Jul-16 21:45
xiecsuk29-Jul-16 21:45 
GeneralRe: Thinks System Has Dual Boot Pin
Mark_Wallace30-Jul-16 4:09
Mark_Wallace30-Jul-16 4:09 
That command should stop the boot menu showing up at all.

BCD is your "Boot (something beginning with C -- probably Configuration) Data"; all kinds of things about what you (and the machine) (and MS) want to happen when you click the switch to start your machine.

bcdedit is a command-line interface to the data.

Try running:
bcdedit /enum

That lists all the bcd entries (in the cmd window).

Look for the "Windows Boot Manager" section, and check that it has the entry "displaybootmenu No"

If it doesn't, run the command again (elevated), to put it there.

If it does, look in the Windows Boot Loader section for a bootmenupolicy item (I don't think it should be there in Win 7, but they might have added it without telling me).

If you have that entry, you can just delete it:
Bcdedit /deletevalue {current} bootmenupolicy

Don't worry; it's easy to put back, with:
Bcdedit /set {current} bootmenupolicy // + whatever the value was -- I only recall ever seeing "Standard"

If that doesn't work (or if there isn't a bootmenupolicy item), the only thing I can think of is to set the time-out of the boot menu to zero seconds:
bcdedit /timeout 0

Although I'd probably go for one second, just to remind me that it's there.


[edit] Ha! It was JSOP who mentioned Weven, but it stuck in my head. The bootmenupolicy item is certainly there in winio.
I wanna be a eunuchs developer! Pass me a bread knife!


modified 30-Jul-16 10:15am.

GeneralRe: Thinks System Has Dual Boot Pin
xiecsuk31-Jul-16 23:04
xiecsuk31-Jul-16 23:04 
GeneralRe: Thinks System Has Dual Boot Pin
Agent__00728-Jul-16 23:12
professionalAgent__00728-Jul-16 23:12 
GeneralRe: Thinks System Has Dual Boot Pin
#realJSOP29-Jul-16 5:33
mve#realJSOP29-Jul-16 5:33 
GeneralRe: Thinks System Has Dual Boot Pin
Clifford Nelson29-Jul-16 7:25
Clifford Nelson29-Jul-16 7:25 
GeneralRe: Thinks System Has Dual Boot Pin
xiecsuk31-Jul-16 23:09
xiecsuk31-Jul-16 23:09 
GeneralRe: Thinks System Has Dual Boot Pin
Clifford Nelson29-Jul-16 7:27
Clifford Nelson29-Jul-16 7:27 
GeneralCoincidence? I don't think so... Pin
OriginalGriff28-Jul-16 22:41
mveOriginalGriff28-Jul-16 22:41 
GeneralRe: Coincidence? I don't think so... Pin
Member 1234567829-Jul-16 1:51
Member 1234567829-Jul-16 1:51 
GeneralRe: Coincidence? I don't think so... Pin
Jeremy Falcon29-Jul-16 8:09
professionalJeremy Falcon29-Jul-16 8:09 
GeneralRe: Coincidence? I don't think so... Pin
Clifford Nelson29-Jul-16 7:30
Clifford Nelson29-Jul-16 7:30 
GeneralJust some quote... PinPopular
Sander Rossel28-Jul-16 21:49
professionalSander Rossel28-Jul-16 21:49 
GeneralRe: Just some quote... Pin
#realJSOP29-Jul-16 1:28
mve#realJSOP29-Jul-16 1:28 
GeneralRe: Just some quote... Pin
  Forogar  29-Jul-16 3:29
professional  Forogar  29-Jul-16 3:29 
GeneralRe: Just some quote... Pin
#realJSOP29-Jul-16 5:35
mve#realJSOP29-Jul-16 5:35 
GeneralRe: Just some quote... Pin
PauloJuanShirt29-Jul-16 1:52
PauloJuanShirt29-Jul-16 1:52 
GeneralRe: Just some quote... Pin
BillWoodruff29-Jul-16 3:24
professionalBillWoodruff29-Jul-16 3:24 
GeneralRe: Just some quote... Pin
Sander Rossel29-Jul-16 5:04
professionalSander Rossel29-Jul-16 5:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.