Skip to main content

How To Remove autorun viruses Manually From Computer

TO REMOVE HIDDEN VIRUSES AND AUTORUN.INF FILES


There is a much simple way to remove the Autorun.inf file. Genreally when you refresh the windows explorer view a bounded virus process recreates this file. This file is attached to many events of windows explorer including OPEN, REFRESH, etc. Simple stept to remove the virus activation:
You must close opened explorer windows.

1. open up a command prompt (i.e. cmd.exe) >> to load it go to Run, type cmd, enter.
2. Now to remove virus's attributes (in order to delete it type following line by line and execute them pressing enter.
You can select any drive C: , D: , E:  or any Other removable devices flash drives like your Pen drives etc 
e.g.
F:\
F:\attrib -s -r -h *.* If there are any malicious EXE files those are now visible so if unnecessary delete them too.
F:\del autorun.inf

3. After finishing above, quickly remove the pen as soon as posible (just after executing del command).
4. Now your pen is without virus activation config. file. Now you can safely delete unnecessary EXE files on it.

If  You have any Problem in above procedure just post that problem in the comment section . we will be replying you soon .

Further If You Want Us To Write About a Topic Which You Are Finding Difficult You can leave a Comment  Below The Post . 

Comments

Popular posts from this blog

6 Insane Discoveries That Science Can't Explain

We like to feel superior to the people who lived centuries ago, what with their shitty mud huts and curing colds by drilling a hole in their skulls. But we have to give them credit: They left behind some artifacts that have left the smartest of modern scientists scratching their heads. For instance, you have the following enigmas that we believe were created for no other purpose than to fuck with future generations. #6.   The Voynich Manuscript The Mystery: The Voynich manuscript  is an ancient book that has thwarted all attempts at deciphering its contents. And it's not like some idiot just scribbled a bunch of nonsense on paper and went, "Figure THIS out, fuckwads." It is actually an organized book with a consistent script, discernible organization and detailed illustrations. It appears to be a real language--just one that nobody has seen before. And it really does appear to mean something. But nobody knows what. There is not even a con...

Do You Know We Can Chat With Command Prompt On Same Network

Chat With Command Prompt  On Same Network Talk with other computers on your network with command prompt only no messenger needed. If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! All you need is your friends IP address and Command Prompt. Firstly, open Notepad and enter: @echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A Now save this as "chat.bat". Open the command prompt by going to Start -> Run ->cmd  ->Enter  now drag this chat.bat file to the cmd window and press enter . now u will see something like . MESSENGER User: After "User" type the IP address of the computer you want to contact. After this, you should see this: Message: Now type in the message you wish to send. Before you press "Enter" it should look like this: MESSENGER User: 56.108.104.107  ( your friends ip address here like example shown here  ) Mess...

Windows Best Softwares Collection You Never Know

7 zip Compression Software 7-zip is the best file compression software ever with file size less than 1.5 MB . This  File  Compression tool can convert any file to any Compression format (e.g.  .rar , .zip , .zipx , .7z , .tar , .tar.gz , .gz2 , .gz , .archive  etc...)  and can also decompress from any Format to Original file . Its Own Compression Format  .7z  is the Best compresion format in present time it gives you more compresion than any one else whether it is  Winzip , Winrar or any thing else  .  One of  its best feature is that it can Join the part files which you download from internet , and use programs like hjsplit to join them . It can also  break big files in to part files which can  be carried easily and  joined  again at destination . This is an Free Software Which is Available Free of cost at its official website and also at sourceforge.com  . To download this Software  Fo...