# Install / Uninstall a windows service sc create start= {boot | system | auto | demand | disabled} binPath= DisplayName= sc delete # Start / Stop a windows service net start net stop