denmyos Posted March 22, 2018 Posted March 22, 2018 I have a problem where a kiosk computer starts up the chrome browser to quickly, before the network as been established, so the browser does not find the webpage its searching for. I would like to have chrome wait 1-2min before starting up, so the network has been established, before chrome starts up and go look for a webpage. I can't seem to fine any switches for chrome that does that. Is there a way to do that.?
Norphy Posted March 22, 2018 Posted March 22, 2018 Probably the best way is to make it run a login script which sleeps for 1/2 minutes then launches Chrome. The command in PowerShell is Start-Sleep -Seconds 60
sted Posted March 22, 2018 Posted March 22, 2018 start it with a batch file something like ping 127.0.0.1 -n 120 > nul "c:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
ThomL Posted March 22, 2018 Posted March 22, 2018 use a script with a wait in to launch chrome? or maybe a scheduled event that looks for a network trigger to then open chrome maybe? just throwing ideas out there - never had to tweak kiosk based pc
sted Posted March 22, 2018 Posted March 22, 2018 you could also edit the pcs gpos so its set to wait for network at startup
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now