Google Chrome Stable i am using in Windows 8.1 and in Windows 8.1 Pro from the startup path as following:
timeout 5 > nul
ping 127.0.0.1 -n 11 > nul
@start /b cmd /c "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk http://www.stackoverflow.com
10% times on boot it works exactly as full-screen mode.
BUT, 90% times on boot it does not work, it launch the Chrome but it does not launch it from top, left 0 pixel
if i manually run that batch file then 100% time it works successfully, but when its automated then it start to mess
Can anyone please help? (i have been having this issue for about 3 months now, and its getting worst because cant find any solution yet to resolve this issue permanently)
I'm working on windows 7 32 bits, so i created this vbscript in order to create a shortcut in the startup folder and to launch the batch file in hidden mode.
Shortcut4Batch.vbs
KioskChrome.bat