Clear hidden attribute from command line

Sunday, October 4, 2009 Leave a Comment

We can clear hidden attribute of a file using the below command.

attrib -H filename

Example:

attrib -H examplefile.doc

0 comments »

Leave your response!