Subscribe For Free Updates!

We'll not spam mate! We promise.

Sunday, December 7, 2014

How to remove virus from your Computer using cmd (autorun, emptyfolder virus)

Hi guys! Are virus creating problems foe you ? Though your antivirus software removes virus and problem persists, searching google for the removal and you are into a perfect site for a solution. Here’s a trick to remove all your viruses. Follow the steps given below to remove viruses using cmd ( command prompt ) .

How to remove autorun virus using cmd  ?Steps : 
  • Press ( Start or winkey ) -> Run -> cmd.
  • If you are at the root directory ( C drive ) then do the following, else give cd.. and come to the root C:> and do the following. 
  • Type in ( attrib -h -r -s autorun.inf ), without brackets and press Enter.
  • Type ( del autorun.inf ), without brackets and press Enter.
  • Follow this for all other drives. 



How to remove empty Folder virus using cmd  ?
 
  Got some Files in your pen drive but they are empty! Because of the virus in your pendrive malfunctions your drive. How to remove this empty folder virus and recover files? Follow the steps given below.

  • Start -> Run -> cmd.
  • Type this command: attrib -h -r -s /s /d x:*.
  • Here the letter “x” should be replaced with the drive alphabet of your pendrive that you have inserted into the computer.
  • If your pendrive shows the drive alphabet as “J“, then type  this command: attrib -h -r -s /s /d j:*.
  • And then press a gentle Enter.

How to remove Shortcut virus using cmd  ?
Click here for it 

Recover your files :

     You can recover your files through Winrar.



  •  Open WINRAR Application.
  •  Navigate to your Pendrive location or PC Folder location.
  •  Copy Files and Paste where you want.
  •  Format your Pendrive.
 I hope it works.If still you have problems then comment below I'll try to help you

Thursday, December 4, 2014

How to Remove shortcut virus from Pendrive, PC, windows7,8 or memorycard

If all your folders in pen-drive/flash drives or memory cards are converted into shortcut icons then it is a good news for you.   shortcut virus remove
Now I’m going to tell you how to remove this virus without using any antivirus software. If you have not formatted your flash drive then you can solve this problem.

How to remove Shortcut virus?

     Follow the below Steps to remove Shortcut Virus:
  • Go to Start -> Run -> cmd.
  • Go to your pen drive, memory cards or mobile phone directory.
  • Type del *.lnk (to delete all link files in the directory)
  • Type attrib -h -r -s /s /d e:*.*
  • Replace e with your drive letter.
  • And then press a gentle Enter.
Just follow the below given steps to remove, delete, wipe out or whatever the shortcut virus from your pen drive, memory cards or even mobile phone and recover back your files.

Note : After when you got your files, just copy your files somewhere in your PC and format your drive and then copy again your files to the drive. Only then your shortcut virus will get off from your PC…!

     Still having problems then try following steps
  • If you are getting attrib not recognized error then follow these steps-

attrib command troubleshooting:

 shortcut virus remove
  When you try to use some attrib commands in command prompt like ” attrib -h -r -s /s /d e:*.* ” There may be any one of the following reasons:


  • Check with your command given, Check for spell mistakes and spaces.
  • You have given the command correctly, but it’s not found in the directory. You may fail to give the class path, where the Command prompt variables are defined. 
set path
  •  My Computer – > Properties -> Advanced -> Environment variables
  • In system Variables, double click on the path to edit.
  • Give these two paths there, If not Present. 
                        1. C:\WINDOWS\system32;   
                        2. C:\WINDOWS
 
  • If you are getting access denied error

Fix – access denied for attrib command in Windows

                  When you are using your attrib commands for the purposes like ” Virus Removal “, there are some chances of getting access denied,

Follow these steps to recover:

               When you get access denied when trying to use an attrib command in command prompt window, Just follow the following steps to fix it.

 1. Restart your PC in Safe mode
 2. Do a Check Disk (CHKDSK)
 3. Try your attrib command now.
 
Note: If the Drive gets infected again and again ” Make a Boot Time Scan Using Avast Antivirus”

               This will really work. 
 If still you are facing problems then comment below I'll try to help you....