fix: Efficiency Mode error in Task Manager

This commit is contained in:
h3r0 2024-02-02 07:53:31 +00:00 committed by GitHub
parent 0647485122
commit d75afa9353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -32,4 +32,7 @@ actions:
- !registryValue: { path: 'HKLM\Software\Classes\CLSID', value: 'IsModernRCEnabled', operation: delete }
# Breaks XboxGipSvc - https://github.com/meetrevision/playbook/issues/34
- !registryValue: { path: 'HKLM\SYSTEM\ControlSet001\Control', value: 'SvcHostSplitThresholdInKB', type: REG_DWORD, data: '3670016' }
- !registryValue: { path: 'HKLM\SYSTEM\ControlSet001\Control', value: 'SvcHostSplitThresholdInKB', type: REG_DWORD, data: '3670016' }
# Breaks Efficiency Mode in Task Manager
- !service: {name: 'bam', operation: change, startup: 1}

View File

@ -12,7 +12,7 @@ actions:
# === Desktop Activity Moderator Driver - Disabled
- !service: {name: 'dam', operation: change, startup: 4}
# === Background Activity Moderator Driver - Disabled
- !service: {name: 'bam', operation: change, startup: 4}
# - !service: {name: 'bam', operation: change, startup: 4}
# === GPU Energy Driver - Disabled
- !service: {name: 'GpuEnergyDrv', operation: change, startup: 4}
# === NetBT - Disabled