Files
winutil/docs/content/dev/features/Features/DisableLegacyRecovery.md
T

15 lines
415 B
Markdown
Raw Normal View History

2026-01-07 19:55:35 +00:00
# Disable Legacy F8 Boot Recovery
```json
2026-01-14 20:28:45 +02:00
"WPFFeatureEnableLegacyRecovery": {
"Content": "Enable Legacy F8 Boot Recovery",
"Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
"category": "Features",
"panel": "1",
"Order": "a018_",
"feature": [],
"InvokeScript": [
"bcdedit /set bootmenupolicy standard"
],
2026-01-07 19:55:35 +00:00
```