Attributes
R
Read-only
A
Archive
S
System
H
Hidden
attrib +R <file>
Add read-only attribute
attrib -H <file>
Remove hidden attribute
attrib +H +S <file>
Set as Hidden and System attributes
attrib +h *.txt
Hide all .txt files
Add read-only:
Remove read-only:
Add multple attributes:
Last updated
Was this helpful?