From c4e44522cd38e8af88e2541274b9cbca9eccc991 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:00:11 -0700 Subject: [PATCH] Update tweaks.json --- config/tweaks.json | 64 ---------------------------------------------- 1 file changed, 64 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index ee9e4a34..cacd3701 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -823,70 +823,6 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/display" }, - "WPFTweaksXboxRemoval": { - "Content": "Xbox & Gaming Components - Remove", - "Description": "Removes Xbox services, the Xbox app, Game Bar, and related authentication components.", - "category": "z__Advanced Tweaks - CAUTION", - "panel": "1", - "registry": [ - { - "Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\GameDVR", - "Name": "AppCaptureEnabled", - "Value": "0", - "Type": "DWord", - "OriginalValue": "1" - } - ], - "appx": [ - "Microsoft.XboxIdentityProvider", - "Microsoft.XboxSpeechToTextOverlay", - "Microsoft.GamingApp", - "Microsoft.Xbox.TCUI", - "Microsoft.XboxGamingOverlay" - ], - "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/xboxremoval" - }, - "WPFTweaksDeBloat": { - "Content": "Unwanted Pre-Installed Apps - Remove", - "Description": "This will remove a bunch of Windows pre-installed applications which most people dont want on their system.", - "category": "Essential Tweaks", - "panel": "1", - "appx": [ - "Microsoft.WindowsFeedbackHub", - "Microsoft.BingNews", - "Microsoft.BingSearch", - "Microsoft.BingWeather", - "Clipchamp.Clipchamp", - "Microsoft.Todos", - "Microsoft.PowerAutomateDesktop", - "Microsoft.MicrosoftSolitaireCollection", - "Microsoft.WindowsSoundRecorder", - "Microsoft.MicrosoftStickyNotes", - "Microsoft.Windows.DevHome", - "Microsoft.Paint", - "Microsoft.OutlookForWindows", - "Microsoft.WindowsAlarms", - "Microsoft.StartExperiencesApp", - "Microsoft.GetHelp", - "Microsoft.ZuneMusic", - "MicrosoftCorporationII.QuickAssist", - "MSTeams" - ], - "InvokeScript": [ - " - $TeamsPath = \"$Env:LocalAppData\\Microsoft\\Teams\\Update.exe\" - - if (Test-Path $TeamsPath) { - Write-Host \"Uninstalling Teams\" - Start-Process $TeamsPath -ArgumentList -uninstall -wait - - Write-Host \"Deleting Teams directory\" - Remove-Item $TeamsPath -Recurse -Force - } - " - ], - "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/debloat" - }, "WPFTweaksRestorePoint": { "Content": "Restore Point - Create", "Description": "Creates a restore point at runtime in case a revert is needed from WinUtil modifications.",