Customize the Password Reset Windows Application
You can customize the appearance and other aspects of the application.
Before you begin
Role required: Windows system administrator
Procedure
Open the Registry Editor on your Windows computer.
Go to Computer > HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > Authentication > Credential Providers > 0780AF60-65C2-4718-942D-E0C56E89EF9B.
Modify any of the listed string values:
Note: Registry keys that begin with the text
"proxy"enable use of a proxy server. See Configure registry keys on your proxy server.
| File name | Description | Default string |
|---|---|---|
| AppDir | Directory that holds the Password Reset Windows Application application files. | `C:\Program Files\ServiceNow` |
| AppFormIconFile | Icon that is associated with the Password Reset application. | `C:\Program Files\ServiceNow\bin\ServicenowLogo.png`You can change the icon that's associated with your company. Replace the `ServicenowLogo.png` with your company logo and change the `AppFormIconFile` path in the registry. |
| AppFormTitle | Displayed name of the application. | Password Reset Windows Application |
| CheckCertificateRevocationList | By default, before every communication, the Password Reset Windows Application validates that the server certificate has not been revoked by checking the Certificate Revocation List \(CRL\). If the Password Reset Windows Application is slow to load after a user requests reset, you can choose to skip checking the CRL. | Default: "true"
|
| CredentialProviderGUID | GUID of the credential provider that is in use. | ”"="\{6f45dc1e-5384-457a-bc13-2cd81b0d28ed\}” |
| DebugFlag | Write entries in the ServiceNowPwdReset event log. | ”0” |
| PasswordResetLinkName | Text to display for the Password Reset link on the Windows login page. | "Forgot password?" |
| PasswordResetLinkURL | URL of the Password Reset application on your ServiceNow instance. | https://<YourServerName>/$pwd\_reset.do?sysparm\_url=default |
| Proxy | Keys that configure proxy settings | Registry keys that begin with the text `"proxy"` enable use of a proxy server. See Configure registry keys on your proxy server. |
| ServiceNowServerVersion | Version of your production instance. | "<YourInstanceVersion>" \(For example, "Kingston"\) |
| ServiceNowWinAppVersion | Version of the Password Reset Windows Application. | "<YourWindowsAppVersion>" \(For example, "4.5"\) |
| UserAccountPictureLoc | Image that appears on the Login screen. | `%programdata%\Microsoft\User Account Pictures\user.bmp` |
| WorkingDir | Directory that holds the library files. | `C:\Program Files\ServiceNow\bin` |
Parent Topic:Installing and configuring Password Reset Windows Application