From 431082b4120d7b24777ccce640c5bd87c1e5eaa4 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Fri, 20 Oct 2023 23:14:46 +0100 Subject: [PATCH] Revert "fix: disable background apps for new users" This reverts commit 5e4dfab77963d6822d6e1cb47f52889814480fc6. --- .../tweaks/performance/disable-background-apps.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/playbook/Configuration/tweaks/performance/disable-background-apps.yml b/src/playbook/Configuration/tweaks/performance/disable-background-apps.yml index 97af33b710..b76c2aab9c 100644 --- a/src/playbook/Configuration/tweaks/performance/disable-background-apps.yml +++ b/src/playbook/Configuration/tweaks/performance/disable-background-apps.yml @@ -3,12 +3,6 @@ title: Disable Background Apps description: Disables background apps, so that there are minimal resources used in the background privilege: TrustedInstaller actions: - # https://admx.help/?Category=Windows_11_2022&Policy=Microsoft.Policies.AppPrivacy::LetAppsRunInBackground - - !registryValue: - path: 'HKLM\Software\Policies\Microsoft\Windows\AppPrivacy' - value: 'LetAppsRunInBackground' - data: '2' - type: REG_DWORD - !registryValue: path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications' value: 'GlobalUserDisabled'