Compare commits

..

3 Commits

Author SHA1 Message Date
Sean (ANGRYxScotsman)
aaed116798 added frontmatter to pages (#4024)
* added frontmatter to widget.md

* update more pages

* updated copyright to automatically pull the year
2026-02-10 17:59:31 -06:00
Gabi
354b09ec0d Fix-WPFTweaksWidget (#4025)
* Fix WPFTweaksWidget

* Update Widget.md
2026-02-10 17:56:10 -06:00
Sean (ANGRYxScotsman)
cfde1b5a92 Edited some things i forgot to do (#4019)
* move debloat edge to z--advanced-tweaks---caution

* updated frontmatter on the pages i have the shortcodes
2026-02-10 14:32:17 -06:00
18 changed files with 33 additions and 18 deletions

View File

@@ -69,7 +69,7 @@
"InvokeScript": [ "InvokeScript": [
" "
# Sometimes if you dont stop Widgets Process for removal to work # Sometimes if you dont stop Widgets Process for removal to work
Stop-Procces -Name Widgets Stop-Process -Name Widgets
Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers
Invoke-WinUtilExplorerUpdate -action \"restart\" Invoke-WinUtilExplorerUpdate -action \"restart\"
@@ -1301,7 +1301,7 @@
"OriginalValue": "<RemoveEntry>" "OriginalValue": "<RemoveEntry>"
} }
], ],
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/edgedebloat" "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/edgedebloat"
}, },
"WPFTweaksConsumerFeatures": { "WPFTweaksConsumerFeatures": {
"Content": "Disable ConsumerFeatures", "Content": "Disable ConsumerFeatures",

View File

@@ -1,6 +1,7 @@
--- ---
title: Developer Reference title: Developer Reference
weight: 3 weight: 3
toc: false
--- ---
> [!NOTE] > [!NOTE]

View File

@@ -1,6 +1,7 @@
--- ---
weight: 1
title: "Features" title: "Features"
weight: 1
toc: false
--- ---
{{< autolinks section="dev/features/features" >}} {{< autolinks section="dev/features/features" >}}

View File

@@ -1,6 +1,7 @@
--- ---
weight: 2
title: "Fixes" title: "Fixes"
weight: 2
toc: false
--- ---
{{< autolinks section="dev/features/fixes" >}} {{< autolinks section="dev/features/fixes" >}}

View File

@@ -1,6 +1,7 @@
--- ---
weight: 3
title: "Legacy Windows Panels" title: "Legacy Windows Panels"
weight: 3
toc: false
--- ---
{{< autolinks section="dev/features/legacy-windows-panels" >}} {{< autolinks section="dev/features/legacy-windows-panels" >}}

View File

@@ -1,6 +1,7 @@
--- ---
weight: 1
title: "Features" title: "Features"
weight: 1
toc: false
--- ---
### Fixes ### Fixes

View File

@@ -1,6 +1,7 @@
--- ---
weight: 3
title: "Customize Preferences" title: "Customize Preferences"
weight: 3
toc: false
--- ---
### Customize Preferences ### Customize Preferences

View File

@@ -2,7 +2,6 @@
title: Activity History title: Activity History
description: "" description: ""
--- ---
## code we use:
```json ```json
"WPFTweaksActivity": { "WPFTweaksActivity": {

View File

@@ -1,4 +1,7 @@
# Remove Widgets ---
title: "Remove Widgets"
description: ""
---
```json ```json
"WPFTweaksWidget": { "WPFTweaksWidget": {
@@ -10,7 +13,7 @@
"InvokeScript": [ "InvokeScript": [
" "
# Sometimes if you dont stop Widgets Process for removal to work # Sometimes if you dont stop Widgets Process for removal to work
Stop-Procces -Name Widgets Stop-Process -Name Widgets
Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers Get-AppxPackage Microsoft.WidgetsPlatformRuntime -AllUsers | Remove-AppxPackage -AllUsers
Invoke-WinUtilExplorerUpdate -action \"restart\" Invoke-WinUtilExplorerUpdate -action \"restart\"

View File

@@ -1,6 +1,7 @@
--- ---
weight: 1
title: "Essential Tweaks" title: "Essential Tweaks"
weight: 1
toc: false
--- ---
### Essential Tweaks ### Essential Tweaks

View File

@@ -1,6 +1,7 @@
--- ---
weight: 4
title: "Performance Plans" title: "Performance Plans"
weight: 4
toc: false
--- ---
### Performance Plans ### Performance Plans

View File

@@ -1,6 +1,7 @@
--- ---
weight: 2
title: "Tweaks" title: "Tweaks"
weight: 2
toc: false
--- ---
### Essential Tweaks ### Essential Tweaks

View File

@@ -1,5 +1,5 @@
--- ---
title: "Brave Debloat" title: "Debloat Brave"
description: "" description: ""
--- ---

View File

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

View File

@@ -1,4 +1,7 @@
# Remove Xbox & Gaming Components ---
title: "Remove Xbox & Gaming Components"
description: ""
---
```json ```json
"WPFTweaksXboxRemoval": { "WPFTweaksXboxRemoval": {

View File

@@ -1,6 +1,7 @@
--- ---
weight: 2
title: "Advanced Tweaks (CAUTION)" title: "Advanced Tweaks (CAUTION)"
weight: 2
toc: false
--- ---
### Advanced Tweaks (CAUTION) ### Advanced Tweaks (CAUTION)

View File

@@ -1,4 +1,4 @@
copyright: "© Chris Titus Tech. All rights reserved." copyright: "&copy; <script>document.write(new Date().getFullYear())</script> <a href='https://christitus.com'>Chris Titus Tech</a>. All rights reserved."
backToTop: "Scroll to top" backToTop: "Scroll to top"
changeLanguage: "Change language" changeLanguage: "Change language"