Print List of Windows Services from System Configuration?

Joined
Jan 4, 2015
Messages
2
Reaction score
0
Is there a way to get a printout of Services that appear in System Configuration?
Background:
With the most recent set of windows 7 updates I began to have BSOD blues every time I came out of Hibernate.
Computer is a Lenovo Edge 531 and it hadn't exhibited this behavior in months.
I constructed an Excel Spreadsheet of all the services: the hard way Cut image | Paste image | type.
BSODs all pointed to Hardware. [WinDbg]. Via Dumb Luck I ran Norton 15 for "minimal services" and the problem went away. So the problem is solved but the cause has not been isolated.
I decided to fill in my Excel sheet with "Running" of "Stopped" with Recommended and Minimal Services to find the cause.
Which brings me to the question: is there an easier way to get that list?
Constructing it for a single computer is...time consuming to say the least.
TIA
wbajr tbc
 
Joined
Jan 4, 2015
Messages
2
Reaction score
0
Found this at another site
cmd /c net start > "%UserProfile%\Desktop\Services.txt" & pause
when placed in the search box...puts a text file "Services" on your desktop and shows services that are running.
-wbajr
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top