mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
18 lines
508 B
Markdown
18 lines
508 B
Markdown
---
|
|
title: "Enable Legacy F8 Boot Recovery"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=95}
|
|
"WPFFeatureEnableLegacyRecovery": {
|
|
"Content": "Enable Legacy F8 Boot Recovery",
|
|
"Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
|
|
"category": "Features",
|
|
"panel": "1",
|
|
"Order": "a018_",
|
|
"feature": [],
|
|
"InvokeScript": [
|
|
"bcdedit /set bootmenupolicy legacy"
|
|
],
|
|
```
|