WIndows Service Install and Uninstall Commands
As Admin Open Visual Studio Command Prompt
cd C:\Users\cd\Documents\visual studio 2013\Projects\MyWindowsService\MyWindowsService\bin\Release
InstallUtil.exe “MyWindowsService.exe”
installutil /u “MyWindowsService.exe”