Skip to main content

Delete viruses without any anti virus software

today i just visited a virus infected computer.on that computer i was not able to open the D Drive.because of it's infection !so when i was trying to open that drive i was just getting an error , that partition is corrupted . means to say the virus was inside on that drive !. so now how to delete this kind of virus when you have no any anti-virus software ?
so let's see, every file of virus has a attribute like this : Read only file, Hidden file , System file
so now this kind of file can't be deleted easily . so first how to get into that kind of drive ?
follow this steps
>go to my computer you can also type this shortcut key : " WIN + E "
,find address bar on the top n type the location of your drive
for eg: D: 
e:
f:
after the drive name colon is compulsory .okay now , hit the enter key
you w'll be in that drive !
okay now how to find virus on that drive ?
so let's open the cmd command prompt go to run type cmd and hit the enter key , now  in cmd type the location of your drive which is infected by virus . for eg: type :E and press enter 
now type dir to view all the file on on drive
but the virus will be not shown at this time !
so what to do ?
you have to remove it's attributes like read only , hidden , and system 
file 
so let's remove the attribute
type attrib -s -r -h
hit the enter key again
now type dir and enter key
now you w'll find the files of virus like auto run.inf or new folder.exe etc that are appearing as a unknown files !
so type del file name
or type rd folder name
eg: del auto run.inf
rd new folder
but if you got difficulty go on that drive as i told you and simply delete the file by clicking right click or del key !
if that file still can't be deleted 
download this software called unlocker to delete undeleteble file easily.this trick is also working on pen drive . you can remove virus from pen drive by doing this steps :)
so enjoy... !

Comments

Popular posts from this blog

How to lock any file or folder without any software.

  With this trick, you can create a secure password protected  folder  in Windows which no one except you can access. To use this trick, follow the instructions given below:-   1.  Open  Notepad . 2.   Copy and paste  the exact code given below:- cls @ECHO OFF title computer-tricks-corner.blogspot.com if  EXIST  "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto  UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo  Invalid  choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=...

The best free automation tools for Windows

When your job involves working on a computer, repetitive actions can be the bane of your existence. They're not only tedious, but also (even worse) time consuming. Fortunately, in case you're forced to execute the exact same actions over and over again, you can create macros (scripts) that will automatically do them for you. Let's say, for example, that every day you have to open your downloads folder; to do this, you would normally have to click on 'Start', then on 'Documents' and from there finally click on 'Downloads'. Using a macro, you could simply run a certain file from your desktop or (even better) use a key combination, and the download folder will be automatically opened. (Of course, this was very simplistic, but you can use macro scripts to perform much more complicated tasks.) Here you will find a list with some of the best automation tools on the market. These applications won't only help you improve your productivity with macr...

How to Deal With Your Drivers Issues

For those of you who are really new to this, drivers are software that make the connection between your hardware (motherboard, graphic cards, sound card, printer, etc) and your operating system. Each hardware component has its own driver (which works on specific Windows versions), and if you don't have the correct driver installed, the respective device will either run incorrectly or not run at all. So, after you've reinstalled Windows (or installed it for the first time), you are going to need drivers to make your computer fully operational. The first and easiest solution is to install them is by using the CDs that came along with your hardware. If that's no longer possible because the respective CD is no longer available or the drivers on it aren't compatible with your Windows version, you will have to  improvise . My favorite solution in this situation is to use a combination of two programs: 3DP Net and 3DP Chip. Both of them are completely free and require ...