# HG changeset patch # User Oleksandr Gavenko # Date 1421141187 -7200 # Node ID ed7fa7e54aaaa36bcb729129ef3e770c778c721e # Parent 7a489de6fb715cd0e934cce513b9a5da630b7b91 About Windows services. diff -r 7a489de6fb71 -r ed7fa7e54aaa windows-service.rst --- a/windows-service.rst Mon Jan 12 23:04:42 2015 +0200 +++ b/windows-service.rst Tue Jan 13 11:26:27 2015 +0200 @@ -6,6 +6,12 @@ ================== .. contents:: +About Windows services. +======================= + + http://www.coretechnologies.com/WindowsServices/FAQ.html + Windows Services Frequently Asked Questions (FAQ). + List services. ============== @@ -71,6 +77,12 @@ Windows Server 2003 Resource Kit Tools download. http://stackoverflow.com/questions/3663331/creating-a-service-with-sc-exe-how-to-pass-in-context-parameters How to pass parameters to sc.exe runnable. + https://support.microsoft.com/KB/137890 + How To Create a User-Defined Service (with Srvany.exe). + http://technet.microsoft.com/en-us/library/cc990289.aspx + Sc create help. + http://support.microsoft.com/kb/251192 + How to create a Windows service by using Sc.exe Delete service. ===============