MD-100 Exam QuestionsBrowse all questions from this exam

MD-100 Exam - Question 316


You sign in to a computer that runs Windows 10 Pro.

You need to ensure that after a restart, the computer starts automatically in Safe Mode with Networking.

What should you use to configure the restart options?

Show Answer
Correct Answer: B

BCDEdit is a command-line tool used for managing Boot Configuration Data (BCD). To configure the computer to start in Safe Mode with Networking after a restart, you would use the BCDEdit command with the parameter '/set {default} safeboot network'. This ensures that the boot configuration is modified to include Safe Mode with Networking in the next startup.

Discussion

2 comments
Sign in to comment
titi_ccm
Sep 29, 2021

it's ture The cmdlet it is <bcdedit /set {current} safeboot network> https://answers.microsoft.com/en-us/windows/forum/all/command-line-to-boot-windows-7-in-safemode-with/d5bb4144-0a3f-4f01-a332-1eb0499c61ac

wyindualizer
Dec 23, 2021

True https://www.digitalcitizen.life/boot-safe-mode-networking-windows-10/ o restart Windows 10 in Safe Mode with Networking from Command Prompt, run this command: bcdedit /set {default} safeboot network.