1. minh.tarun

    minh.tarun MDL Novice

    Dec 3, 2021
    12
    0
    0
    win10 LTSC 19044.1503
    nvidia driver 511
    bunch of services disabled
    hundreds of reg tweaks, group policy, etc.

    have you ever had a time where you teak so many settings and what happens is
    that one core feature that you care about stops working?
    talking about FullScreen Exclusive (where ALT-TAB'ing took forever)

    disable fullscreen optimization in compatibility tab (check)
    stripped gamebar
    stripped xbox features
    stripped GameDVR

    this thing:
    HKEY_CURRENT_USER\System\GameConfigStore\Parents

    or this: (tried bunch of different values)
    [HKEY_CURRENT_USER\System\GameConfigStore]
    "GameDVR_DXGIHonorFSEWindowsCompatible"=dword:00000001
    "GameDVR_FSEBehavior"=dword:00000002
    "GameDVR_FSEBehaviorMode"=dword:00000002
    "GameDVR_HonorUserFSEBehaviorMode"=dword:00000001

    microsoft just wants to shove FSO down our throats
    i know DX12 makes it so that it's up to the game devs to decide if game will be true FSE or FSO
    but games on DX11 and below should still work though

    what i'm thinking is that i stripped or disabled some dependency (magic of tangled win10, disable one thing and something completely unrelated stops working)

    dwm.exe still messing everything up. just can't get exclusive fullscreen to work
    this forum helped me with so much, any info would be appreciated. discuss
     
  2. Quaint10

    Quaint10 MDL Member

    Mar 15, 2018
    171
    32
    10
    #2 Quaint10, Feb 8, 2023
    Last edited by a moderator: Feb 8, 2023
    try i dnt know if this will work for you but it did for me..
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\GameBar]
    "GamePanelStartupTipIndex"=-
    "AllowAutoGameMode"=-
    "AutoGameModeEnabled"=-
    "UseNexusForGameBarEnabled"=dword:00000001
    "ShowStartupPanel"=dword:00000001
    
    [HKEY_CURRENT_USER\System\GameConfigStore]
    "GameDVR_Enabled"=dword:00000001
    "GameDVR_FSEBehavior"=dword:00000000
    "GameDVR_FSEBehaviorMode"=dword:00000002
    "GameDVR_HonorUserFSEBehaviorMode"=dword:00000000
    "GameDVR_DXGIHonorFSEWindowsCompatible"=dword:00000000
    "GameDVR_EFSEFeatureFlags"=dword:00000001
    "GameDVR_DSEBehavior"=-
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
    "AllowgameDVR"=-
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
    "AppCaptureEnabled"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BcastDVRUserService]
    "Start"=dword:00000003
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
    "__COMPAT_LAYER"=-
    
     
  3. minh.tarun

    minh.tarun MDL Novice

    Dec 3, 2021
    12
    0
    0
    thanks
     
  4. 2Panic

    2Panic MDL Novice

    Jun 26, 2023
    1
    0
    0
    Not sure if either of you are still active on these forums, but I am trying to restore traditional FSE functionality to Windows 10 22h2. Does anyone know if this is possible? Mouse input simply does not feel right using FSO.