问题描述
在Windows操作系统中开发信息亭应用程序.当机器启动时,必须依次发生三件事
Developing a kiosk application in Windows OS. When the machine boots up 3 things have to happen in sequence
1-一个node.js服务器启动
1- a node.js server launches
2-包含Web应用程序的浏览器以信息亭模式启动3-另一个客户端应用程序启动
2- the browser containing the web app launches in kiosk mode3- another client application launches
是否有easilly可以完成此任务的实用程序,还是在命令行中有一种简便的方法来做到这一点?我猜也可以使用某种类型的BSCH脚本,但我不是BSCH专家.
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.
推荐答案
您可以使用任何想要自动执行此操作的语言编写脚本(即使使用nodejs),也可以在用户的%appdata%中安装该脚本的快捷方式\ Microsoft \ Windows \开始菜单\程序\启动文件夹
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
这篇关于Windows-在启动时自动启动特定的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!