---
title: "Disable the SignUp Client temporarily."
slug: "disable-the-signup-client-temporarily"
updated: 2024-03-19T13:35:30Z
published: 2024-03-19T13:35:30Z
canonical: "kb.pharos.com/disable-the-signup-client-temporarily"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Disable the SignUp Client temporarily.

I need to disable the SignUp Client on some of my workstations for maintenance, and don't want to uninstall. How can I do this?

---

The process is different depending on the client operating system.

- Windows XP clients:

Change the following registry value to "MSGina.dll" instead of "NTGina.dll" and reboot.

```plaintext
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\GinaDLL
```

Change the value back to "NTGina.dll" to restore the client.
- Vista and Windows 7 clients:

Run this command as Administrator:

```plaintext
regsvr32 "%PROGRAMFILES%\Pharos\Bin\SUCredentialProvider.dll" /u
```

To re-enable the client, run:

```plaintext
regsvr32 "%PROGRAMFILES%\Pharos\Bin\SUCredentialProvider.dll"
```
- Windows 8.0, 8.1 and 10 clients:

Run this command as Administrator:

```plaintext
      regsvr32 "%PROGRAMFILES(x64)%\Pharos\Bin\SUCredentialProvider.dll" /u
```

To re-enable the client, run:

```plaintext
      regsvr32 "%PROGRAMFILES(x64)%\Pharos\Bin\SUCredentialProvider.dll"
```

## Related

- [Pharos Omega 1.5.5 Revision 6399 (Queens Cliff U5)](/pharos-omega-155-revision-6399-queens-cliff-u5.md)
- [Our HP devices display a USB Error on panel when swiping a card from a sleep state.](/our-hp-devices-display-a-usb-error-on-panel-when-swiping-a-card-from-a-sleep-state.md)
- [Enabling FIPS Compliance for Blueprint Reports](/enabling-fips-compliance-for-blueprint-reports.md)
- [Diagnostics and Logging Packages](/diagnostics-and-logging-packages.md)
