Uninstalling RICOH Supervisor Data Collector with Command Line
- Start the uninstall process on the computer where RICOH Supervisor Data Collector is installed:
- On Windows, go to
C:\Program Files\RICOH\Supervisor\_manage_installation
, open a command prompt and run the command:"Change Installation.exe" -i silent -uninstall [-DC_DELETE_FROM_CLOUD=<deleteFromCloud>] [-DC_RESTART_SYSTEM={true|false}]
- On Linux, go to
/opt/RICOH/DataCollector/_manage_installation
, open a command prompt and run the command:./'Change Installation' -i silent -uninstall [-DC_DELETE_FROM_CLOUD=<deleteFromCloud>] [-DC_RESTART_SYSTEM={true|false}]
Command Line Options
Command Line Options Mandatory Optional Details Values Default Values -DC_DELETE_FROM_CLOUD No Yes Delete RICOH Supervisor Data Collector from cloud. true/false false -DC_RESTART_SYSTEM No Yes Restart system after the uninstall is finished. true/false installation setting Note: The commands do not prompt for input when run from the command line. - On Windows, go to