diff --git a/winutil.ps1 b/winutil.ps1
index 88b8695d..ee0e8c73 100644
--- a/winutil.ps1
+++ b/winutil.ps1
@@ -12443,6 +12443,22 @@ $sync.configs.tweaks = '{
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
]
},
+ "WPFTweaksDisableBGapps": {
+ "Content": "Disable Background Apps",
+ "Description": "Disables all Microsoft Store apps from running in the background, which has to be done individually since Win11",
+ "category": "z__Advanced Tweaks - CAUTION",
+ "panel": "1",
+ "Order": "a024_",
+ "registry": [
+ {
+ "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\BackgroundAccessApplications",
+ "Name": "GlobalUserDisabled",
+ "Value": "1",
+ "OriginalValue": "0",
+ "Type": "DWord"
+ }
+ ]
+ },
"WPFTweaksDisableFSO": {
"Content": "Disable Fullscreen Optimizations",
"Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen",
@@ -14957,6 +14973,7 @@ $inputXML = '
+