- 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
- 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