How to bring back the classic F8 Key menu for Safe Mode in Windows 11
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**