So I'm using this peice of code to open an image on our display computer
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --fullscreen --app=https://google.com
It works great!
However, the challenge is that I want to wait ~20 hours and then close that same window that opened, without closing the other chrome tabs. Any ideas?
Maybe I capture the PID when I launch this and then bring back the PID for a close?