Print Page | Close Window

Ultra Fast Boot

Printed From: ASRock.com
Category: Technical Support
Forum Name: Intel Motherboards
Forum Description: Question about ASRock Intel Motherboards
URL: https://forum.asrock.com/forum_posts.asp?TID=21234
Printed Date: 24 Apr 2024 at 3:40am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Ultra Fast Boot
Posted By: TheBoredOneYT
Subject: Ultra Fast Boot
Date 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?



Replies:
Posted By: kerberos_20
Date 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

-------------
http://valid.x86.fr/diq4l4" rel="nofollow">
http://www.userbenchmark.com/UserRun/47132492" rel="nofollow - userbenchmark


Posted By: TheBoredOneYT
Date Posted: 17 Feb 2022 at 4:53pm
Thanks



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net