Serious Sam Fusion 2017 (beta)

Serious Sam Fusion 2017 (beta)

View Stats:
Melody Apr 5, 2017 @ 1:48am
Some tweaks to get more performance in Windows 10
The following tweaks allowed my friend to get stable 60 fps instead of 20 in Dead By Daylight, and work a little bit for Fusion as well. These tweaks have been tested with Windows 10. Part of them may not work in older versions of Windows.

These tweaks will:
  • Disable HW HyperVisor launch on startup
  • Disable platform clock
  • Disable dynamic tick
  • Disable Hyper-V feature
  • Switch to High Performance power mode
  • Disable Hiberboot
  • Disable Paging Executive
  • Assign more priority and scheduling to games

Open up a CMD as Administrator and type in the following commands, one by one, and pressing Enter after each one:
bcdedit /set hypervisorlaunchtype Off bcdedit /set useplatformclock No bcdedit /set disabledynamictick Yes powershell Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All powershell Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /t REG_DWORD /v HiberbootEnabled /d 0 /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /t REG_DWORD /v DisablePagingExecutive /d 1 /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /t REG_DWORD /v Priority /d 6 /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /t REG_SZ /v "Scheduling Category" /d High /f

If you need even more performance, you can try disabling DEP (Not recommended). DEP is a Windows feature that avoids unauthorized memory access by processes, uses CPU though. Disabling DEP also disables PAE, so we need to re-enable it. To disable it while keeping PAE, type in:
bcdedit /set nx AlwaysOff bcdedit /set pae ForceEnable
I take no responsibility for any damage dealt by disabling DEP in your system.

If you have 16 GB of RAM or more, I also suggest disabling your paging file.

After doing your changes just reboot your system and try playing the game again.
Last edited by Melody; Apr 5, 2017 @ 1:55am
< >
Showing 1-1 of 1 comments
reloveution Feb 26, 2021 @ 4:56pm 
Don't disable paging file, some programs may crash (if you have 10000gb ram, don't disable it too).....
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Apr 5, 2017 @ 1:48am
Posts: 1