To turn off auto update with the macOS Silo client, you will need to modify the a8UpdateControl value
Open Terminal, and enter the following commands:
Disable
command: defaults write com.authentic8.launcher a8UpdateControl none
Enable
command: defaults write com.authentic8.launcher a8UpdateControl client
Sample Output
localmachine:~ support_demo$ defaults write com.authentic8.launcher a8UpdateControl none localmachine:~ support_demo$ localmachine:~ support_demo$ localmachine:~ support_demo$ defaults read com.authentic8.launcher a8UpdateControl none localmachine:~ support_demo$ localmachine:~ support_demo$ localmachine:~ support_demo$ defaults write com.authentic8.launcher a8UpdateControl client localmachine:~ support_demo$ localmachine:~ support_demo$ localmachine:~ support_demo$ defaults read com.authentic8.launcher a8UpdateControl client
Read Values
Full: defaults read com.authentic8.launcher
Filtered: defaults read com.authentic8.launcher a8UpdateControl
Please contact Support for any additional questions