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,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).

View File

@@ -1,5 +1,7 @@
# Disable ConsumerFeatures
---
title: "Disable ConsumerFeatures"
description: ""
---
```json
"WPFTweaksConsumerFeatures": {
"Content": "Disable ConsumerFeatures",

View File

@@ -1,5 +1,7 @@
# Delete Temporary Files
---
title: "Delete Temporary Files"
description: ""
---
```json
"WPFTweaksDeleteTempFiles": {
"Content": "Delete Temporary Files",

View File

@@ -1,5 +1,7 @@
# Run Disk Cleanup
---
title: "Run Disk Cleanup"
description: ""
---
```json
"WPFTweaksDiskCleanup": {
"Content": "Run Disk Cleanup",

View File

@@ -1,5 +1,7 @@
# Debloat Edge
---
title: "Debloat Edge"
description: ""
---
```json
"WPFTweaksEdgeDebloat": {
"Content": "Edge Debloat",

View File

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

View File

@@ -1,5 +1,7 @@
# Disable GameDVR
---
title: "Disable GameDVR"
description: ""
---
```json
"WPFTweaksDVR": {
"Content": "Disable GameDVR",

View File

@@ -1,5 +1,7 @@
# Disable Hibernation
---
title: "Disable Hibernation"
description: ""
---
```json
"WPFTweaksHiber": {
"Content": "Disable Hibernation",

View File

@@ -1,5 +1,7 @@
# Prefer IPv4 over IPv6
---
title: "Prefer IPv4 over IPv6"
description: ""
---
```json
"WPFTweaksIPv46": {
"Content": "Prefer IPv4 over IPv6",

View File

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

View File

@@ -1,5 +1,7 @@
# Disable Location Tracking
---
title: "Disable Location Tracking"
description: ""
---
```json
"WPFTweaksLocation": {
"Content": "Disable Location Tracking",

View File

@@ -1,5 +1,7 @@
# Disable Powershell 7 Telemetry
---
title: "Disable Powershell 7 Telemetry"
description: ""
---
```json
"WPFTweaksPowershell7Tele": {
"Content": "Disable Powershell 7 Telemetry",

View File

@@ -1,5 +1,7 @@
# Create Restore Point
---
title: "Create Restore Point"
description: ""
---
```json
"WPFTweaksRestorePoint": {
"Content": "Create Restore Point",

View File

@@ -1,5 +1,7 @@
# Set Services to Manual
---
title: "Set Services to Manual"
description: ""
---
```json
"WPFTweaksServices": {
"Content": "Set Services to Manual",

View File

@@ -1,5 +1,7 @@
# Disable Storage Sense
---
title: "Disable Storage Sense"
description: ""
---
```json
"WPFTweaksStorage": {
"Content": "Disable Storage Sense",

View File

@@ -1,5 +1,7 @@
# Disable Telemetry
---
title: "Disable Telemetry"
description: ""
---
```json
"WPFTweaksTelemetry": {
"Content": "Disable Telemetry",