Disable Background Apps (#2452)

* add disable bg apps tweak

* change essentail to advanced tweak
This commit is contained in:
MyDrift 2024-07-31 03:51:47 +02:00 committed by GitHub
parent e38615b4b4
commit 875864060e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3016,6 +3016,22 @@
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6" "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": { "WPFTweaksDisableFSO": {
"Content": "Disable Fullscreen Optimizations", "Content": "Disable Fullscreen Optimizations",
"Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen", "Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen",