How to Disable/Enable the Automatic Updater
Product
Desktop/Full PreVeil for Windows
Windows
Click the Start Menu, type PowerShell, and open Windows PowerShell
Type the following commands and press enter after each line
Set-Location C:\PreVeil\Updater .\updater.exe config --disable-autoupdate
If done correctly it will return
Config { channel: "prod", registry: "https://deploy.preveil.com", update: None }
To enable the auto updater change disable to enable in the configuration parameter.
Note: the auto-updater is enabled by default on an original software installation.