windows.rst
changeset 869 ed4c418ca6f3
parent 752 8423422f0a57
child 870 7d666974cfa0
equal deleted inserted replaced
868:a0179c19a731 869:ed4c418ca6f3
   349   %SYSTEMDRIVE%\Documents and Settings\USER\Local Settings
   349   %SYSTEMDRIVE%\Documents and Settings\USER\Local Settings
   350 
   350 
   351   http://support.microsoft.com/kb/290402
   351   http://support.microsoft.com/kb/290402
   352                 HOW TO: Remove the Service Pack Restore Files and Folders in Windows
   352                 HOW TO: Remove the Service Pack Restore Files and Folders in Windows
   353 
   353 
       
   354 * Windows services from command line.
       
   355 
       
   356 ** List of all running services.
       
   357 
       
   358   cmd> net start
       
   359 
       
   360 ** Start service.
       
   361 
       
   362   cmd> net start NAME
       
   363 
       
   364 ** Stop service.
       
   365 
       
   366   cmd> net stop NAME
       
   367