You are working as a technician at Certkiller .com. You are required to remove the system
property from files and folders in C:\data, including all subfolders. Which of the following
commands will accomplish this when run in C:\data.
A.
copy.exe *.* -system
B.
command.com * -remove
C.
attrib.exe -s /s
D.
msconfig.exe -system C:\data\*
Explanation:
attribis a DOS command, supported since version 1.0. The function of attrib is to set and remove
data attributes (read-only, archive, system and hidden).