@@ -70,13 +70,13 @@ Understanding these terms will help you configure the credential provider effect
7070### Common CLSIDs Referenced in Filters
7171
7272These are Windows built-in credential provider CLSIDs that you may want to filter (show/hide):
73-
73+ ---
7474- ` {60b78e88-ead8-445c-9cfd-0b87f74ea6cd} ` - Password Credential Provider (standard Windows password login)
7575- ` {2135F72A-90B5-4ED3-A7F1-8BB705AC276A} ` - Picture Password Provider
7676- ` {8AF662BF-65A0-4D0A-A540-A338A999D36F} ` - Fingerprint Provider
7777- ` {BEC09223-B018-416D-A0AC-523971B639F5} ` - Windows Hello Face Provider
7878- ` {D6886603-9D2F-4EB2-B667-1971041FA96B} ` - PIN Provider
79-
79+ ---
8080** Why these CLSIDs matter** : The FilterLogon and FilterUnlock settings use these CLSIDs to control which credential providers appear alongside the Netwrix provider. This helps simplify the login experience for users.
8181
8282---
@@ -1473,7 +1473,7 @@ DisableAutoFilter = true (Filtering Disabled):
14731473
14741474** Format** :
14751475``` xml
1476- <FilterLogon value =" { CLSID1};{ CLSID2};{ CLSID3} " />
1476+ <FilterLogon value =" CLSID1; CLSID2; CLSID3" />
14771477```
14781478
14791479** Common CLSIDs to Filter** :
@@ -3129,9 +3129,9 @@ HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Imanami\GroupID\Version 10.0\PasswordCenter
31293129| ImageFile | logo.bmp | Logo filename |
31303130| IconImage | favicon.ico | Icon filename |
31313131| DisableAutoFilter | false | Enable/disable filtering |
3132- | FilterLogon | { CLSID};{ CLSID} | Logon filter list |
3133- | FilterUnlock | { CLSID};{ CLSID} | Unlock filter list |
3134- | AllowedCP | { CLSID};{ CLSID} | Allowed providers |
3132+ | FilterLogon | CLSID; CLSID | Logon filter list |
3133+ | FilterUnlock | CLSID; CLSID | Unlock filter list |
3134+ | AllowedCP | CLSID; CLSID | Allowed providers |
31353135| ProxyServer | proxy.company.com | Proxy server |
31363136| ProxyPort | 8080 | Proxy port |
31373137| ProxyType | http | Proxy type |
0 commit comments