PowerShell建立Windows服務

來源:互聯網
上載者:User

標籤:powershell   new-service   

舊伺服器要淘汰,上面的自訂的Windows服務要遷移:

 

一、建立服務

(1)將自訂的Windows服務所需要的檔案複製到新伺服器上;

(2)使用powershell在新伺服器上建立新的Windows服務,命令如下:

new-service –Name OrderService –DisplayName OrderService –BinaryPathName “D:\order\OrderService.exe” –StartupType Automatic

650) this.width=650;" style="border-bottom:0px;border-left:0px;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://img1.51cto.com/attachment/201407/31/907015_1406789319Tm8e.png" height="123" />

(3)檢查建立成功;

650) this.width=650;" style="border-bottom:0px;border-left:0px;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://img1.51cto.com/attachment/201407/31/907015_14067893205gjx.png" height="39" />

 

二、刪除服務

(1)如果發現在建立的過程中有誤,可以使用以下的命令對建立的服務進行刪除並重建;

sc delete OrderService

 

New-Service命令的詳細介紹,參見網址:http://technet.microsoft.com/zh-cn/library/hh849830.aspx


本文出自 “緣隨心愿” 部落格,請務必保留此出處http://281816327.blog.51cto.com/907015/1533269

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.