How To Hide Folder Completely Using Command Prompt
In this Toturial I will Tell You How to Hide Folder Completely Usinh Command Prompt.Follow Below Mention Steps To Hide Folder.
How To Hide folder Completely Using Command Prompt
In order to hide a folder, first of all browse to the location in which the folder is residing.
Now, do a shift
Now, In command prompt (CMD) type this command.
attrib +s +h "Folder name"
As soo 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"
Done.😍😍
Related Article