Subscribe For Free Updates!

We'll not spam mate! We promise.

Thursday 29 August 2013

How to Fix Disabel Hidden Option | How to Unhide Folder and File Which was Hidden By Virus Attach

attrib command line










1. Unhide using the Windows attrib command
This is the old school method of doing it without using any software. Just run command prompt (Start -> Run -> CMD for XP, or for Vista and 7 Start -> type CMD in search box, right click and run as Admin), type the following command:

attrib -H -S C:\path\to\your\file.doc /S /D
You can also use the asterisk character to define multiple extensions. For example:
attrib -H -S C:\raymond\*.* /S /D
This would remove the Hidden and System attribute of all files in the raymond folder on the C drive. The /S and /D arguments are optional. /S will recurse down into all sub folders and /D will unhide the folders themselves if they have the System or Hidden attribute set.
Just to point out, it’s probably not the best idea to use something like “C:\*.*” as this will unhide the whole drive including files which Windows has set as hidden or system by design.
On the next page we’ll show you how to unhide/unsystem your files using even easier methods with the help software.
Computer viruses are actually programs that copy themselves from one place to another automatically and destroy your data. Apart from infecting your files, there are many viruses that affect the efficiency of person working on PC. In simple words, I will say that these viruses irritate the person working on computer.
For example, some viruses create shortcuts of files present in USB drives. Other computer viruses hide all files and folders on USB drive. Not only they hide files and folders but also disable the option to unhide those files. Actually those viruses are executed by DOS commands that automatically set attributes of all files and folders present on USB drive to “System files and Folders”. And system files are always hidden. For system files, the option to unhide them through properties window will also be disabled.
Hidden System Files
So, in order to show hidden files and folders you will be required change attributes of those files. Firstly, I will recommend you to install antivirus program on your computer. Since USB viruses are much common these days so you can install USB Disk security get rid of USB viruses.

How to show Hidden System Files and Folders?

In order to show hidden files and folders in Windows 7, open the folder containing you files and click on Organize tab>Folder and search options. Now click on View tab and uncheck the option named “Hide protected operating System Files”. Also click on “Show hidden files and folders” option. When you apply the new settings, all the files and folders will become visible.
If you want to unhide those system files and folders, follow the steps below.
  • Click on the start button and type cmd in the search box.
  • Click on cmd and it will open a black DOS window.
  • Type the following command there and press enter.
  • attrib -H -S G:\*.* /S /D /L
  • Hit enter button and it will show hidden files and folders from G drive.
  • You can replace “G:\” in the above command with the path of your required folder or USB drive. Remember that *.* will apply the attribute to all the files and folders present there.
  • In the above command, -H and –S and the attributes. The first one will show the hidden files and folders whereas the second one will convert system files to normal files.
  • If you change negative signs to positive in above commands, it will make those files again hidden and system.
show hidden files and folders
show hidden files and folders

Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment