Hello. I know that i can fully disable EAC bootstrapper window in config file, but i want it to present. My game uses login window as another process (it spawned by game at startup using Job and CreateProcess if user not logged into google account, and game waiting it for closing by user if he pressed “Cancel” or closing by game if user successfully logged in. When that window, which was spawned from external exe, was closed and if that exe died, game can continue doing job and create it’s own window, and after that EAC bootstrapper will disappear). So, can i manually hide EAC bootstrapper when exe with login window spawned and there’s no game window? (that’s not happening before game has it’s own window, bootstrapper still exist when login window spawned, and waiting for game window)