Friday, August 21, 2009

Keep folders or files hidden with this trick

you can hide folders or files with the help of this simple command in command prompt .

ex: i need 2 hide "my" folder in "C" drive.

start--> Run--> cmd (or) command -->
it displays the command prompt then type as follows:

c:Documents and Settings Administrator(or) user name>CD

c:>attrib +r +s +h my(folder name) and press enter

if u want to retrieve the folder use "-" in place of "+" in above command

in files case goto the directory path where your file located and enter the above command with file extension

ex: i want to hide "imp.jpeg" in "my" Dir in "C" drive for this task follow the command line

c:my>attrib +r +s +h imp.jpeg(file name) and press enter

if u want to retrieve the file use "-" in place of "+" in above command with file extension is must.

this command works for all types of files not only for jpeg

Note: you should not forget the file name or folder name to retrieve those file or folder while using this command.

0 comments: