How to Disable/Enable the Automatic Updater

Product

Desktop/Full PreVeil for Windows

Windows

  1. Click the Start Menu, type PowerShell, and open Windows PowerShell

  2. Type the following commands and press enter after each line

    Set-Location C:\PreVeil\Updater .\updater.exe config --disable-autoupdate
  3. 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.