How to remove system file attribute

by admin on May 30, 2009

We can clear system file attribute of a file using the command attrib. Syntax is given below.

attrib -S 

Example:

attrib -S systemfile.exe

The above command will remove system file attribute for the file systemfile.exe

Leave a Comment

Previous post:

Next post: