Windows - Automatically launch certain applications on boot

Developing a kiosk application on Windows. When the machine boots up, 3 things should happen in sequence

1- a node.js starts the server

2- a browser containing launching a web application in kiosk mode 3 another client application is launched

Is there a concession that handles this easily, or is there an easy way to do this on the command line? I guess some type of BSCH script can also be used, but I am not a BSCH expert.

+2
windows executable boot
Dec 6 '13 at 14:42
source share
2 answers

You can write a script in any language you want to automate (even using nodejs), and then just set the shortcut to this script in the user% appdata% \ Microsoft \ Windows \ Start Menu \ Programs \ Boot folder

0
Dec 06 '13 at 14:48
source share

In Windows 10, the %appdata%\Microsoft\Windows\Start Menu\Programs\Startup folder.

0
Apr 21 '17 at 9:33 on
source share



All Articles