4.1.1 Create Service Entry
Open a command prompt in As Admin mode: type cmd in the Windows Start menu, right-click the "cmd" entry, and run in As Admin mode.
Create a service entry called M-HSMServer, as per the following the example:
C:\Microsemi\SEE>sc create M-HSMServer binPath= "C:\Microsemi\server\m-hsmserver.exe" DisplayName= "Manufacturer HSM Server"
[SC] CreateService SUCCESS
Note: If you need to delete this entry, use the sc delete M-HSMServer command.