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