Which tool allows a user to connect to the active registry database and make changes that are effective immediately?
A. EDITREG.EXE
B. REGEDIT.EXE
C. REGISTER.EXE
D. CHGREG.EXE
Answer: B
You might also like to view...
Select the description that best matches the chart element
A) Horizontal axis of chart B) Axis that displays data identifiers C) Nonnumeric text that identifies data categories D) Vertical axis of chart E) Axis that displays the numeric data 96) Category axis 97) Category label 98) Value axis 99) x-axis 100) y-axis
An image of a portion of the computer screen is called a screen shot
Indicate whether the statement is true or false.
Which Internet communication service can you use to transfer items to and from other computers on the Internet?
A. VoIP B. FTP C. Email D. IM
Which of the following For clauses indicates that the loop instructions should be processed as long as the intX variables value is less than 100?
For intX As Integer = 10 To 100 For intX As Integer = 10 To 99 For intX As Integer = 10 To 101 None of the above