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
Windows XP, Windows 7, Server 2008, Vista command line tips
We can clear system file attribute of a file using the command attrib. Syntax is given below.
Example:
The above command will remove system file attribute for the file systemfile.exe
Previous post: Remove read only attribute of a file from command line
Next post: Clear hidden attribute from command line