今天安裝部門的pda後台windows服務,這裡記錄一下怎麼安裝或者解除安裝windows服務。
1、windows選單,搜尋cmd,管理員方式執行終端
2、進入相應路徑
cd ltmesservice\implateformgateway
3、服務安裝
implateformgateway install
4、服務啟動
net start implateformgateway
5、開啟任務管理器——服務,檢視安裝的服務是否啟動
1、windows選單,搜尋cmd,管理員方式執行終端
2、服務停止
net stop implateformgateway
3、服務解除安裝
sc delete implateformgateway
或者implateformgateway uninstall
4、開啟任務管理器——服務,檢視服務是否解除安裝
不管是安裝服務還是解除安裝服務,管理員方式執行終端是關鍵。接觸過linux系統的或者後台開發的都知道,一些奇奇怪怪的問題,給個許可權就解決了。
如何安裝 ,解除安裝 windows 服務
這裡說的是 用指令碼做 install,uninstall service.要安裝或者解除安裝 在.net framework下開發的 windows servcie,我們需要用到installutil.exe 路徑在c windows microsoft.net framework v2.0.50...
windows下安裝 解除安裝mysql服務
安裝服務 在命令列輸入 d mysql bin mysqld install net start mysql 解除安裝服務 在命令列輸入 net stop mysql d mysql bin mysqld remove 在win2000下 安裝服務 在命令列輸入 d mysql bin mysqld...
安裝 啟動 停止 解除安裝 Windows服務 c
問題 windows服務安裝時,出錯 system.componentmodel.win32exception 帳戶名無效或不存在,解決 將serviceprocessinstaller1 accout屬性,設為 localsystem 預設是user 執行 installuitl 程式名.exe ...