How to HIDE\UNHIDE a file\folder in command prompt?

To hide all files of drive simply follow below steps:


1).Open command prompt as administrator.


2).Goto that drive of which files u want to hide.


eg:- c:\>d: ( d is drive of which files i want to hide)
d:\>


3).after that type that command to hide all files of drive.


h:\>attrib *. +r +s +h +a /s /d
 
r means read-only
h means hidden
a means archive


for unhide the files simply replace (+) to (-).


for eg:
d:\>attrib *. -r -s -h -a /s /d
its done.....
enjoy...:-))))


but remember open cmd as administrator.

Leave a Reply

Followers

Related Posts Plugin for WordPress, Blogger...
Powered by Blogger.
Your Ad Here