Tag:war server hardware must be font Registration Services Project ram ros
register Start service:
windows Server registration Stop
open cmd window-start-run-input cmd, enter  
Register service Command  
CD c:\windows\microsoft.net\framework\v2.0.50727 (written according to your Framework version (V2.0.50727  can replace v4.0.30319)
installutil.exe d :\hardwareserverservice.exe (d:\ hardwareserverservice.exe is the program location)
net start computerservice ( Computerservice is the name of the service)
Cancel Registration Service
CD C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
Installutil.exe/u D:\HardWareServerService.exe
Copy the HardWareServerService.exe file from your C # solution to the D drive HardWareServerService.exe
InstallUtil.exe D:\HardWareServerService.exe
net start Computerservice
Where D:\HardWareServerService.exe can be modified to "your current solution directory \ Project Name \bin\debug\hardwareserverservice.exe"
Delete Service
SC Delete Computerservice(Computerservice is the name of the service)
You cannot start a service from the command line or from the debugger, you must first install the Windows service (using Installutil.exe), and then start it with the ServerExplorer, Windows Server Management tool, or the net start command