Search Content On This Blog

Search Box by Windows Solutions

Hide Any Folder Using cmd

Hide Any Folder Using cmd

Here is a way by using which you can easily hide any folder in just few steps.
  1. Open cmd either pressing "win+r" or by going through Start button.
  2. Now in cmd type "attrib +s +h folder name" and press enter(don't include quotes)
    Ex- i have to hide a folder which is in c drive
    "attrib +s +h C:\digital"  (don't include quotes).
Now if you want it back 
  1. Open cmd either by pressing "win+r" or by going through Start button.
  2. Now in cmd type "attrib -s -h folder name" and press enter(don't include quotes)
    Ex- i have to hide a folder which is in c drive
    "attrib -s -h C:\digital"  (don't include quotes).

1 comments:

  1. how can we delete history from cmd browser window..??

    ReplyDelete

Have something to say? Post your comment