windows-service.rst
changeset 1673 ed7fa7e54aaa
parent 1672 7a489de6fb71
child 1905 fba288d59662
equal deleted inserted replaced
1672:7a489de6fb71 1673:ed7fa7e54aaa
     3 
     3 
     4 ==================
     4 ==================
     5  Windows service.
     5  Windows service.
     6 ==================
     6 ==================
     7 .. contents::
     7 .. contents::
       
     8 
       
     9 About Windows services.
       
    10 =======================
       
    11 
       
    12   http://www.coretechnologies.com/WindowsServices/FAQ.html
       
    13     Windows Services Frequently Asked Questions (FAQ).
     8 
    14 
     9 List services.
    15 List services.
    10 ==============
    16 ==============
    11 
    17 
    12 List of all running services::
    18 List of all running services::
    69 
    75 
    70   http://www.microsoft.com/en-us/download/confirmation.aspx?id=17657
    76   http://www.microsoft.com/en-us/download/confirmation.aspx?id=17657
    71     Windows Server 2003 Resource Kit Tools download.
    77     Windows Server 2003 Resource Kit Tools download.
    72   http://stackoverflow.com/questions/3663331/creating-a-service-with-sc-exe-how-to-pass-in-context-parameters
    78   http://stackoverflow.com/questions/3663331/creating-a-service-with-sc-exe-how-to-pass-in-context-parameters
    73     How to pass parameters to sc.exe runnable.
    79     How to pass parameters to sc.exe runnable.
       
    80   https://support.microsoft.com/KB/137890
       
    81     How To Create a User-Defined Service (with Srvany.exe).
       
    82   http://technet.microsoft.com/en-us/library/cc990289.aspx
       
    83     Sc create help.
       
    84   http://support.microsoft.com/kb/251192
       
    85     How to create a Windows service by using Sc.exe
    74 
    86 
    75 Delete service.
    87 Delete service.
    76 ===============
    88 ===============
    77 ::
    89 ::
    78 
    90