Legacy F8 Boot Recovery - Enable
config/feature.json
99 "WPFFeatureEnableLegacyRecovery": {
100 "Content": "Legacy F8 Boot Recovery - Enable",
101 "Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
102 "category": "Features",
103 "panel": "1",
104 "feature": [],
105 "InvokeScript": [
106 "bcdedit /set bootmenupolicy legacy"
107 ],