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 @@
# Adobe Network Block
---
title: "Adobe Network Block"
description: ""
---
```json
"WPFTweaksBlockAdobeNet": {
"Content": "Adobe Network Block",

View File

@@ -0,0 +1,50 @@
---
title: "Brave Debloat"
description: ""
---
```json
"WPFTweaksBraveDebloat": {
"Content": "Brave Debloat",
"Description": "Disables various annoyances like Brave Rewards,Leo AI,Crypto Wallet and VPN",
"category": "z__Advanced Tweaks - CAUTION",
"panel": "1",
"Order": "a022_",
"registry": [
{
"Path":"HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
"Name": "BraveRewardsDisabled",
"Type": "DWord",
"Value": "1",
"OriginalValue": "<RemoveEntry>"
},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
"Name": "BraveWalletDisabled",
"Type": "DWord",
"Value": "1",
"OriginalValue": "<RemoveEntry>"
},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
"Name": "BraveVPNDisabled",
"Type": "DWord",
"Value": "1",
"OriginalValue": "<RemoveEntry>"
},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
"Name": "BraveAIChatEnabled",
"Type": "DWord",
"Value": "0",
"OriginalValue": "<RemoveEntry>"
},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\BraveSoftware\\Brave",
"Name": "BraveStatsPingEnabled",
"Type": "DWord",
"Value": "0",
"OriginalValue": "<RemoveEntry>"
}
],
```

View File

@@ -1,5 +1,7 @@
# Remove ALL MS Store Apps - NOT RECOMMENDED
---
title: "Remove ALL MS Store Apps - NOT RECOMMENDED"
description: ""
---
```json
"WPFTweaksDeBloat": {
"Content": "Remove ALL MS Store Apps - NOT RECOMMENDED",

View File

@@ -1,5 +1,7 @@
# Disable Background Apps
---
title: "Disable Background Apps"
description: ""
---
```json
"WPFTweaksDisableBGapps": {
"Content": "Disable Background Apps",

View File

@@ -1,5 +1,7 @@
# Disable Fullscreen Optimizations
---
title: "Disable Fullscreen Optimizations"
description: ""
---
```json
"WPFTweaksDisableFSO": {
"Content": "Disable Fullscreen Optimizations",

View File

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

View File

@@ -1,5 +1,7 @@
# Disable Notification Tray/Calendar
---
title: "Disable Notification Tray/Calendar"
description: ""
---
```json
"WPFTweaksDisableNotifications": {
"Content": "Disable Notification Tray/Calendar",

View File

@@ -1,5 +1,7 @@
# Set Display for Performance
---
title: "Set Display for Performance"
description: ""
---
```json
"WPFTweaksDisplay": {
"Content": "Set Display for Performance",

View File

@@ -1,5 +1,7 @@
# Run OO Shutup 10
---
title: "Run OO Shutup 10"
description: ""
---
```powershell
function Invoke-WPFOOSU {
<#

View File

@@ -1,5 +1,7 @@
# Remove Microsoft Edge
---
title: "Remove Microsoft Edge"
description: ""
---
# Json File
```json
"WPFTweaksRemoveEdge": {

View File

@@ -1,5 +1,7 @@
# Remove Gallery from explorer
---
title: "Remove Gallery from explorer"
description: ""
---
```json
"WPFTweaksRemoveGallery": {
"Content": "Remove Gallery from explorer",

View File

@@ -1,5 +1,7 @@
# Remove Home from explorer
---
title: "Remove Home from explorer"
description: ""
---
```json
"WPFTweaksRemoveHome": {
"Content": "Remove Home from Explorer",

View File

@@ -1,3 +1,7 @@
---
title: "Remove OneDrive"
description: ""
---
# Remove OneDrive
```json
"WPFTweaksRemoveOneDrive": {

View File

@@ -1,5 +1,7 @@
# Set Classic Right-Click Menu
---
title: "Set Classic Right-Click Menu"
description: ""
---
```json
"WPFTweaksRightClickMenu": {
"Content": "Set Classic Right-Click Menu ",

View File

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

View File

@@ -1,5 +1,7 @@
# Set Time to UTC (Dual Boot)
---
title: "Set Time to UTC (Dual Boot)"
description: ""
---
```json
"WPFTweaksUTC": {
"Content": "Set Time to UTC (Dual Boot)",