Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endless Loop when click on "switch user" #11

Open
TaiPhamD opened this issue Mar 14, 2022 · 0 comments
Open

endless Loop when click on "switch user" #11

TaiPhamD opened this issue Mar 14, 2022 · 0 comments

Comments

@TaiPhamD
Copy link

TaiPhamD commented Mar 14, 2022

Compile the DLL and install it to system32.

Go to Local Security Policy --> Local Policies --> Security Options -->

  • disable Interactive Logon: Don't display last signed in
  • disable Interactive Logon: Don't display username at sign in
  • Then open a admin cmd gpupdate /force to pick up group policy changes

If you did the steps above correctly you should see a "switch user" when locking the PC. If you click on this then the PC will be stuck in a loop since the custom credential provider will crash.

Warning
You probably want to enable SSHD on windows so you can SSH in to recovery from this endless loop via safemode. or via a USB installer key.

  • enable safemode:

    • bcdedit /set {current} safeboot minimal
  • disable safemode:

    • bcdedit /deletevalue {current} safeboot

I believe this is what this user is trying to describe : #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant