AHK Kill Code:
Kills PA and PA in Cabinet mode
#SingleInstance Force
#NoEnv
~Esc::
KeyWait, Escape ; Wait for user to physically release it.
if WinExist("Pinball Arcade DX11")
WinKill ; use the window found above
ExitApp
;Pinball Arcade DX11
;ahk_class GameWindowClass
;ahk_exe PinballArcade11.exe
;ahk_pid 18292