Thursday, October 30, 2014

Remove Shortcut Virus permanently from your Computer

Standard

Shortcut virus has become a common problem in almost all the computer users. actually its not a virus its a VBS Script. To get rid of this problem  You have to do some simple task on your computer system. so here's some method>>>>


Using CMD


1. Open CMD (Command Prompt – DOS, go to start then search cmd)
2. Type the command word foe word

attrib -h -s -r -a /s /d DriveName:*.*

Now Type the drive letter which you want to delete the short cut virus in stead of DriveName For example: if you want to make virus free C drive then it will be :  attrib -h -s -r -a /s /d c:*.*
3. Hit the Enter button
4. So you'll see that your computer is back to normal now.


Using .bat

Bat file is a executable file that is written in notepad. once it is cliked it will start its action.

1. Open Notepad
2. Copy this code :

@echo off
attrib -h -s -r -a /s /d 
DriveName:*.*
attrib -h -s -r -a /s /d DriveName:*.*
attrib -h -s -r -a /s /d DriveName:*.*
@echo complete.

3. Now Type the drive letter which you want to delete the short cut virus in stead of DriveName 
4. Give this file's name removevirus.bat and save it in your convenient place of your PC
5. Now close the file and open it by double click
6. Now Your Computer is virus free (*not all kind of virus*)

To save from victimised pendrive

1. Go to RUN
2. Type wscript.exe  then press ENTER
3. Type 1 in  Stop script after specified number of seconds: and then APPLY .

To save victimised PC


1. Type CTRL+SHIFT+ESC from your keyboard
2. Go to PROCESS tab
3. Select wscript.exe file
4. Click End Process
5. Now Go to C:/ drive on your computer
6. search wscript in search box
7. SHIFT+DELETE all the file named wscript
8. skip those file which are not deleting
9. Now go to RUN
2. Type wscript.exe  then press ENTER
3. Type in  Stop script after specified number of seconds: and then APPLY .

Thats it! Now your computer is free from ShortCut Virus!





0 comments:

Post a Comment