Skip to content

Disable Legacy F8 Boot Recovery

config/feature.json
110  "WPFFeatureDisableLegacyRecovery": {
111    "Content": "Disable Legacy F8 Boot Recovery",
112    "Description": "Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
113    "category": "Features",
114    "panel": "1",
115    "feature": [],
116    "InvokeScript": [
117      "bcdedit /set bootmenupolicy standard"
118    ],