Hide any folder in computer using cmd trick

Sometimes you might need to hide a file or folder in your computer from other people. In this article you show the simplest trick of CMD to hide the folder or file.
Use this CMD trick to hide any folder.


step 1:- Open any folder & go to its properties





step 2:- copy folder's location







step 3:- open the cmd
             Type below code: attrib +s +h "Paste the location & type                  the folder's name"
ex:- attrib +s +h "F:\New videos"







Now you see the folder is hide.

TO Remenber the code save in notepad file so you can unhide the
folder again.

Now For unhide this folder or file you can simply write these code in cmd

code:- attrib -s -h "Paste the location & type the folder's name"

ex:-  attrib -s -h "F:\New videos"






Likes

Total Pageviews