Hide Files or Folders Using Command Prompt
For that you need to follow the following instructions:
- Press windowkey+R : Run command dialog box appears.
- Now type "cmd" and hit enter. A command prompt window displays.
- Now type "attrib +s +h E:\collegephotos" and hit enter.
- The folder "collegephotos" will be hidden (Note: It cannot be viewed by any search options)
(To view this folder again, use the same command but replace '+' with '-' on both flags 's' and 'h') - To unlock Type "attrib -s -h E:\collegephotos"
No comments:
Post a Comment