dc2243 0 Posted March 15, 2005 I'm not new to computers, but im new to actually knowing anything about them, so sorry if this is a stupid question. When i bring up my task manager and i look at the processes, there are 29 processes supposedly being run by me, the user, along with many more system processes. I am wondering how i can find out what each of the processes are, what they do, the name of the program, if i need them, etc. They are all .exe, which i believe means executable file? im not really sure so that is another question of mine. I want to know because on my last computer a bunch of spyware programs were being run, and they were not found by spyware or ad-aware, but icould not end the process because a new one would pop up, and my computer was dreadfully slow. I jsut want to know for the future and what not. I hope someone can help me, and i appreciate your time if you can help. Thanks. Share this post Link to post
theefool 0 Posted March 15, 2005 Simple answer...maybe.. http://www.liutilities.com/products/wintaskspro/processlibrary/ Share this post Link to post
mctonale 0 Posted March 16, 2005 And if you cant find it there? Google it. (include the extension) Share this post Link to post
Wilhelmus 1 Posted March 16, 2005 Alec§taar would most likely tell you about tasklist command... Start->Run: "cmd" Then execute "tasklist /svc", now you'll see what services have running process loaded. And if you want to see what modules(dlls) the process is using, execute: "tasklist /m | more" (the "| (pipe) more" allow you to pause between screens, if you get lots of text). Execute "tasklist /?" to see syntax for this command. As mctonale mentioend, Google is your friend. Share this post Link to post
theefool 0 Posted March 16, 2005 Though, google will probably point you to liuitilities. Thanks for the tasklist util. Never knew that existed. I always thought I knew about the majority of the command line utils that come with the os. In fact, I've been learning the new command shell called: MCS or Microsoft command shell. Share this post Link to post
Wilhelmus 1 Posted March 17, 2005 Originally posted by theefool: Quote: Thanks for the tasklist util. Never knew that existed. I always thought I knew about the majority of the command line utils that come with the os. Did you knew that you can create self-extracting/installing package with Windows XP? "iexpress.exe" Share this post Link to post
theefool 0 Posted March 17, 2005 Nope, but since I already use winzip and winrar, I didn't even bother looking into that. I did know that xp has unzipping tech built in. Sometimes, we get set in our old ways of doing things. I still use pkzip, pkunzip, and arj. Share this post Link to post