开机自启动相关程序

Posted eshinex

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了开机自启动相关程序相关的知识,希望对你有一定的参考价值。

 

软件下载:https://github.com/kohsuke/winsw/releases

第一步:重命名WinSW.NET2.exe/WinSW.NET4.exe 为您所需要的.exe文件,主要是方便生成服务名称。

如:如果您的windows服务器开机需要启动nginx,则您可以命名为:nginx-service.exe

第二步:重命名配置文件,官网提供sample-allOptions.xml 和 sample-minimal.xml,重命名为:nginx-service.xml

第三步:修改xml文件,

<configuration>
 
<!-- ID of the service. It should be unique accross the Windows system-->
<id>nginx</id>
<!-- Display name of the service -->
<name>nginx service</name>
<!-- Service description -->
<description>High Performance Nginx Service</description>
 
<!-- Path to the executable, which should be started -->
<executable>D: ginx-1.14.0 ginx.exe</executable>

</configuration>
 
第四步:通过cmd命令,安装服务 D: ginx-1.14.0 ginx-service.exe install
第五步:启动服务
技术分享图片

 

 


以上是关于开机自启动相关程序的主要内容,如果未能解决你的问题,请参考以下文章

linux 开机自启动 无法启动java相关程序

添加啥代码可以使vbs脚本开机自启动?

linux的.service服务开机自启动后为啥会自动停止

设置linux设置开机自启动应用程序

我的手机软件有开机自启动的程序都设置好了,为啥开机之后仍然不会自启动

linux开机自启动,如何跳过开机动画