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?
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?
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.
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
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.