windows.rst
changeset 1670 c7c98a85c749
parent 1541 80a1fea1fd7e
child 1751 49ebc27e6954
equal deleted inserted replaced
1669:12f6f6b95b7c 1670:c7c98a85c749
   411   http://support.microsoft.com/kb/290402
   411   http://support.microsoft.com/kb/290402
   412                 HOW TO: Remove the Service Pack Restore Files and Folders in
   412                 HOW TO: Remove the Service Pack Restore Files and Folders in
   413                 Windows
   413                 Windows
   414   http://support.microsoft.com/kb/253597
   414   http://support.microsoft.com/kb/253597
   415                 Automating Disk Cleanup Tool in Windows
   415                 Automating Disk Cleanup Tool in Windows
   416 
       
   417 Windows services from command line.
       
   418 ===================================
       
   419 
       
   420 List of all running services.
       
   421 -----------------------------
       
   422 ::
       
   423 
       
   424   cmd> net start
       
   425 
       
   426 Start service.
       
   427 --------------
       
   428 ::
       
   429 
       
   430   cmd> net start NAME
       
   431 
       
   432 Stop service.
       
   433 -------------
       
   434 ::
       
   435 
       
   436   cmd> net stop NAME
       
   437 
   416 
   438 Schedule Tasks in Windows.
   417 Schedule Tasks in Windows.
   439 ==========================
   418 ==========================
   440 
   419 
   441 List registered of task.
   420 List registered of task.