In order to hide a folder, first of all browse to the location in which the folder is residing.
Now, do a shift + Right Click and click on open command prompt window here.
Now, In command prompt (CMD) type this command
attrib +s +h "Folder name"
As soon as you hit enter , your folder will be hidden. Now, no one can see this hidden folder , just by checking show hidden folder and files in windows PC.
To show the folder, open CMD as mentioned above and type given below command
attrib -s -h "ItemName"
Tags:
windows