0
Removing trojans manually
Following are the ways you can remove trojans from your system:

Method 1.
You can download some explorer software like process explorer. This software will clearly list all the process running on your pc. The tool is required as many trojans stay hidden from the taskmanager. Well run the process explorer. Then look for processes that are highlighted pink. Right click on that process and select kill process tree. Then go to the location the file is mentioned at and delete the file.

Method2.
Start the command prompt.
step1. enter the command
netstat -a -b -n
This would list all the connections on the pc. The connections are always shown in the format of IP:port number
And all trojans work on UDP ports hence you can trace the non-reliable connections easily.
step2. look up the PID of the processes and then from the task manager end the process which is non-reliable

or

you can also use the command

netstat -no

this would list out all the live connections on the pc.
next to kill a particular process.

taskkill /PID 1234
here 1234 should be the pid of the suspicious process.

Post a Comment


I Love Hearing What My Readers Have To Say!

People Like You Have Helped To Make The Blog What Is Today!

So I Wanted To Thank You Personally For Sharing Your Thoughts.

I Read Comments First Thing In The Morning So Helpfully Yours Will Help Brighten Up My Day!

 
Top