Delete almost Any Viruses from your PC.No Anti-Virus required
Hey guys.
First of all,i decided to make this post since im bored right now.This is a pretty good trick if your pc is fucked up by some bloody viruses and the computer has turned it to shit and you are angry like
So first of all,all you need is Cmd or Command prompt
Hit run on start menu.
Type in
Now if you know the location of the viruses,things are a bit easy for you.Most probably ,the virus came from some downloaded files so better go to the downloads directory which is the default directory.
FINDING THE VIRUS
So to go to a particular directory,type in
Now you can see that we are in the my documents directory.Now type in
Now ,when you hit enter,all the files will be listed .In my 'my documents' , there is only one such file .In your cmd,more can be listed.
Now you can see that some files are having something written in the beginning like SHR or any of those letters.
S stands for System file attribute ,H stands for Hidden, and R stands for Read only file.So if there are any files that fall under any of these categories,they will be starting with these corresponding letters.
Now if there are any viruses in that folder,the file will be having the prefix of "SHR".Its a virus only if it is SHR.If it is something like HR or SH ,its not a problem.
In my "my documents",there are no viruses as you can see there are no "SHR" files.
Now if you scan files in C:\ ,you will find that there are many SHR files like this :
NEVER DELETE THESE FILES.They are system boot files and other system files which are necessary for your system to work properly.They are not Viruses though they are having SHR.Anything other than these,they are viruses.
Now in most cases,viruses directly affect the system files.So go to the directory system32 in windows like this :
Now all the files will be listed and check whether any of them are under the category SHR.
DELETING THE VIRUS
Now once you have found a virus using this method,lets move on to deleting it.
My computer is freshly re-installed and there are no viruses in it.But suppose you found one with SHR.In my case,i will just suppose this file, WindowsLogon.manifest
as the infected file though its not.I am doing this as an example.So now, in the next line,i would type,
Now any files that were,SHR would be converted to regular so that it can be deleted.
Now,type in
Now the virus is deleted
You can do this to any file you want.
Hope you like this.Remember,use this method when your computer is completely messed up and even the anti-virus dont work.
Thanks for reading,
peace
First of all,i decided to make this post since im bored right now.This is a pretty good trick if your pc is fucked up by some bloody viruses and the computer has turned it to shit and you are angry like
So first of all,all you need is Cmd or Command prompt
Hit run on start menu.
Type in
Quote:cmdto open up the blacky classic command prompt.
Now if you know the location of the viruses,things are a bit easy for you.Most probably ,the virus came from some downloaded files so better go to the downloads directory which is the default directory.
FINDING THE VIRUS
So to go to a particular directory,type in
Quote:cd [pathname]So for the My documents , here is how it will look like : (You dont need to specify the path for my documents since its already known by the pc)
Now you can see that we are in the my documents directory.Now type in
Quote:attribin the next line.Attrib is a command used to display or list the attributes on the directory.That means,the archivable files in it.
Now ,when you hit enter,all the files will be listed .In my 'my documents' , there is only one such file .In your cmd,more can be listed.
Now you can see that some files are having something written in the beginning like SHR or any of those letters.
S stands for System file attribute ,H stands for Hidden, and R stands for Read only file.So if there are any files that fall under any of these categories,they will be starting with these corresponding letters.
Now if there are any viruses in that folder,the file will be having the prefix of "SHR".Its a virus only if it is SHR.If it is something like HR or SH ,its not a problem.
In my "my documents",there are no viruses as you can see there are no "SHR" files.
Now if you scan files in C:\ ,you will find that there are many SHR files like this :
NEVER DELETE THESE FILES.They are system boot files and other system files which are necessary for your system to work properly.They are not Viruses though they are having SHR.Anything other than these,they are viruses.
Now in most cases,viruses directly affect the system files.So go to the directory system32 in windows like this :
Now all the files will be listed and check whether any of them are under the category SHR.
DELETING THE VIRUS
Now once you have found a virus using this method,lets move on to deleting it.
My computer is freshly re-installed and there are no viruses in it.But suppose you found one with SHR.In my case,i will just suppose this file, WindowsLogon.manifest
as the infected file though its not.I am doing this as an example.So now, in the next line,i would type,
Quote:attrib -s -h -r
Now any files that were,SHR would be converted to regular so that it can be deleted.
Now,type in
Quote:del [filename]
Now the virus is deleted
You can do this to any file you want.
Hope you like this.Remember,use this method when your computer is completely messed up and even the anti-virus dont work.
Thanks for reading,
peace
No comments:
Post a Comment