After a virus has been cleaned, a computer still has two rogue processes that can't be stopped. What should the technician try next?
A) Use Remote Assistance.
B) Use msconfig to clean boot the computers.
C) Use regedit to remove the processes.
D) Use System Restore.
D
Computer Science & Information Technology
You might also like to view...
Macros have the disadvantage, when compared to functions, of
(a) having the overhead of a function call. (b) increasing program size (if the macros are called from many places in the program). (c) having to fit the macro definition on a single line. (d) taking only one argument.
Computer Science & Information Technology
In a switch statement:
a. A break is required after each case. b. Multiple actions in a case do not need to be enclosed in braces. c. A default case is required. d. A break is required after the default case.
Computer Science & Information Technology