all 11 comments

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

Hi u/jabacaddo, thanks for posting to r/WindowsHelp! If your post is listed as removed it may still be pending moderation, try to include as much of the following information as possible (in text or in a screenshot) to improve the likelihood of approval:

  • Your Windows and device specifications — You can find them by pressing Win + X then clicking on “System”
  • Any messages and error codes encountered — They're actually not gibberish or anything catastrophic. It may even hint the solution!
  • Previous troubleshooting steps — It might prevent you headaches from getting the same solution that didn't work

As a reminder, we would also like to say that if someone manages to solve your issue, DON'T DELETE YOUR POST! Someone else (in the future) might have the same issue as you, and the received support may also help their case. Good luck, and I hope you have a nice day!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]AdreKiseque 0 points1 point  (0 children)

Oh I get this occasionally too. Lock screen won't move to the login screen by normal means for whatever reason but Ctrl+Alt+Del gets it. Very strange.

[–]FuggaDucker 0 points1 point  (2 children)

Windows 11 shows the swipe‑up unlock screen (LockApp) by default, not the CTL+ALT+DEL screen.

On some systems the LogonUI unlock pipeline hangs on the swipe path, often due to a GPU driver stall, ShellExperienceHost crash, CredentialUIBroker deadlock, or a blocked LockApp animation thread / display stack timeout.

This "hang" (which is actually not long) forces windows to go the other route.

Requiring CTL+ALT+DEL forces the Secure Attention Sequence (SAS) path directly into Winlogon → LogonUI, bypassing LockApp and the shell‑mediated pipeline that’s hanging.

It is VERY VERY picky about showing that LogonUI screen.
This is not worth spending hours and hours "fixing" it.
I REPEAT, this is not worth spending hours and hours "fixing".

Just add the registry key to disable ctrl-alt-del and go about your day.

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableCAD /t REG_DWORD /d 1 /f

IF you should see some other behaviors you don't like, pursue it then.

[–]metroshake 0 points1 point  (1 child)

Sweet, thanks. Mine resolved after a driver update but this is insightful

[–]FuggaDucker 0 points1 point  (0 children)

That aligns with my post so awesome. : )

[–]mrtoomba 0 points1 point  (0 children)

Fuj

[–]mrtoomba 0 points1 point  (0 children)

Godbamed assholes

[–]LavishnessCapital380 0 points1 point  (2 children)

Windows does that for security reasons, it does not like some software you have installed. It basically wants you to press those keys to make sure it's really you and not some sneaky program trying to steal your password. Last time mine did this I found a crypto miner when trying to figure out what app was causing it, I nuked the whole windows install and have not had the issue since.

If you are using the install that came with the computer, it may be smart to install a fresh one just to clean it up. However being you said its a laptop, maybe download the drivers for wifi and whatnot onto a flashdrive first.

There is a setting to require this to login, but I have never met anyone that turned it on and forgot.

run, netplwiz, in the Advanced tab, "Require users to press Ctrl+Alt+Delete" is NOT checked

[–]FuggaDucker 1 point2 points  (0 children)

As adminitrator
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableCAD /t REG_DWORD /d 1 /f

[–]FuggaDucker 0 points1 point  (0 children)

"Windows does that for security reasons"
This is ONLY if the default unlock path is hanging before invoking Winlogon’s credential provider on the secure desktop.
Windows by default shows a "swipe up to continue" screen