Windows使用SC基礎命令
1、建立服務
sc create SVNServer binpath= "C:\Program Files (x86)\Subversion\bin\svnserve.exe --service -r d:\repos" displayname= "SVN Server" depend= Tcpip start= auto
2、修改服務
sc config SVNServer binpath= "C:\Program Files (x86)\Subversion\bin\svnserve.exe --service -r d:\repos" displayname= "SVN Server" depend= Tcpip start= auto
3、檢視服務
sc qc SVNServer
4、刪除服務
sc delete SVNServer
5、在登錄檔中刪除指定服務項
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
sc create SVNServer binpath= "C:\Program Files (x86)\Subversion\bin\svnserve.exe --service -r d:\repos" displayname= "SVN Server" depend= Tcpip start= auto
2、修改服務
sc config SVNServer binpath= "C:\Program Files (x86)\Subversion\bin\svnserve.exe --service -r d:\repos" displayname= "SVN Server" depend= Tcpip start= auto
3、檢視服務
sc qc SVNServer
4、刪除服務
sc delete SVNServer
5、在登錄檔中刪除指定服務項
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22558114/viewspace-1771639/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Windows sc命令Windows
- windows環境常用命令 scWindows
- Windows命令列基礎Windows命令列
- SC-控制Windows服務的命令薦Windows
- 用sc.exe命令來管理Windows服務Windows
- Linux基礎命令:echo的使用Linux
- Docker簡單使用、常用基礎命令Docker
- 基礎命令
- 伺服器中使用sc.exe工具部署Windows服務伺服器Windows
- Windows Service:SC 和 InstallUtil 區別Windows
- R!SC'sPatcher 工具使用
- shell 基礎命令
- MySQL基礎命令MySql
- 命令列基礎命令列
- nmap基礎命令
- Docker 基礎命令Docker
- MongoDB基礎命令MongoDB
- RMAM基礎命令
- gitHub 基礎命令Github
- Liunx基礎命令
- Docker基礎命令Docker
- git基礎命令Git
- ASM常用基礎管理命令[ASM基礎]ASM
- Emacs基礎使用教程及常見命令整理Mac
- Linux基礎教程之命令的使用(轉)Linux
- Bat-基礎命令BAT
- linux 命令 基礎Linux
- 常用ubuntu基礎命令Ubuntu
- [shell基礎]——echo命令
- [shell基礎]——sed命令
- [shell基礎]——find命令
- [shell基礎]——uniq命令
- [shell基礎]——sort命令
- [shell基礎]——paste命令AST
- [shell基礎]——join命令
- [shell基礎]——split命令
- [shell基礎]——tr命令
- CentOS基礎命令大全CentOS