You have a server named Server1 that runs Windows Server 2012 R2.
Windows Server 2012 R2 is installed on volume C.
You need to ensure that Safe Mode with Command Prompt loads the next time Server1 restarts.
Which tool should you use?

A.
The Restart-Server cmdlet
B.
The Bootcfg command
C.
The Restart-Computer cmdlet
D.
The Bcdedit command
Explanation:
How To Force Windows To Restart in Safe Mode
1. Open Advanced Startup Options in Windows 8
2. Open Command Prompt.
3. With Command Prompt open, execute the correct bcdedit command as shown below based on
which Safe Mode option you’d like to start:
Safe Mode:
bcdedit /set {default} safeboot minimal
http://pcsupport.about.com/od/repair-recovery/a/force-or-stop-safe-mode-windows.htm
Joe says:
July 17, 2015 at 12:42 pm
All of these ways work… msconfig, F8, hold shift, but these exams look for powershell knowledge 🙂
restart-server is not a valid cmdlet
restart-computer does technically work but will not boot directly into safe mode (requires extra steps)
bootcfg lets you modify/add boot records
bcdedit allows you to edit the same things you can in msconfig
so D is correct
1
0
Very nice article. I certainly appreciate this site. Stick with it!|
0
0