Close Tobii Ghost after installation
This commit is contained in:
parent
8b3e44f3f8
commit
7c15065cf3
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ InstallGhost()
|
|||
MouseClick("Left", 563, 397)
|
||||
MouseClick("Left", 650, 497)
|
||||
Sleep(10 * 1000)
|
||||
WinActivate(windowTitle)
|
||||
pid := WinGetPID()
|
||||
Run("pwsh -c Stop-Process -Force ".pid)
|
||||
}
|
||||
|
||||
SetWorkingDir(A_InitialWorkingDir)
|
||||
|
|
Loading…
Reference in a new issue