And today I will show you how to get back the Safe mode screen and boot into it with the F8 key on the keyboard.
1) Open up the Command Prompt (CMD) on your computer as an administrator. To do that simply right click on start menu and from the context menu select "Command Prompt (Admin)".
Now execute the next command:
bcdedit /set {default} bootmenupolicy legacyIf everything is correct then you should see "The operation completed successfully" message.
Now you can restart your computer and press F8 few times to boot into Safe mode screen.
If you want to Disable it and go back to default Windows 8/8.1/10 Safe mode then open up the Command Prompt (CMD) as administrator and execute next command:
bcdedit /set {default} bootmenupolicy standardAnd if you see "The operation completed successfully" message it means you can't boot up into Safe mode with F8 button anymore, you need to use the default options of Windows 8/8.1/10 to boot into Safe mode.