All Products: How to Automatically Boot into Safe Mode
book
Article ID: 286931
calendar_today
Updated On:
Products
Carbon Black App Control (formerly Cb Protection)Carbon Black Cloud Endpoint Standard (formerly Cb Defense)Carbon Black Cloud Enterprise EDR (formerly Cb Threathunter)Carbon Black EDR (formerly Cb Response)
Issue/Introduction
How to automatically boot into safe mode.
Environment
Microsoft Windows: All Supported Versions
Resolution
MSConfig
Start > Run
Type msconfig
Click the boot.ini tab and select the checkbox for /SAFEBOOT and the radio button for Network
Click Apply
Click Ok
Rervert MSConfig Settings
Start > Run
Type msconfig
Under General select the Normal Startup radio button
Command Line
In CMD run: bcdedit /set {default} safeboot network
Reboot
Revert Command Line Settings
In CMD run: bcdedit /deletevalue {default} safeboot
Reboot
Additional Information
Once you reboot a machine in to safe mode remotely, RDP is no longer available. So verify the customer will have access to the device directly prior to this process.