LaggyTyp wrote: ↑31 Jul 2025, 15:20
No.
It ran poorly with Windows 11 24H2 (Hitreg)
It ran poorly with Windows 11 24H2 + ReviOS (Hitreg)
Only with the changes did it run normally again.
PS: FPS are and never have been a problem.
These bcdedits are the best for me on my own fully updated version of 24H2 with HPET disabled in BIOS.
BCDEDIT /set nx AlwaysOff >NUL 2>&1
BCDEDIT /set ems No >NUL 2>&1
BCDEDIT /set bootems No >NUL 2>&1
BCDEDIT /set integrityservices disable >NUL 2>&1
BCDEDIT /set tpmbootentropy ForceDisable >NUL 2>&1
BCDEDIT /set bootmenupolicy Legacy >NUL 2>&1
BCDEDIT /set debug No >NUL 2>&1
BCDEDIT /set hypervisorlaunchtype Off >NUL 2>&1
BCDEDIT /set disableelamdrivers Yes >NUL 2>&1
BCDEDIT /set isolatedcontext No >NUL 2>&1
BCDEDIT /set allowedinmemorysettings 0x0 >NUL 2>&1
BCDEDIT /set vm No >NUL 2>&1
BCDEDIT /set vsmlaunchtype Off >NUL 2>&1
BCDEDIT /set x2apicpolicy Disable >NUL 2>&1
BCDEDIT /set configaccesspolicy Default >NUL 2>&1
BCDEDIT /set MSI Default >NUL 2>&1
BCDEDIT /set usephysicaldestination No >NUL 2>&1
BCDEDIT /set usefirmwarepcisettings No >NUL 2>&1
BCDEDIT /set tscsyncpolicy Legacy >NUL 2>&1
BCDEDIT /deletevalue useplatformclock >NUL 2>&1
BCDEDIT /set disabledynamictick yes >NUL 2>&1
BCDEDIT /set useplatformtick No >NUL 2>&1
BCDEDIT /set useplatformclock False >NUL 2>&1
BCDEDIT /set uselegacyapicmode Yes >NUL 2>&1
BCDEDIT /set sos no >NUL 2>&1
BCDEDIT /set pae ForceDisable >NUL 2>&1
BCDEDIT /set maxproc No >NUL 2>&1
BCDEDIT /set restrictapicluster 0 >NUL 2>&1