I'm using DOS and at the same time by using anti-virus scanner I found at that my iexplorer.exe has a trojan horse and I want it to remove using DOS command. The problem is I don't know what kind of file I'll remove in order to eliminate the trojan horse. Can someone help me about this problem?. Thanks in advannce.
Why didn't the AV program remove it? If you still want to do everything by command line, here are some commands that might help: netstat -ano That shows you all connections & the PID. Look in the foreign address column for unwanted connections.
tasklist | more That tells you all the processes that are running.
taskkill /pid (number) That will kill the process.
del file_name That will delete the program once you find it.
How do you know when a politician is lying? His mouth is moving.