windows服务,配置程序随系统启动
高胜
2023-05-23 2d80ee122541898b7e3e4dc5507997498be9b484
RestartService/RestartService/ProjectInstaller.Designer.cs
@@ -39,7 +39,7 @@
            // 
            // serviceInstaller1
            // 
            this.serviceInstaller1.ServiceName = "Service1";
            this.serviceInstaller1.ServiceName = "RestartService";
            this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
            // 
            // c