Here is a foolproof trick to hide any file/folder you might not want others to see without buying expensive software. I successullly tested this technique in Windows XP Service Pack 2, and it worked fine for me.For demonstration I have created a folder ‘New’ in C drive.

Hiding the file

  • Go to Command prompt.
  • Type in ‘attrib +h +r +s c:\ New’ and press enter. The folder will disappear from view.

Hide File

Un hiding the file

  • Go to Command prompt.
  • Type in ‘attrib -h -r -s c:\ New’ and press enter. The folder will reappear.

Un Hide File

The good thing about this approach is that the hidden folder cannot be seen by using show hidden files and folders in folders option. And no one can use this method to un hide files unless they know the name of the desired folder.

NOTE: You got to be careful because if you forget the name of the folder you will not be able to view it yourself.

Average: 5 (3 votes)