• Welcome to the all-new Windows Central Forums! - We're still moving some things around, so you may see a few quirks here and there, but we're working on getting things fully completed as soon as possible. For now, take a look around, and if you run into any major issues, please let us know in this thread!

Always show Startup Settings at startup

  • Thread starter Windows Central Question
  • Start date
W

Windows Central Question

Hi all,

I want the startup settings screen always shown when I turn on/reset my laptop.

I have found how to do this:
Type this in CMD: cdedit /set {globalsettings} advancedoptions true

The thing is, it works when I RESET my computer. But i doesn't work when I completely shuwdown my laptop en then turn it back on.

How is this possible??
 

TechFreak1

Moderator
May 15, 2013
4,601
0
0
You will need to create a script that runs at start up or a service that runs automatically.

Which version of Windows are you running?

As I'm presuming when you said "cdedit" you meant BCDedit.
 

ochhanz

New member
Nov 15, 2017
500
0
0
Hi all,

I want the startup settings screen always shown when I turn on/reset my laptop.

I have found how to do this:
Type this in CMD: cdedit /set {globalsettings} advancedoptions true

The thing is, it works when I RESET my computer. But i doesn't work when I completely shuwdown my laptop en then turn it back on.

How is this possible??
, you could run it on an AutoHotkey script (you bind it to a key combination, e.g. WindowsKey+ctrl ).