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,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 {
<#