exam questions

Exam MD-100 All Questions

View all questions & answers for the MD-100 exam

Exam MD-100 topic 5 question 74 discussion

Actual exam question from Microsoft's MD-100
Question #: 74
Topic #: 5
[All MD-100 Questions]

HOTSPOT -
You have a computer named Computer1 that runs Windows 10. Computer1 contains a registry key named Key1 that has the values shown in the exhibit. (Click the Exhibit tab.).

You have a Registration Entries (.reg) file named File1.reg that contains the following text.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Key1]
"String1"=-
@="2"
You need to identify the effect of importing File1.reg to Computer1.
What should you identify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: String1 will be deleted.
To delete a value, append equals and then minus to the value. For example:
"String1"=-
Box 2: Value1 will have a value of 1
@="2" sets the default value to 1 but Value1 already has a DWORD value.
A DWORD (32-bit) value is a hexadecimal value. Value1 is 0x00000001 which is 1.
Reference:
https://www.computerhope.com/issues/ch000848.htm
https://www.computerperformance.co.uk/vista/reg-create/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Fico
Highly Voted 4 years, 6 months ago
If you import the Reg File the Srtring1 will be deleted, and the Deafult Value will be set to 2.
upvoted 15 times
Fico
4 years, 6 months ago
Adding to this the Vallue1 will not have any change at all.
upvoted 10 times
...
SeanQ
3 years, 11 months ago
FICO is right (except the spelling issue).
upvoted 3 times
...
...
redadz
Highly Voted 4 years, 6 months ago
"String1"=- means "delete String1 @ means the word "Default" The Subkey Value remains intact So the answer is correct
upvoted 8 times
...
raduM
Most Recent 2 years, 11 months ago
answer is correct
upvoted 1 times
...
titi_ccm
3 years, 8 months ago
I tested in a sandbox in Windows and Delete String1 and Value1 = 1 The answers are correct
upvoted 3 times
...
CARIOCA
3 years, 10 months ago
1.Caixa: Ser Excluído e 2.Caixa: Valor 2 ou qual seria a 2 Caixa, pois tem comentários para todas as respostas menos ser excluída? Qual é a resposta da 2.Caixa?
upvoted 1 times
...
CARIOCA
3 years, 10 months ago
O Gabarito ficou 1.Caixa: be deleted e a 2.Caixa não entendi, muitas divisões de respostas, qual seria? Qual a resposta da 2.Caixa ?
upvoted 1 times
...
AnoniMouse
4 years ago
The registry files are not always used to add or modify registry settings and keys, but also used to DELETE keys. Notice the registry settings below- After the ["String1"=] there is a MINUS sign ["String1"=-] which simply means DELETE the registry key that has a name String1 no matter that it's value is [HKEY_LOCAL_MACHINE\SOFTWARE\Key1] "String1"=- @="2" The @="2" simply means to set the default to 2
upvoted 5 times
...
EthanG
4 years, 6 months ago
This one either lacks some information or I simply cant make sense of it. Does anyone have input?
upvoted 1 times
AdamMSConfig
4 years ago
Yeah I agree, like what is this all about?? Hearing about this for the first time myself.
upvoted 1 times
...
...
Dom20
4 years, 7 months ago
can someone explain this one for me?
upvoted 1 times
...
Anthony_2770
4 years, 7 months ago
I think the explanation is a bit awry. @="Default 1" changes the default value but the question refers to Value1 which is not changed by the reg file.
upvoted 6 times
Anthony_2770
4 years, 6 months ago
The answers are correct. Fico's comments are correct.
upvoted 8 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...