Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Eliminate sign in Windows 10

  • 16-08-2020 02:50PM
    #1
    Registered Users, Registered Users 2 Posts: 284 ✭✭


    Attempts to eliminate either a password or PIN sign in on Windows10 has proven futile. Finally opted to close Microsoft account. Problem persists. Mentioned the account would close in 60 days to facilitate a change of mind but I still have to sign in. Do I have to wait 2 months before I can log in without signing in?


Comments

  • Registered Users, Registered Users 2 Posts: 7,145 ✭✭✭DopeTech


    ttenneb wrote: »
    Attempts to eliminate either a password or PIN sign in on Windows10 has proven futile. Finally opted to close Microsoft account. Problem persists. Mentioned the account would close in 60 days to facilitate a change of mind but I still have to sign in. Do I have to wait 2 months before I can log in without signing in?

    Just create a local account with no password and copy your data over to it.


  • Registered Users, Registered Users 2 Posts: 284 ✭✭ttenneb


    Thanks, Dopetech. It seems to have worked. Hopefully will behave.


  • Registered Users, Registered Users 2 Posts: 3,901 ✭✭✭horse7


    same problem,have used netplwiz,but cant go back to auto sign in, how easy is it to creat local acc with no password and how do you copy data over to it?



  • Registered Users, Registered Users 2 Posts: 3,901 ✭✭✭horse7


    Could you utube a link or talk me through the process?



  • Registered Users, Registered Users 2 Posts: 7,145 ✭✭✭DopeTech


    Follow this to create the local account.


    Then log out and of your current account and in to the local account.


    As for copying over your files you can do that via This PC -> C drive -> users

    and then copy from your old account to the new account. Don’t copy the entire folder but just the contents from inside it.



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 4,429 ✭✭✭smuggler.ie


    Run CMD as administrator, copy/paste commands below and hit Enter

    This will create local user without pass, add it to administrators, pass never expire (NoPassUser is the user name, change to your liking)

    net user NoPassUser /passwordreq:no /add
    net localgroup administrators NoPassUser /add
    WMIC USERACCOUNT WHERE Name='NoPassUser' SET PasswordExpires=FALSE
    




  • Registered Users, Registered Users 2 Posts: 4,429 ✭✭✭smuggler.ie


    BTW, administrator user without password is bad practice.



  • Registered Users, Registered Users 2 Posts: 10,793 ✭✭✭✭maccored


    was just going to ask was someone seriously putting an admin login in windows with no password



Advertisement