An old application was installed on a Windows 7 computer and now other programs are affected. What switch would be used with the SFC command to verify and replace affected operating system files?

A) /FIX
B) /FIXMBR
C) /REPAIR
D) /SCANNOW

D

Computer Science & Information Technology

You might also like to view...

The plot area and the chart area are the two background elements of an Excel chart

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following are rules that ensure a correct recursive function?

a) Each stopping case must perform a correct action (or return the correct value for stopping case) for the condition that invokes it. b) The recursion must make no more than 1000 recursive calls. c) The chain of recursive calls eventually must reach one of the stopping cases. d) The size of the problem solved by the successive recursions must each be larger than the last. e) For cases that involve recursion: If each recursive calls correctly solve the subproblem (or return the correct value for the subproblem) it solve, then the final

Computer Science & Information Technology