Hello all,
I'm looking for a program that dumps all running services to a .txt file
Please don't confuse it with dumping processes.
Does anyone have such a tool or at least a name so I can search for it?
Thank You
|
Full Version: Nt Services To File.txt
Hello all,
I'm looking for a program that dumps all running services to a .txt file Please don't confuse it with dumping processes. Does anyone have such a tool or at least a name so I can search for it? Thank You
just write a batch file which contains:
net start>>File.txt and everything wil be written to your file
Or use sc.exe from MS Ressource Kit can be found on MS FTP Server
sc.exe query >services.txt You will get a more detailed view.
heres the link service.zip then run with params service.exe LIST >>process.txt there are some good commands also
just get the PS TOOLS from syinternals. it's very good and very useful. will do what u need.
BiG THX to all of You
REally appreciate the help THX!!!
Thank u Guy!
sc.exe query >services.txt This is what im looking for!
or if you are under XP (and maybe NT the exe is the same) do in a dos console tasklist.exe>liste.txt it will make a liste with the name and the pid of the running process.this file is a default installed programm.....try and say me if i am wrong or not...
P.S: Sorry for my bad english
aren't we talking about SERVICES? the easiest would be, as already mentioned net start >> list.txt
Sorry guy i haven't pay attention...for services it could be the better way..i will test it
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
|
||||