We can unset the system file attribute of a file from command prompt. Find the command for this below.
attrib -S filename
Example:
C:\>attrib 1.exe
A S C:\1.exe
C:\>attrib -S 1.exe
C:\>attrib 1.exe
A C:\1.exe
C::\>
Relevant Posts:
Attrib command : Not restting system file