17 lines
1.3 KiB
Reg
17 lines
1.3 KiB
Reg
Windows Registry Editor Version 5.00
|
|
|
|
;Windows has a service known as Multimedia Class Scheduler service (MMCSS). Its job is to ensure that multimedia applications,
|
|
;such as games, get priority access to more CPU power when they're performing time-sensitive tasks.
|
|
;And with a couple of Registry tweaks, you can tell MMCSS to give games a much higher priority.
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games]
|
|
"Affinity"=dword:00000000
|
|
"Background Only"="False"
|
|
"Clock Rate"=dword:00002710
|
|
"GPU Priority"=dword:00000008
|
|
"Priority"=dword:00000006
|
|
"Scheduling Category"="High"
|
|
"SFIO Priority"="High"
|
|
|
|
!MADE BY OGTech!
|