Method 1: Via The Console
This uninstall method happens silently with no interaction required by the end-user
- Log into the Carbon Black Cloud Dashboard.
- Click on the Inventory > Endpoints option on the side-panel.
- Check the box next to each sensor you want to uninstall.
- Select Take Action > Uninstall
- Confirm the action by selecting Uninstall in the pop-up
Method 2: Via Programs and Features
Note: - In version 4.2 and above, if the Policy option for 'Require code to uninstall sensor' is enabled, you will be prompted for the uninstall password.
- In version 4.1 and below, if the Policy option for 'Require code to uninstall sensor' is enabled, then sensors cannot be uninstalled using this method.
|
- Using an account with Administrator privileges, go to Control Panel > Programs and Features
- Select Carbon Black Cloud Sensor
- Click Uninstall
- Refresh Programs and Features to verify the sensor has been removed
Method 3: Via Command Prompt
Version 4.2+
- Open an administrative command prompt
- Navigate to the bin64 directory
cd C:\Program Files\Broadcom\Endpoint Security Agent\CurrentVersion\bin64\
- Run one of the following commands, depending on the 'Require code to uninstall sensor' policy setting:
Version 4.1 and below:
This method requires either the uninstall code or deregistration code.
- Open an administrative command prompt.
- Navigate to the Confer directory:
CD %ProgramFiles%\Confer
- Run one of the following commands, depending on the 'Require code to uninstall sensor' policy setting
Method 4: Via Safe Mode
If the uninstall code is unknown, or the device never received one from the backend (never checked in), the below steps can be utilized.
- Boot the device into safe mode
- Open a text editor (such as Notepad) as Administrator
- Open the cfg.ini file
- 4.2 and above::
- %programdata%\Broadcom\Endpoint Security Agent\sef\plugins\cbc\DataFiles\cfg.ini
- 3.6 and below:
- %programdata%\CarbonBlack\DataFiles
- 3.6 and below:
- Locate the following line:
RequireUninstallCode=true
- Edit the line to read::
RequireUninstallCode=false
- Save the file and reboot the machine to normal mode.
- Proceed to uninstall the sensor using either Method 2 or Method 3.
Method 5: Via CleanWipe or Sensor Removal Tool
Carbon Black Cloud 4.2+:
See Download and Run CleanWipe To Uninstall Symantec and Carbon Black Products
Carbon Black Cloud 4.1 and below:
- Download and extract "SensorRemovalTool.zip" (attached to this article).
- Copy the appropriate .exe to a directory local to the affected endpoint (such as c:\temp)
| Operating System | Sensor Version |
| x64 (64-bit) | 4.1 and below |
| ARM64 (64-bit) | 4.1 and below |
| x86 (32-bit) | 4.0.3 and below (A x64 sensor does not exist in 4.1) |
- Boot into Safe Mode
- Open an administrative command prompt.
- Change directory to the unzipped location in step 2
cd c:\temp
- Run the check command:
SensorRemovalTool.exe /check > C:\temp\%COMPUTERNAME%_Check_CBC_Diagnostics.txt
- Run the cleanup command (replacing EnterUninstallCodeHere with your actual code):
SensorRemovalTool.exe /cleanup EnterUninstallCodeHere >> C:\temp\%COMPUTERNAME%_Safe_CBC_Diagnostics.txt
- Boot into Normal mode as the same user and run this tool again to complete removal of the sensor
SensorRemovalTool.exe /cleanup EnterUninstallCodeHere > C:\temp\%COMPUTERNAME%_Normal_CBC_Diagnostics.txt
- Reboot one final time to complete sensor removal
- If the issue still persists, collect the output files (Check_CBC_Diagnostics.txt, Safe_CBC_Diagnostics.txt, and Normal_CBC_Diagnostics.txt) and contact Technical Support.