I have a site like a catalog with a touchscreen. In windows 7 I simply created a shortcut by adding properties / destination: "c \ xxx \ xxx \ chrome" --kiosk link
Now I'm doing the same but in Windows 10 .. the above did not work, although I found a way that works as follows: "c \ xxx \ xxx \ chrome" --kiosk " link " --kiosk
If I run the shortcut from the desktop, the web I call is displayed correctly, in kiosk mode.
The idea is that when the computer is turned on, autologin is performed and the chrome is executed in kiosk mode. In windows 7 I only put the shortcut at the beginning and it always worked. In windows 10 .... when it starts, it does the autologin, but it calls me to the chrome without the kiosk mode ... if I execute the direct access from the desktop .. it works well ... I do not understand the causes. Help please!