How to remove system file attribute

Wednesday, September 30, 2009 Leave a Comment

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

0 comments »

Leave your response!