Clock for dualboot

https://old.reddit.com/r/linuxquestions/comments/13qwk8r/dual_booting_windows_11_and_linux_every_time_i/

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f

or on linux side

timedatectl set-local-rtc 1 --adjust-system-clock 

Release upgrade errors

Windows 11 21H2(?) upgrade failed
https://techcommunity.microsoft.com/t5/windows-insider-program/window-11-upgrade-has-failed-error-code-0x8007007f/m-p/2987704

23H2 launched and it worked out of the box by itself

HEVC

Free codec
https://old.reddit.com/r/Windows11/comments/xtu786/does_anyone_know_how_to_get_the_hevc_codec_for/
https://www.codecguide.com/media_foundation_codecs.htm
Search for file

Microsoft.HEVCVideoExtensions_2.1.862.0_neutral_~_8wekyb3d8bbwe.AppxBundle

Automatically login to account during boot

https://answers.microsoft.com/en-us/windows/forum/all/how-to-login-automatically-to-windows-11/c0e9301e-392e-445a-a5cb-f44d002897

More FPS by decreasing security

Disable Control Flow Guard

Windows has a security feature called Control Flow Guard, and it’s enabled by default in all applications. The problem with this is that it causes hitching in DirectX 12 applications (Ready or Not has a DX12 option).
We can disable this quite easily.

  • Open the Start Menu, type in Exploit protection.
  • In the Exploit protection menu, navigate to the Program settings tab.
  • Click on Add program to customize Choose exact file path.
  • Find your game path and navigate to ReadyOrNot\Binaries\Win64.
  • Select ReadyOrNot-Win64-Shipping.exe and click Open.
  • Scroll down and find the Control flow guard (CFG) option.
  • Check Override system settings and turn it off.
  • Click Apply and you’re done.
    NOTE: if Ready or Not is running, you should restart the game now for it to take effect.
    source: https://steamcommunity.com/sharedfiles/filedetails/?id=2943705127