Method 1: You just simply uninstall/re-install the app with your new settings by changing the properties. Please prefer to the KB below.
Deploy/Update/Uninstall Evo Credential Provider via PowerShell
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.
4. Right click on the Evosecurity Key -> Export -> Save it to your local folder.
5. 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.
Please use the reg files in the attached to turn ON/OFF the setting.
To enable: reg import SetEvoSoleProvider.reg
To disable: reg import RemoveEvoSoleProvider.reg