sc.exe create XCGWebApp BinPath=E:\SitePublish\XCGWebApp\XCGWebApp.exe
## 啟動服務
sc.exe start XCGWebApp
## 停止服務
sc.exe stop XCGWebApp
## 刪除服務
sc.exe delete XCGWebApp
## 新增服務描述
sc description XCGWebApp "XCG"
## 改變服務的啟動方式 手動/自動/禁用
sc.exe config XCGWebApp start= demand/auto/disabled
伺服器中使用sc.exe工具部署Windows服務
相關文章
- Redis在.net中的使用(7)redis部署為Windows服務RedisWindows
- Windows 服務設定工具 WinSW 使用教程Windows
- 使用Dockerfile部署nodejs服務DockerNodeJS
- 使用C#建立windows服務續之使用Topshelf優化Windows服務C#Windows優化
- 阿里雲伺服器部署Mongodb服務阿里伺服器MongoDB
- windows系統服務配置詳解,以及開發好的windows服務怎麼部署上去Windows
- 使用InstallUtil釋出windows服務Windows
- 使用.NET Core建立Windows服務Windows
- windows server 2012 R2 部署AD域服務WindowsServer
- Windows+Nginx+H3C+ 文件服務 部署配置WindowsNginx
- 微服務Consul系列之服務部署、搭建、使用微服務
- 使用nacos原始碼部署nacos服務原始碼
- spring cloud-之使用docker部署服務SpringCloudDocker
- 如何使用flask將模型部署為服務Flask模型
- 阿里雲ECS伺服器部署Dart服務端程式阿里伺服器Dart服務端
- CentOS 7.9中部署SVN(Subversion)服務CentOS
- NFS服務部署NFS
- LDAP 服務部署LDA
- windows 使用掛載盤提供FTP服務WindowsFTP
- Windows 服務管理Windows
- 伺服器FTP工具,Windows伺服器FTP工具伺服器FTPWindows
- Linux中Vsftpd服務的部署及優化LinuxFTP優化
- 如何使用 JavaScript 程式碼連線部署在 SAP ABAP 伺服器上的 OData 服務JavaScript伺服器
- EXQX-5.0.26服務Windows上安裝使用Windows
- FTP服務端部署FTP服務端
- Linux 部署 Nginx 服務LinuxNginx
- Vercel 部署 Node 服務
- 如何將MongoDB加入到Windows服務中MongoDBWindows
- windows 服務中託管asp.net coreWindowsASP.NET
- windows驅動註冊中斷服務程式Windows
- windows伺服器批次部署 vps伺服器批次Windows伺服器
- 教程帖:使用TensorFlow服務和Flask部署Keras模型!FlaskKeras模型
- 使用 k8s 快速部署應用服務K8S
- 使用postfix與dovecot服務部署郵件系統
- Windows刪除服務Windows
- Nginx Windows版的服務安裝和管理工具NginxWindows
- [openssh]windows 10使用cygwin安裝openssh服務端Windows服務端
- 使用.NET Core建立Windows服務詳細步驟Windows