22/10/2014
How to Hide any folder through Comand Promt below :
1. Start -> Run -> Cmd
2. Starrt -> Program Files -> Accessories - > Command Prompt
Command Prompt is a newer version of Dos and other os similar to that.. In order to fulfill your needs to hide a folder you must atleast know some basic commands ...
Cd - navigates through a folder
Md - creates a folder
Dir - Directory list
Attrib - provides with various attrib features
Alright, it's time to hide the folder
Presuming that I have a folder named Secret in F:\ Drive
Here are the steps to do
First of all navigate through the drive u want...
type in c:
d:
e:
or whatever ... depends upon where your folder is actually located..
Type in cd and then the folder's name to hide a folder within another folder
Now type in Attrib +h +s +r and the folder's name
here's the format
Attrib +h +s +r secret (Note: Secret refers to the folder to be hidden)
The folder is hidden and noone can access the folder but u..
Now if u want to view the folder
reverse the process
instead of Attrib +h +s +r secret type in
Attrib -h -s -r secret
Here's a cool tip to access the folder even while the folder is hidden...
Open My Computer and type in f:\secret
Cool Right?
Get Help from Picture !