Prevent Deactivation
Set a password that is required to deactivate Control D if apps are used.
Overview
Minimum Version
- v1.3.5+ of the
ctrld
command line utility- Latest version of GUI apps
This Device Setting allows you to set a numeric PIN (password) which will be required to deactivate Control D when our GUI or CLI apps are used.
This is useful in school environments or anywhere else where you wish to lock down the deactivation of Control D.
A PIN can be updated (or removed) from the Web Control Panel, however the associated physical device will need to be restarted in order for this change to propagate.
Change or Remove Pin
In order to change the PIN or remove it, simply edit the Device that has a PIN and update the value in the form field, or toggle the feature OFF. Be mindful, that the physical device would need to be restarted in order for the PIN change/removal to take effect.
Uninstall with PIN
GUI Apps
If the configured Control D device has a deactivation PIN enabled, you will be asked for it to disable Control D. Simply type it into the box that pops up.
CLI Apps
To uninstall a PIN locked CLI installation, simply append --pin xxxxx
to the stop
or uninstall
commands, for example:
C:\WINDOWS\system32>ctrld uninstall
Apr 3 15:51:23.000 ERR deactivation pin is required to stop or uninstall the service
C:\WINDOWS\system32>ctrld uninstall --pin 1234
Apr 3 15:51:32.012 NTC Service uninstalled
Uninstallation on MacOS and Linux would work identically.
Updated 8 months ago