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
@@ -1,4 +1,8 @@
# Disable Activity History
---
title: Activity History
description: ""
---
## code we use:
```json
"WPFTweaksActivity": {
@@ -33,6 +37,7 @@
```
## Registry Changes
Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.
You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry).
@@ -1,5 +1,7 @@
# Disable ConsumerFeatures
---
title: "Disable ConsumerFeatures"
description: ""
---
```json
"WPFTweaksConsumerFeatures": {
"Content": "Disable ConsumerFeatures",
@@ -1,5 +1,7 @@
# Delete Temporary Files
---
title: "Delete Temporary Files"
description: ""
---
```json
"WPFTweaksDeleteTempFiles": {
"Content": "Delete Temporary Files",
@@ -1,5 +1,7 @@
# Run Disk Cleanup
---
title: "Run Disk Cleanup"
description: ""
---
```json
"WPFTweaksDiskCleanup": {
"Content": "Run Disk Cleanup",
@@ -1,5 +1,7 @@
# Debloat Edge
---
title: "Debloat Edge"
description: ""
---
```json
"WPFTweaksEdgeDebloat": {
"Content": "Edge Debloat",
@@ -1,5 +1,7 @@
# Enable End Task With Right Click
---
title: "Enable End Task With Right Click"
description: ""
---
```json
"WPFTweaksEndTaskOnTaskbar": {
"Content": "Enable End Task With Right Click",
@@ -1,5 +1,7 @@
# Disable GameDVR
---
title: "Disable GameDVR"
description: ""
---
```json
"WPFTweaksDVR": {
"Content": "Disable GameDVR",
@@ -1,5 +1,7 @@
# Disable Hibernation
---
title: "Disable Hibernation"
description: ""
---
```json
"WPFTweaksHiber": {
"Content": "Disable Hibernation",
@@ -1,5 +1,7 @@
# Prefer IPv4 over IPv6
---
title: "Prefer IPv4 over IPv6"
description: ""
---
```json
"WPFTweaksIPv46": {
"Content": "Prefer IPv4 over IPv6",
@@ -1,5 +1,7 @@
# Set Hibernation as default (good for laptops)
---
title: "Set Hibernation as default (good for laptops)"
description: ""
---
```json
"WPFTweaksLaptopHibernation": {
"Content": "Set Hibernation as default (good for laptops)",
@@ -1,5 +1,7 @@
# Disable Location Tracking
---
title: "Disable Location Tracking"
description: ""
---
```json
"WPFTweaksLocation": {
"Content": "Disable Location Tracking",
@@ -1,5 +1,7 @@
# Disable Powershell 7 Telemetry
---
title: "Disable Powershell 7 Telemetry"
description: ""
---
```json
"WPFTweaksPowershell7Tele": {
"Content": "Disable Powershell 7 Telemetry",
@@ -1,5 +1,7 @@
# Create Restore Point
---
title: "Create Restore Point"
description: ""
---
```json
"WPFTweaksRestorePoint": {
"Content": "Create Restore Point",
@@ -1,5 +1,7 @@
# Set Services to Manual
---
title: "Set Services to Manual"
description: ""
---
```json
"WPFTweaksServices": {
"Content": "Set Services to Manual",
@@ -1,5 +1,7 @@
# Disable Storage Sense
---
title: "Disable Storage Sense"
description: ""
---
```json
"WPFTweaksStorage": {
"Content": "Disable Storage Sense",
@@ -1,5 +1,7 @@
# Disable Telemetry
---
title: "Disable Telemetry"
description: ""
---
```json
"WPFTweaksTelemetry": {
"Content": "Disable Telemetry",