Saturday, April 14, 2012

How to super hide the folder

  • First of all create a folder
  • Go to command prompt
  • To hide the file here is the code type in the cmd
    attrib +s +h "Full path of folder"

    Example I have created a folder name Top secret in my desktop for that code is
    Posted Image
  • Now the file is hidden . Even if you enable show hidden files and folder from Folder option also the file will be hidden.
  • To reveal the hidden file here is the code type in the cmd
    attrib -s -h "Full path of folder"

No comments:

Post a Comment