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 @@
# Bing Search in Start Menu
---
title: "Bing Search in Start Menu"
description: ""
---
```json
"WPFToggleBingSearch": {
"Content": "Bing Search in Start Menu",

View File

@@ -1,5 +1,7 @@
# Dark Theme for Windows
---
title: "Dark Theme for Windows"
description: ""
---
```json
"WPFToggleDarkMode": {
"Content": "Dark Theme for Windows",

View File

@@ -1,5 +1,7 @@
# Detailed BSoD
---
title: "Detailed BSoD"
description: ""
---
```json
"WPFToggleDetailedBSoD": {
"Content": "Detailed BSoD",

View File

@@ -1,5 +1,7 @@
# Show Hidden Files
---
title: "Show Hidden Files"
description: ""
---
```json
"WPFToggleHiddenFiles": {
"Content": "Show Hidden Files",

View File

@@ -1,5 +1,7 @@
# Mouse Acceleration
---
title: "Mouse Acceleration"
description: ""
---
```json
"WPFToggleMouseAcceleration": {
"Content": "Mouse Acceleration",

View File

@@ -1,5 +1,7 @@
# NumLock on Startup
---
title: "NumLock on Startup"
description: ""
---
```json
"WPFToggleNumLock": {
"Content": "NumLock on Startup",

View File

@@ -1,5 +1,7 @@
# Show File Extensions
---
title: "Show File Extensions"
description: ""
---
```json
"WPFToggleShowExt": {
"Content": "Show File Extensions",

View File

@@ -1,5 +1,7 @@
# Snap Assist Flyout
---
title: "Snap Assist Flyout"
description: ""
---
```json
"WPFToggleSnapFlyout": {
"Content": "Snap Assist Flyout",

View File

@@ -1,5 +1,7 @@
# Snap Assist Suggestion
---
title: "Snap Assist Suggestion"
description: ""
---
```json
"WPFToggleSnapSuggestion": {
"Content": "Snap Assist Suggestion",

View File

@@ -1,5 +1,7 @@
# Snap Window
---
title: "Snap Window"
description: ""
---
```json
"WPFToggleSnapWindow": {
"Content": "Snap Window",

View File

@@ -1,5 +1,7 @@
# Sticky Keys
---
title: "Sticky Keys"
description: ""
---
```json
"WPFToggleStickyKeys": {
"Content": "Sticky Keys",

View File

@@ -1,5 +1,7 @@
# Task View Button in Taskbar
---
title: "Task View Button in Taskbar"
description: ""
---
```json
"WPFToggleTaskView": {
"Content": "Task View Button in Taskbar",

View File

@@ -1,5 +1,7 @@
# Center Taskbar Items
---
title: "Center Taskbar Items"
description: ""
---
```json
"WPFToggleTaskbarAlignment": {
"Content": "Center Taskbar Items",

View File

@@ -1,5 +1,7 @@
# Search Button in Taskbar
---
title: "Search Button in Taskbar"
description: ""
---
```json
"WPFToggleTaskbarSearch": {
"Content": "Search Button in Taskbar",

View File

@@ -1,5 +1,7 @@
# Widgets Button in Taskbar
---
title: "Widgets Button in Taskbar"
description: ""
---
```json
"WPFToggleTaskbarWidgets": {
"Content": "Widgets Button in Taskbar",

View File

@@ -1,5 +1,7 @@
# Verbose Messages During Logon
---
title: "Verbose Messages During Logon"
description: ""
---
```json
"WPFToggleVerboseLogon": {
"Content": "Verbose Messages During Logon",