more winutil website updates (#3967)

* 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
This commit is contained in:
Sean (ANGRYxScotsman)
2026-02-10 19:49:36 +00:00
committed by GitHub
parent a12ea71adb
commit 8fc7d30112
75 changed files with 349 additions and 152 deletions

View File

@@ -1,14 +1,16 @@
# Disable Legacy F8 Boot Recovery
---
title: "Disable Legacy F8 Boot Recovery"
description: ""
---
```json
"WPFFeatureEnableLegacyRecovery": {
"Content": "Enable Legacy F8 Boot Recovery",
"Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
"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": "a018_",
"Order": "a019_",
"feature": [],
"InvokeScript": [
"bcdedit /set bootmenupolicy standard"
"bcdedit /set bootmenupolicy standard"
],
```

View File

@@ -1,7 +1,9 @@
# Enable Legacy F8 Boot Recovery
---
title: "Enable Legacy F8 Boot Recovery"
description: ""
---
```json
"WPFFeatureEnableLegacyRecovery": {
"WPFFeatureEnableLegacyRecovery": {
"Content": "Enable Legacy F8 Boot Recovery",
"Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
"category": "Features",

View File

@@ -1,5 +1,7 @@
# Enable Daily Registry Backup Task 12.30am
---
title: "Enable Daily Registry Backup Task 12.30am"
description: ""
---
```json
"WPFFeatureRegBackup": {
"Content": "Enable Daily Registry Backup Task 12.30am",

View File

@@ -1,5 +1,7 @@
# Windows Sandbox
---
title: "Windows Sandbox"
description: ""
---
```json
"WPFFeaturesSandbox": {
"Content": "Windows Sandbox",

View File

@@ -1,5 +1,7 @@
# All .Net Framework (2,3,4)
---
title: "All .Net Framework (2,3,4)"
description: ""
---
```json
"WPFFeaturesdotnet": {
"Content": "All .Net Framework (2,3,4)",

View File

@@ -1,5 +1,7 @@
# HyperV Virtualization
---
title: "HyperV Virtualization"
description: ""
---
```json
"WPFFeatureshyperv": {
"Content": "HyperV Virtualization",

View File

@@ -1,5 +1,7 @@
# Legacy Media (WMP, DirectPlay)
---
title: "Legacy Media (WMP, DirectPlay)"
description: ""
---
```json
"WPFFeatureslegacymedia": {
"Content": "Legacy Media (WMP, DirectPlay)",

View File

@@ -1,5 +1,7 @@
# NFS - Network File System
---
title: "NFS - Network File System"
description: ""
---
```json
"WPFFeaturenfs": {
"Content": "NFS - Network File System",

View File

@@ -1,5 +1,7 @@
# Windows Subsystem for Linux
---
title: "Windows Subsystem for Linux"
description: ""
---
```json
"WPFFeaturewsl": {
"Content": "Windows Subsystem for Linux",