Skip to content

Enable Legacy F8 Boot Recovery

config/feature.json
89  "WPFFeatureEnableLegacyRecovery": {
90    "Content": "Enable Legacy F8 Boot Recovery",
91    "Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
92    "category": "Features",
93    "panel": "1",
94    "feature": [],
95    "InvokeScript": [
96      "bcdedit /set bootmenupolicy legacy"
97    ],