How to unhide super hidden or system hidden files.

How many you have faced a situation when you insert a USB drive or your external hard disk and find all your files have disappeared?  After checking more closely you will find that files are present there but all of them are hidden and when you try to unhide those by right clicking those you find the particular option greyed out. Well in our system/computer there are important/operating system files which are super hidden. But this can happen also due to virus or malwares infections which will modify the files and make hidden. The problems with these files are that you will not able to make it visible with normal process. In this post I will explain how you can hide/unhide such super hidden or operating system files.

  1. Click on the start button/start menu and type CMD and click enter.
  2. Suppose you have file named XYD on the D drive which is set to super hidden.
  3. From command prompt navigate to D drive by typing D: on command prompt and press enter.
  4. Now type attrib XYZ –a –s –h.
  5. Now check the file XYZ, you will find that the now file will be visible.

Well now you can use the same command to super hide any file, well for that you have to follow the same steps but set the +a +s +h.

Note: Even though this trick is useful at times and saves our life, this should not used on important system files which should remain as super hidden which will prevent from accidental deletion of these files which can result in system crash etc.

Hope this helped, do comment. :)

Enter Your Mail Address

Related Posts Plugin for WordPress, Blogger...

Related posts:

  1. Make hidden files or folders with WinMend Folder Hidden freeware.
  2. Quick Tip: Display “file properties” of any files super quick way!
  3. Find all files hidden by infection on USB drives with USB Show.
  4. Simple script to show/hide hidden folders with one click for Windows 7
  5. Find duplicate files in your system – Duplicate Cleaner

About the Author

has written 874 posts on this blog.

SK is the Founder and Editor-in-Chief of Techdunes .You can follow him on Twitter at @funmansk. Love to blog on Technology and Environment.Works as an IT Professional and expertise in different field in Information technology.

4 Comments on “How to unhide super hidden or system hidden files.”

  • combatifighter wrote on 22 September, 2011, 18:36

    Thank you sk!!!! This post is exactly what I needed!!! You da man!!!!

  • Kring2x wrote on 25 September, 2011, 16:40

    woah!! it worked!! thanks!!

  • Kring2x wrote on 25 September, 2011, 16:43

    but i have another problem, it doesn’t work on file names with spaces…

    example
    attrib Malfunkshun -a -s -h —-worked!
    but
    attrib Mad Season -a -s -h —- said parameter format not correct!

  • sk wrote on 25 September, 2011, 18:12

    Hi,
    Sorry I forgot to mention about such a case, well don’t worry it’s pretty simple you can use quotes in between the filename. This space issue will be sorted out.

    For Example: Suppose you have a file named “I am the hero” in the C drive just use the attrib the like this below to super hide the file:

    attrib “I am the hero” –a –s –h

    Well if you use quotes you can apply this to any file name. :)

Copyright © 2012 Techdunes. All rights reserved.