Jump to content

Recommended Posts

Posted

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.?

Posted

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

Posted

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"

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...