Set MS Windows 11 permanently to stop asking for sign-in password or pin

Anonymous
2023-10-20T13:34:38+00:00

Please Microsoft, stop being such an annoying nanny.

My personal desktop PC at home is not accessible to anyone except me. When I turn it on I don't want to be constantly prompted to sign in to my Microsoft account (which itself is endlessly annoying as you can't just sign in). MS insists on the endless complicated sign ins. Even after setting my account not to require a password or pin to auto-start, MS keeps re-setting that. I'm not even allowed to set an easy repeated pin entry or password. Google is also doing that ****. I can't tell you how many times a day I have to respond to emails or text messages with verification codes and 2FAs. They want scan my face or use my fingerprint to supposedly make it easier -- at what additional cost?

Please don't lecture me on security. I have a hearty password manager, encrypted router authentication settings, and countless other protections. This is not a publicly accessible laptop or phone.

This nonsense is incredible. It affects everything and makes you waste an enormous amount of time.

While I'm at it, they're criminal highwaymen. I've spent months trying to speak to a live support agent about a deranged licensing system. I had a valid product key for over a decade. My PC could not run Windows 11 (more nanny nonsense). So, I bought some hardware and upgraded that PC.

I made the harrowing mistake of updating windows during my hardware process. In that update, Windows wiped out my product key from the registry and took me on this months long rabbit hole of their idiotic explanations in a circuitous meandering labyrinthine maze that always ends up without solution and sends you back to the same old starting place.

They can easily find that my Windows installation was used without any licensing question for a decade. I could even provide them over two years of regular update installations, but they want me to go through hundreds of storage boxes to find my original disk and key. I've been there before with XP and 7. Even when I find the box with the key on it, their computerized activation system refuses to let me use it. Simply ****?

They've so completely complicated their licensing structure and definitions into a shell game, with that garbage excuses gatekeeping extortion scam. They're running a criminal ransom operation. When you're upgrading hardware you will finally give up and buy a new digital key -- crooks. Then, after I was able to finally activate Windows 10, I chose to upgrade to Windows 11. Now the same **** is happening all over again. They want me to spend another $120 to buy another key. What incredible A**H***S!

Windows for home | Windows 11 | Accounts, profiles, and login

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

125 answers

Sort by: Newest
  1. Anonymous
    2024-06-17T17:08:54+00:00

    I switched it to "never" when it schould ask for a password, but it still asks and I still have to enter password each time. How can this be fixed? Thank you

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-06-12T12:28:00+00:00

    This was the issue thank you so much once i did the Regedit portion the option showed up in Netplwiz now my plex server starts right up after updates or any other random restarts.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-05-17T02:05:26+00:00

    I've written a script to remove all kinds of idiotic Windows 11 annoyances. Logging into a Microsoft account makes you LESS secure, and spews all your private data to them. Local accounts are far more secure, and keep you in some semblance of control. Also: get off Edge/Chrome, and use Brave or Vivaldi. You won't notice a difference, but you'll stop sending your data all over the place.

    Open PowerShell as an Administrator, and run this command to stop the nagging:

    Stop pestering to create a Microsoft Account. Local accounts: this is the way.

    New-Item -Path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System' -Force | Out-Null

    New-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System' -Name 'NoConnectedUser' -PropertyType DWord -Value 3 -Force

    My full script is, with comments on other things you can run to remove other MS Stupidity: https://github.com/FlipperPA/windows-setup/blob/main/windows-11-setup.ps1

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-05-11T15:42:28+00:00

    I have two Windows computers both with up-to-date Windows 11 and neither shows that option, or the checkbox mentioned in previous posts.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-05-01T18:14:05+00:00

    After some searchs, what really works for me was this:

    Open regedit and change this key:

    Computador\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device

    Change DevicePasswordLessBuildVersion from 2 to 0.

    Restart.

    Win + R and open netplwiz.

    Now have an option to uncheck: Users must enter a user name and password to use this computer.

    Just uncheck and it is done.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments