Computer info

What is knowledge if you will not share it.

Saturday, August 4, 2012

How to view hidden files

One of the most common viruses will hide your files. So here's a step on how to unhide your file


1.) Open a notepad


2.) Type these:

     @echo off

     attrib -s -h -r name of the file

Example:

    @echo off

    attrib -s -h -r hello.exe


3.) Save it as file.bat or .bat


4.) Put the file.bat or .bat to the folder where your file is hidden.


5.) click the file.bat or .bat and your file will be unhide.

Popular Posts