Avatar

How to bring back the classic F8 Key menu for Safe Mode in Windows 11

giacomino ยท 19:28 05/01/2022 ยท 21:01 31/03/2024
1 Replies
2 Likes
545 Views

Run Command Prompt as Administrator. Paste the following command:
bcdedit /set {default} bootmenupolicy legacy
and hit **Enter**

If you want to get back modern Safe Mode menu, paste the following command:
bcdedit /deletevalue {default} safeboot
and hit **Enter**

Replies

1
A
arsrin #1 19:31 05/01/2022
Thanks