Close Tobii Ghost after installation

This commit is contained in:
Manuel Thalmann 2023-07-17 01:48:33 +02:00
parent 19d1120a57
commit f478472ac2

View file

@ -12,6 +12,8 @@ InstallGhost()
WinWait % windowTitle,, 20
MouseClick, Left, 563, 397
MouseClick, Left, 548, 493
Sleep, 10 * 1000
Process % Close, pid
}
InstallGhost()