mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 14:48:31 +00:00
* changed autolinks to now use frontmatter instead off #heading * updated all docs with front matter names * Update DisableLegacyRecovery.md this was the same as EnableLegacyRecovery file * made sure pages have got the corrects scripts on them * Update default.md updated the archetype default to make sure every new page had the title and description automatically on the front matter * Create BraveDebloat.md * added brave debloat link to tweaks.json * Update tweaks.json * Update tweaks.json
17 lines
448 B
Markdown
17 lines
448 B
Markdown
---
|
|
title: "Disable Legacy F8 Boot Recovery"
|
|
description: ""
|
|
---
|
|
```json
|
|
"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"
|
|
],
|
|
```
|