2026-02-10 19:49:36 +00:00
|
|
|
---
|
2026-04-17 09:04:35 -05:00
|
|
|
title: "Legacy F8 Boot Recovery - Enable"
|
2026-02-10 19:49:36 +00:00
|
|
|
description: ""
|
|
|
|
|
---
|
2026-02-18 12:37:09 -06:00
|
|
|
|
2026-06-03 16:07:49 -05:00
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=96}
|
2026-02-10 19:49:36 +00:00
|
|
|
"WPFFeatureEnableLegacyRecovery": {
|
2026-04-17 09:04:35 -05:00
|
|
|
"Content": "Legacy F8 Boot Recovery - Enable",
|
2026-01-14 20:28:45 +02:00
|
|
|
"Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
|
|
|
|
|
"category": "Features",
|
|
|
|
|
"panel": "1",
|
|
|
|
|
"feature": [],
|
|
|
|
|
"InvokeScript": [
|
|
|
|
|
"bcdedit /set bootmenupolicy legacy"
|
|
|
|
|
],
|
2026-01-07 19:55:35 +00:00
|
|
|
```
|