How to bring back the classic F8 Key menu for Safe Mode in Windows 10
Run Command Prompt (cmd) as Administrator.
Paste the following command:
bcdedit /set {default} bootmenupolicy legacy
and hit **Enter**
If you want to get back modern Safe Mode enter, paste the following command:
bcdedit /set {default} bootmenupolicy standard
and hit **Enter**