mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 22:58:32 +00:00
18 lines
515 B
Markdown
18 lines
515 B
Markdown
---
|
|
title: "Disable Legacy F8 Boot Recovery"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=107}
|
|
"WPFFeatureDisableLegacyRecovery": {
|
|
"Content": "Disable Legacy F8 Boot Recovery",
|
|
"Description": "Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
|
|
"category": "Features",
|
|
"panel": "1",
|
|
"Order": "a019_",
|
|
"feature": [],
|
|
"InvokeScript": [
|
|
"bcdedit /set bootmenupolicy standard"
|
|
],
|
|
```
|