How to Change Windows Credential Provider Settings in Silent Mode after Installation
Method 1: You just simply uninstall/re-install the app with your new settings by changing the properties. Please prefer to the KB below.
Method 2: Changing registry.
A. Changing Credential Mode, Failsafe User, Evo Secure Only (Evo Agent 2.1.10+ only) and MFA Grace Period
- Open Registry Editor on one of the machines you want to cange the settings.Navigate to \HKEY_LOCAL_MACHINE\SOFTWARE\EvoSecurity.
- Change the settings as you wish.

3. Right click on the Evosecurity Key -> Export -> Save it to your local folder.
4. Now you can use the registry file and mass deploy it to other machines using any deployment tools.

Ex: reg import yourRegFile.reg
B. Changing “Evo Login Only” setting (Old Evo Agent version only, 2.1.9 and below)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Provider Filters\{a81f782e-cf30-439a-bad8-645d9862ea99}
If the key shows up in the registry, it means the setting is ON. If it's not available (or got deleted), the setting is OFF.
To enable: reg import SetEvoSoleProvider.reg
To disable: reg import RemoveEvoSoleProvider.reg