Remove "Other Credentials" button from login screen

Page 1 of 2 12 LastLast

  1. Posts : 6
    Windows 7 Professional 64bit
       #1

    Remove "Other Credentials" button from login screen


    I would like to remove the "Other Credentials" button from the login screen for aesthetic reasons (I've already removed almost everything else). I run a .reg on startup to make sure that the password dialog is always open on the login screen and not the fingerprint reader dialog; since the fingerprint reader works even when the password dialog is open, there's no reason why I would ever switch to it. I use the fingerprint reader regularly to log on, so disabling it isn't an option.

    Surely it must be somewhere in authui.dll, but I cannot determine what or where the "Other Credentials" button is encoded.

    (Also helpful would be removing the username, "Locked" text when the computer is locked, and the momentary "Welcome" text after logging on)
      My Computer


  2. Posts : 1,814
    XP / Win7 x64 Pro
       #2

    Could you post a screenshot of what you're seeing?
      My Computer


  3. Posts : 6
    Windows 7 Professional 64bit
    Thread Starter
       #3

    Here's a shot. It's in progress; my end goal is to remove everything but the password field and customize the background so it looks like https://i.imgur.com/IRmAN.jpg

    Removing the user icon, branding and accessibility were trivially done in Resource Editor editing authui.dll in System32. But I can't figure out how to do the same for the Other Credentials button.

    (Obviously I cannot use print screen from the logon screen, and the other solutions all rely on opening a program from the accessibility menu which I've removed)
    Attached Thumbnails Attached Thumbnails Remove "Other Credentials" button from login screen-photo-50-.jpg  
      My Computer


  4. Posts : 1,814
    XP / Win7 x64 Pro
       #4

    I'm not really sure how to remove that, to be honest. Is this machine hooked to a Domain? If so, it might have something to do with that, as I've never seen that button.
      My Computer


  5. Posts : 6
    Windows 7 Professional 64bit
    Thread Starter
       #5

    It's there because there are multiple ways to login (i.e. multiple credentials); namely, by password and by fingerprint reader. It disappears when there are no longer multiple ways to login, I believe.

    How can I determine whether it is hooked to a domain? I bought this computer used and it had not been formatted (just inexpertly manually cleaned) so that could be it. On the Computer Name tab in System Properties it says it's part of workgroup WORKGROUP, is that an issue?
      My Computer


  6. Posts : 1,814
    XP / Win7 x64 Pro
       #6

    No, Workgroup is fine and doesn't mean it is/was hooked to a domain.

    I see what you're saying now. My interpretation of credentials was that it was a possible network-type logon (like a domain logon) rather than meaning it was for fingerprint or password. I would assume the only way to remove that button would be to disable the fingerprint reader logon option. Otherwise, the button is going to remain there to give you the option.
      My Computer


  7. Posts : 6
    Windows 7 Professional 64bit
    Thread Starter
       #7

    Okay, indeed, the Other Credentials option disappears when the fingerprint reader is disabled, and reappears when it is re-enabled. It also disappears when [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{AC3AC249-E820-4343-A65B-377AC634DC09}] is deleted (it has a string value saying "WinBio Credential Provider"). In both these cases the fingerprint log-on ceases to work. Is there any way I can determine what exactly is reading that registry location, and thereby determine what is placing the Other Credentials button there?
      My Computer


  8. Posts : 1,814
    XP / Win7 x64 Pro
       #8

    That could be a very tough one. One of the services is obviously checking for some registry values and is placing the button there upon finding it. You find when you delete that registry key, the actual service is disabled, which is not what you want - you just want the button placement disabled. In essence, what I think you're getting at is trying to hook the action of placing the button and stop it before it happens. I believe that would require debugging whichever service is in charge of checking for this, finding the routine that is called to check for registry values relating to multiple credential logons, and patching it so it never makes the call the place the button. You could try using Ollydbg or some other debugger and slowly work your way through the windows logon services, but that is going to be a huge feat/pain. I wish you good luck. Maybe someone else can come up with a better answer than that, but that's my understanding at this point based on what you've found so far.
      My Computer


  9. Posts : 6
    Windows 7 Professional 64bit
    Thread Starter
       #9

    So there's no way to track memory with something like Process Explorer and look for reference to that registry key when I lock my computer? (I can delete the key and it instantly takes effect when I lock my computer)
      My Computer


  10. Posts : 1,814
    XP / Win7 x64 Pro
       #10

    You could try that. RegShot is another good program too that doesn't require it to be running in between taking snapshots.
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:26.
Find Us