I’m looking for a task or script to turn off background apps in the Windows settings.
In Widows 10, this setting is located at:
Settings > Privacy > App permissions > Background Apps
Turning this off helps conserve power on devices, specifically useful in laptops. This is something I usually disable during manual onboarding.
Update: I found a PowerShell script for this .
Reg Add HKCU\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications /v GlobalUserDisabled /t REG_DWORD /d 1 /f