Hi how are things.
As we all know, ChatGPT is in fashion (I hope for the best)
So I posed the next question.
(Maybe I didn’t ask the question correctly…
But if we can make it get the most out of us, it would be great, there are many people who are not running MSFS 2020 in conditions)
You can make a script for maximum performance of Windows 11 and maximum performance Microsoft Flight Simulator 2020
His response was…
Yes, I can provide you with a script that can help improve the performance of Windows 11 and Microsoft Flight Simulator 2020. Please note that every system is different, so these tweaks may not work for everyone. Be sure to back up your important files before making any changes to your system.
Here is the script:
:: This script optimizes the performance of Windows 11 and Microsoft Flight Simulator 2020
:: Power settings
powercfg-duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
powercfg -setactive e9a42b02-d5df-448d-aa00-03f14749eb61
powercfg -change standby-timeout-ac 0
powercfg -change standby-timeout-dc 0
powercfg -setacvalueindex scheme_current sub_processor 100
powercfg -setactive scheme_current
:: Windows performance settings
reg add "HKCU\Control Panel\Desktop" /v "HungAppTimeout" /t REG_SZ /d 1000 /f
reg add "HKCU\Control Panel\Desktop" /v "MenuShowDelay" /t REG_SZ /d 0 /f
reg add "HKCU\Control Panel\Desktop" /v "WaitToKillAppTimeout" /t REG_SZ /d 2000 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v "SystemResponsiveness" /t REG_DWORD /d 00000000 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v "Win32PrioritySeparation" /t REG_DWORD /d 00000026 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization" /v "MinVmProcessorCount" /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization" /v "MinVmMemoryCount" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "DisablePagingExecutive" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisableLastAccessUpdate" /t REG_DWORD /d 1 /f
:: Microsoft Flight Simulator 2020 performance tweaks
setx GPUCrashDebugging 0 /M
setx GPUCrashDebuggingEnabled 0 /M
setx GPUCrashDebuggingThreshold 0 /M
setx OneStore 1 /M
setx OnlineConnectionEnabled 0 /M
setx PackagesDirectory "C:\FS2020" /M
setx RollingCache 0 /M
setx RollingCacheSize 0 /M
setx TELEMETRY_LEVEL off /M
echo Settings complete.
pause