Skip to content

Legacy F8 Boot Recovery - Disable

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