|
|
|
LEARN AND SHARE
- Hide a Folder using Command Prompt
|
|
|
|
|
|
|
To Hide A Folder More Securely
Do you want to hide your file more securely? I will explain here how you will hide your file from run command. If you hide a folder in this way then nobody will find yor folder without coding and he/she have to know your folder name.
Step 01
At first you have to go to Run.
Step 02
Then type cmd, then the command prompt will open.
Step 03
Now type here attrib +h +s d:/foldername
here d is your drive name of your HDD/Hard Disk Drive.
If you do this correctly your folder will hide.
To see your folder again now type
attrib -h -s d:/foldername
Your folder will apear again.
|
|
|
|
|
|
|