diff --git a/config/tweaks.json b/config/tweaks.json index 8916e1ef..f15bbf72 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -3016,6 +3016,22 @@ "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",