Create a shortcut in Desktop and type this command, after creating right click the shortcut and make it run as administrator.
when you run it it should restart you to BIOS Mode.
or just open cmd as administrator and run the command.
/r = restarts the pc
/fw = boots into firmware/BIOS settings
/t = time (delay) seconds interval
For those it's not working for...
You do not have permission to view the full content of this post. Log in or register now.
or just open cmd as administrator and run the command.
/r = restarts the pc
/fw = boots into firmware/BIOS settings
/t = time (delay) seconds interval
For those it's not working for...
- First try copying and pasting it from here to ensure there wasn't a typo: shutdown /r/fw /t 1
- Then try making a shortcut using this command instead: cmd.exe /k shutdown /r/fw /t 1
- > Note: You can test it without actually shutting down by changing the "1" to something like "30" to increase the delay, and then you can actually cancel the shutdown by going to the command prompt (as admin) and using the command "shutdown /a"