pick a file you want to hide from windows XP, to help you i will hide a file "hidden.doc" in "C:"
open command prompt:
START>RUN>CMD
you might find yourself in your user directory. in the command prompt go into the directory of where your file is going to be hidden.
as my "hidden.doc" is in "C:" i will use "cd.." command to "change directory before" till i get into my C: drive
once your there use the attributes command on the file you are hiding. this is what you put into the command prompt.
CODE
attrib +r +a +s +h hidden.doc
replace the hidden.doc with your own file.
hope you find this useful!
No comments:
Post a Comment