"System files" in Windows 7 are files tagged with the following two attributes:
"Hidden system files" in Windows 7 are files tagged with the following three attributes:
To reset "System files", simply run the following command:
attrib -A -S file.ext
To reset "Hidden System files", run the following:
attrib -A -H -S file.ext