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命令列基礎Windows命令列
- Linux基礎命令:echo的使用Linux
- Docker簡單使用、常用基礎命令Docker
- 伺服器中使用sc.exe工具部署Windows服務伺服器Windows
- Linux基礎命令---mpstat顯示cpu使用Linux
- Linux基礎命令---新增使用者useraddLinux
- Linux基礎命令—新增使用者useraddLinux
- shell 基礎命令
- MySQL基礎命令MySql
- 命令列基礎命令列
- linux 命令 基礎Linux
- nmap基礎命令
- MongoDB基礎命令MongoDB
- Linux基礎命令Linux
- Linux基礎命令---刪除使用者userdelLinux
- Linux基礎命令---切換使用者suLinux
- Emacs基礎使用教程及常見命令整理Mac
- windows下tftp命令,windows如何使用 tftp 和 telnet 命令WindowsFTP
- Linux入門_基礎命令_使用者和組相關命令Linux
- 常用基礎Linux操作命令總結與hadoop基礎操作命令LinuxHadoop
- windows 下使用 phpunit 命令WindowsPHP
- Linux基礎命令—mkswapLinux
- Linux基礎命令---mknodLinux
- Linux基礎命令---mkfsLinux
- Linux基礎命令---mktempLinux
- Linux基礎命令---sudoLinux
- Linux基礎命令---yesLinux
- Linux基礎命令---shutdownLinux
- Linux基礎命令---serviceLinux
- Linux基礎命令—sudoLinux
- Linux基礎命令—calLinux
- Linux基礎命令—dateLinux
- Linux基礎命令—lastLinuxAST
- Linux基礎命令---dateLinux
- Linux基礎命令---lastLinuxAST
- Linux基礎命令---lsusbLinux
- Linux基礎命令---lspciLinux
- Linux基礎命令---hwclockLinux