Script to disable or enable the reset button and show current setting
- If you run the script with the disable option it will disable the reset button.
- If you run the script with the enable option it will enable the reset button.
- If you run the script without any option it will show the current reset button status.
- Download the latest version Source code (zip) from https://github.com/007revad/Synology_toggle_reset_button/releases
- Save the download zip file to a folder on the Synology.
- Unzip the zip file.
See How to schedule a script in Synology Task Scheduler
How to enable SSH and login to DSM via SSH
Note: Replace /volume1/scripts/ with your Synology's path to where the script is located.
To check the current setting of the reset button:
sudo /volume1/scripts/toggle_reset_button.sh
To disable the reset button:
sudo /volume1/scripts/toggle_reset_button.sh disable
To enable the reset button:
sudo /volume1/scripts/toggle_reset_button.sh enable
Checking current status
Disabling the reset button
Enabling the reset button