mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
Compare commits
3 Commits
26.02.10
...
aaed116798
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aaed116798 | ||
|
|
354b09ec0d | ||
|
|
cfde1b5a92 |
@@ -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",
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Developer Reference
|
title: Developer Reference
|
||||||
weight: 3
|
weight: 3
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
weight: 1
|
|
||||||
title: "Features"
|
title: "Features"
|
||||||
|
weight: 1
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< autolinks section="dev/features/features" >}}
|
{{< autolinks section="dev/features/features" >}}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
weight: 2
|
|
||||||
title: "Fixes"
|
title: "Fixes"
|
||||||
|
weight: 2
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< autolinks section="dev/features/fixes" >}}
|
{{< autolinks section="dev/features/fixes" >}}
|
||||||
|
|||||||
@@ -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" >}}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
weight: 1
|
|
||||||
title: "Features"
|
title: "Features"
|
||||||
|
weight: 1
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
weight: 3
|
|
||||||
title: "Customize Preferences"
|
title: "Customize Preferences"
|
||||||
|
weight: 3
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
### Customize Preferences
|
### Customize Preferences
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Activity History
|
title: Activity History
|
||||||
description: ""
|
description: ""
|
||||||
---
|
---
|
||||||
## code we use:
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"WPFTweaksActivity": {
|
"WPFTweaksActivity": {
|
||||||
|
|||||||
@@ -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\"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
weight: 1
|
|
||||||
title: "Essential Tweaks"
|
title: "Essential Tweaks"
|
||||||
|
weight: 1
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
### Essential Tweaks
|
### Essential Tweaks
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
weight: 4
|
|
||||||
title: "Performance Plans"
|
title: "Performance Plans"
|
||||||
|
weight: 4
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
### Performance Plans
|
### Performance Plans
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
weight: 2
|
|
||||||
title: "Tweaks"
|
title: "Tweaks"
|
||||||
|
weight: 2
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
### Essential Tweaks
|
### Essential Tweaks
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Brave Debloat"
|
title: "Debloat Brave"
|
||||||
description: ""
|
description: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: "Remove OneDrive"
|
title: "Remove OneDrive"
|
||||||
description: ""
|
description: ""
|
||||||
---
|
---
|
||||||
# Remove OneDrive
|
|
||||||
```json
|
```json
|
||||||
"WPFTweaksRemoveOneDrive": {
|
"WPFTweaksRemoveOneDrive": {
|
||||||
"Content": "Remove OneDrive",
|
"Content": "Remove OneDrive",
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
# Remove Xbox & Gaming Components
|
---
|
||||||
|
title: "Remove Xbox & Gaming Components"
|
||||||
|
description: ""
|
||||||
|
---
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"WPFTweaksXboxRemoval": {
|
"WPFTweaksXboxRemoval": {
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
weight: 2
|
|
||||||
title: "Advanced Tweaks (CAUTION)"
|
title: "Advanced Tweaks (CAUTION)"
|
||||||
|
weight: 2
|
||||||
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
### Advanced Tweaks (CAUTION)
|
### Advanced Tweaks (CAUTION)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
copyright: "© Chris Titus Tech. All rights reserved."
|
copyright: "© <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"
|
||||||
|
|||||||
Reference in New Issue
Block a user