Skip to content

Commit

Permalink
style: 🔥 remove unnecessary mmcss options
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Apr 25, 2023
1 parent 1dfc2cf commit 89f3b3d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/Configuration/features/atlas/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2014,18 +2014,8 @@ actions:
data: '1'
type: REG_DWORD

# Configure Multimedia Class Scheduler (MMCSS)
# Set SystemResponsiveness to 10
# https://learn.microsoft.com/en-us/windows/win32/procthread/multimedia-class-scheduler-service#registry-settings
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile'
value: 'LazyModeTimeout'
type: REG_DWORD
data: '10000'
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile'
value: 'NoLazyMode'
data: '1'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile'
value: 'SystemResponsiveness'
Expand Down

0 comments on commit 89f3b3d

Please sign in to comment.