ASRock.com Homepage
Forum Home Forum Home > Technical Support > Intel Motherboards
  New Posts New Posts RSS Feed - Ultra Fast Boot
  FAQ FAQ  Forum Search Search  Events   Register Register  Login Login

Ultra Fast Boot

 Post Reply Post Reply
Author
Message Reverse Sort Order
TheBoredOneYT View Drop Down
Newbie
Newbie
Avatar

Joined: 17 Feb 2022
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote TheBoredOneYT Quote  Post ReplyReply Direct Link To This Post Topic: Ultra Fast Boot
    Posted: 17 Feb 2022 at 4:53pm
Thanks
Back to Top
kerberos_20 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 Dec 2017
Location: czech republic
Status: Offline
Points: 3642
Post Options Post Options   Thanks (1) Thanks(1)   Quote kerberos_20 Quote  Post ReplyReply Direct Link To This Post Posted: 17 Feb 2022 at 2:26pm
$BootMode = bcdedit | Select-String "path.*efi"
if ($null -eq $BootMode) {
    $BootMode = "Legacy"
}else {
    $BootMode = "UEFI"
}

Write-Host "Computer is running in $BootMode boot mode."

copy paste whole code into powershell with admin rights, then press enter
if it says its running legacy boot mode, ultra fast boot will not work
Back to Top
TheBoredOneYT View Drop Down
Newbie
Newbie
Avatar

Joined: 17 Feb 2022
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote TheBoredOneYT Quote  Post ReplyReply Direct Link To This Post Posted: 17 Feb 2022 at 6:29am
Hi, I turned on ultra fast boot and I saved and exited and I booted into the bios again instead of Windows 10. Can I have some help?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.