how to make hide folder through command
1.Start -> Run -> Cmd
2.First of all select the drive where file or folder is located...
E: , D: , F:
3.Then type this command
Attrib +h +s +r example(folder name)
Make unhide folder through command
1.Start -> Run -> Cmd
2.First of all select the drive where file or folder is located...
E: , D: , F:
3.Then type this command
Attrib -h -s -r example(folder name)
1.Start -> Run -> Cmd
2.First of all select the drive where file or folder is located...
E: , D: , F:
3.Then type this command
Attrib +h +s +r example(folder name)
Make unhide folder through command
1.Start -> Run -> Cmd
2.First of all select the drive where file or folder is located...
E: , D: , F:
3.Then type this command
Attrib -h -s -r example(folder name)
No comments:
Post a Comment