I've tried a lot of variations on windows shortcuts for Chrome to launch fullscreen kiosk mode in a specific monitor for desktops with none of them working with all the options at once. Variations attempted: "local path\Google\Chrome\Application\chrome.exe" --window-position=0,0 -kiosk -new-window url "local path\Google\Chrome\Application\chrome.exe" --start-fullscreen -new-window --window-position=0,0 url chrome -kiosk -new-window --window-position=0,0 --app=url chrome --start-fullscreen -new-window --windowposition=0,0 --app=url
just to help out any new users trying to replicate replace "local path" in the above with the directory path that gets you to the google chrome.exe application in your system. Also replace "url" with the full link to the page you want to load in chrome at launch. Right now all of the attempts have either kiosk fullscreen or location but not all in one working.