Posts

Showing posts from January 27, 2015

How to remove shortcut virus from PC

HOW TO REMOVE SHORTCUT VIRUS FROM PC/LAPTOP OR PEN DRIVE ? Method#1 1.        Open CMD. (Go to Run > type CMD > hit enter) 2.        Now you need to write one simple command. Just write the command which is shown below.  attrib -h -s -r -a /s /d DRIVENAME:*.* press ENTER Now replace the “Drive-Name” with your drive name. Lets assume you want to remove the shortcut virus from the drive C then your command will be   attrib -h -s -r -a /s /d C:*.* 3. Now hit the enter button. And your all the shortcut virus will be removed. And now you can simply go back and delete the shortcut folder normally. METHOD#2 .Bat file is nothing but its an execution of any file. You can make a .bat file easily using notepad and you have to write the same command which I mentioned above. In case if the above CMD method don’t work try this. And also using this method you can   remove the shortcut virus   from all of your drive in just one single step while in CMD method yo