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",

View File

@@ -1,5 +1,7 @@
# Set Up Autologin
---
title: "Set Up Autologin"
description: ""
---
```powershell
function Invoke-WPFPanelAutologin {
<#

View File

@@ -1,5 +1,7 @@
# System Corruption Scan
---
title: "System Corruption Scan"
description: ""
---
```powershell
function Invoke-WPFSystemRepair {
<#

View File

@@ -1,5 +1,7 @@
# Reset Network
---
title: "Reset Network"
description: ""
---
```powershell
function Invoke-WPFFixesNetwork {
<#

View File

@@ -1,5 +1,7 @@
# Remove Adobe Creative Cloud
---
title: "Remove Adobe Creative Cloud"
description: ""
---
```powershell
function Invoke-WPFRunAdobeCCCleanerTool {
<#

View File

@@ -1,5 +1,7 @@
# Reset Windows Update
---
title: "Reset Windows Update"
description: ""
---
```powershell
function Invoke-WPFFixesUpdate {

View File

@@ -1,5 +1,7 @@
# WinGet Reinstall
---
title: "WinGet Reinstall"
description: ""
---
```powershell
function Invoke-WPFFixesWinget {

View File

@@ -1,5 +1,7 @@
# Control Panel
---
title: "Control Panel"
description: ""
---
```powershell
function Invoke-WPFControlPanel {
<#

View File

@@ -1,5 +1,7 @@
# Network Connections
---
title: "Network Connections"
description: ""
---
```powershell
function Invoke-WPFControlPanel {
<#

View File

@@ -1,5 +1,7 @@
# Power Panel
---
title: "Power Panel"
description: ""
---
```powershell
function Invoke-WPFControlPanel {
<#

View File

@@ -1,5 +1,7 @@
# Printer Settings
---
title: "Printer Settings"
description: ""
---
```powershell
function Invoke-WPFControlPanel {
<#

View File

@@ -1,5 +1,7 @@
# Region
---
title: "Region"
description: ""
---
```powershell
function Invoke-WPFControlPanel {
<#

View File

@@ -1,5 +1,7 @@
# Sound Settings
---
title: "Sound Settings"
description: ""
---
```powershell
function Invoke-WPFControlPanel {
<#

View File

@@ -1,5 +1,7 @@
# System Properties
---
title: "System Properties"
description: ""
---
```powershell
function Invoke-WPFControlPanel {
<#

View File

@@ -1,5 +1,7 @@
# User Accounts
---
title: "User Accounts"
description: ""
---
```powershell
function Invoke-WPFControlPanel {
<#