2026-02-10 19:49:36 +00:00
|
|
|
---
|
|
|
|
|
title: "Disable Legacy F8 Boot Recovery"
|
|
|
|
|
description: ""
|
|
|
|
|
---
|
2026-02-18 12:37:09 -06:00
|
|
|
|
2026-02-23 18:28:56 -06:00
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=100}
|
2026-02-10 19:49:36 +00:00
|
|
|
"WPFFeatureDisableLegacyRecovery": {
|
|
|
|
|
"Content": "Disable Legacy F8 Boot Recovery",
|
|
|
|
|
"Description": "Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
|
2026-01-14 20:28:45 +02:00
|
|
|
"category": "Features",
|
|
|
|
|
"panel": "1",
|
|
|
|
|
"feature": [],
|
|
|
|
|
"InvokeScript": [
|
2026-02-12 20:33:11 +00:00
|
|
|
"bcdedit /set bootmenupolicy standard"
|
2026-01-14 20:28:45 +02:00
|
|
|
],
|
2026-01-07 19:55:35 +00:00
|
|
|
```
|