Windows - auto launch specific applications on boot

不打扰是莪最后的温柔 提交于 2019-12-10 19:09:16

问题


Developing a kiosk application in Windows OS. When the machine boots up 3 things have to happen in sequence

1- a node.js server launches

2- the browser containing the web app launches in kiosk mode 3- another client application launches

Is there a utlility that easilly accomplishes this, or is there an easy way to do this in the command-line? I'm guessing some type of BSCH script could also be use but I'm not a BSCH expert.


回答1:


You could write a script in any language you want to automate this (even using nodejs) and then just install a shortcut to that script in the user's %appdata%\Microsoft\Windows\Start Menu\Programs\Startup folder




回答2:


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



来源:https://stackoverflow.com/questions/20426652/windows-auto-launch-specific-applications-on-boot

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!