Saturday, December 4, 2010

How To Hide Folders Using Command Prompt (CMD)

Hello 


I Have Some Trick To Hide Folder Using CMD (Command Prompt) Without SOFTWARE


First,Click Start >>> Run >>>  Type "cmd" (Without Qoutes)


Now type the command given below hide or unhide the folders..

The command to hide the files is

Attrib +s +h drive:\folder name

To retrive your file use this command
 

 Attrib –s –h drive:\folder name

For example: Lets assume that there is a folder called ‘X’ in drive ‘D’

I will hide it by use the command

Attrib +s +h D:\x (press enter)

That’s it you done it.If you want it back

Use this command

Attrib –s –h D:\x (press enter)


That's All For Little Tips To Make It Hide Folder.

Don't Forget to Comment,Rating,And SUBSCRIBE Under This Article's.

No comments:

Post a Comment