Skip to content

Legacy F8 Boot Recovery - Disable

config/feature.json
110  "WPFFeatureDisableLegacyRecovery": {
111    "Content": "Legacy F8 Boot Recovery - Disable",
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    ],