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

@@ -1173,7 +1173,8 @@
"Value": "0",
"OriginalValue": "<RemoveEntry>"
}
]
],
"link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/bravedebloat/"
},
"WPFTweaksEdgeDebloat": {
"Content": "Edge Debloat",

View File

@@ -1,5 +1,6 @@
---
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
description: ""
date: '{{ .Date }}'
draft: true
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
---

View File

@@ -1,12 +1,14 @@
# Disable Legacy F8 Boot Recovery
---
title: "Disable Legacy F8 Boot Recovery"
description: ""
---
```json
"WPFFeatureEnableLegacyRecovery": {
"Content": "Enable Legacy F8 Boot Recovery",
"Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
"WPFFeatureDisableLegacyRecovery": {
"Content": "Disable Legacy F8 Boot Recovery",
"Description": "Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
"category": "Features",
"panel": "1",
"Order": "a018_",
"Order": "a019_",
"feature": [],
"InvokeScript": [
"bcdedit /set bootmenupolicy standard"

View File

@@ -1,7 +1,9 @@
# Enable Legacy F8 Boot Recovery
---
title: "Enable Legacy F8 Boot Recovery"
description: ""
---
```json
"WPFFeatureEnableLegacyRecovery": {
"WPFFeatureEnableLegacyRecovery": {
"Content": "Enable Legacy F8 Boot Recovery",
"Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
"category": "Features",

View File

@@ -1,5 +1,7 @@
# Enable Daily Registry Backup Task 12.30am
---
title: "Enable Daily Registry Backup Task 12.30am"
description: ""
---
```json
"WPFFeatureRegBackup": {
"Content": "Enable Daily Registry Backup Task 12.30am",

View File

@@ -1,5 +1,7 @@
# Windows Sandbox
---
title: "Windows Sandbox"
description: ""
---
```json
"WPFFeaturesSandbox": {
"Content": "Windows Sandbox",

View File

@@ -1,5 +1,7 @@
# All .Net Framework (2,3,4)
---
title: "All .Net Framework (2,3,4)"
description: ""
---
```json
"WPFFeaturesdotnet": {
"Content": "All .Net Framework (2,3,4)",

View File

@@ -1,5 +1,7 @@
# HyperV Virtualization
---
title: "HyperV Virtualization"
description: ""
---
```json
"WPFFeatureshyperv": {
"Content": "HyperV Virtualization",

View File

@@ -1,5 +1,7 @@
# Legacy Media (WMP, DirectPlay)
---
title: "Legacy Media (WMP, DirectPlay)"
description: ""
---
```json
"WPFFeatureslegacymedia": {
"Content": "Legacy Media (WMP, DirectPlay)",

View File

@@ -1,5 +1,7 @@
# NFS - Network File System
---
title: "NFS - Network File System"
description: ""
---
```json
"WPFFeaturenfs": {
"Content": "NFS - Network File System",

View File

@@ -1,5 +1,7 @@
# Windows Subsystem for Linux
---
title: "Windows Subsystem for Linux"
description: ""
---
```json
"WPFFeaturewsl": {
"Content": "Windows Subsystem for Linux",

View File

@@ -1,5 +1,7 @@
# Set Up Autologin
---
title: "Set Up Autologin"
description: ""
---
```powershell
function Invoke-WPFPanelAutologin {
<#

View File

@@ -1,5 +1,7 @@
# System Corruption Scan
---
title: "System Corruption Scan"
description: ""
---
```powershell
function Invoke-WPFSystemRepair {
<#

View File

@@ -1,5 +1,7 @@
# Reset Network
---
title: "Reset Network"
description: ""
---
```powershell
function Invoke-WPFFixesNetwork {
<#

View File

@@ -1,5 +1,7 @@
# Remove Adobe Creative Cloud
---
title: "Remove Adobe Creative Cloud"
description: ""
---
```powershell
function Invoke-WPFRunAdobeCCCleanerTool {
<#

View File

@@ -1,5 +1,7 @@
# Reset Windows Update
---
title: "Reset Windows Update"
description: ""
---
```powershell
function Invoke-WPFFixesUpdate {

View File

@@ -1,5 +1,7 @@
# WinGet Reinstall
---
title: "WinGet Reinstall"
description: ""
---
```powershell
function Invoke-WPFFixesWinget {

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

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

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

View File

@@ -1,5 +1,7 @@
# Remove Ultimate Performance Profile
---
title: "Remove Ultimate Performance Profile"
description: ""
---
```powershell
Function Invoke-WPFUltimatePerformance {
<#

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

View File

@@ -6,14 +6,12 @@
{{- if eq $pageTitle "" -}}
{{- $pageTitle = .File.BaseFileName | humanize | title -}}
{{- end -}}
{{- if findRE "^# .+" .RawContent -}}
{{- $pageTitle = replaceRE "(?s)^# (.+?)\\n.*" "$1" .RawContent -}}
{{- end -}}
{{- $pages = $pages | append (dict "title" $pageTitle "url" .RelPermalink) -}}
{{- $pageDesc := .Description -}}
{{- $pages = $pages | append (dict "title" $pageTitle "description" $pageDesc "url" .RelPermalink) -}}
{{- end -}}
{{- end -}}
<ul>
{{- range sort $pages "title" "asc" }}
<li><a href="{{ .url }}">{{ .title }}</a></li>
<li><a href="{{ .url }}">{{ .title }}</a>{{ with .description }} - {{ . }}{{ end }}</li>
{{- end }}
</ul>