Surprise Me!

How to Export List of Running and Stopped Services in Windows 10?

2019-08-24 12 Dailymotion

How to Export List of Running and Stopped Services in Windows 10?<br /><br />In order to export all running and stopped services, open command prompt, and run the command below:-<br /><br />sc query type= service state= all > "%UserProfile%\Desktop\All_Running_Services.txt"<br /><br /><br />In order to export all running services, open command prompt, and run the command below:-<br /><br />sc query type= service > "%UserProfile%\Desktop\Running_Services.txt"<br /><br /><br />In order to export all stopped services, open command prompt, and run the command below:-<br /><br />sc query type= service state= inactive > "%UserProfile%\Desktop\Stopped_Services.txt"<br /><br /><br />Thanks for watching, please like and subscribe <br /><br />==============================================<br /><br />https://www.facebook.com/HowtoTutorialsByAmit/

Buy Now on CodeCanyon