1.

Solve : Hide folder?

Answer»

I want to know how i can hide folders in xp.You can do it via the Command Prompt.

Have a look at the ATTRIB command andS and H.

Quote

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][FILENAME]
[/S [/D]]

+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
[drive:][path][filename]
SPECIFIES a file or files for attrib to process.
/S Processes matching files in the current folder
and all subfolders.
/D Processes folders as well.
You could also right click on the file/s you want to hide and select properties... CHECK the box that says hiddenRight click on the folder then GO to properties and check hide check box.


Discussion

No Comment Found