bookie32 Posted December 12, 2019 Posted December 12, 2019 Hi guys! Do not understand.... Upgraded a computer from Windows 7 to Windows 10 for a customer and if I logout of Windows there are two entries for same account.... No there is no duplicate account in same name and despite different attempts it is still there....? I even added a password for this local account and can login from both entries...) bookie32
jaclaz Posted December 12, 2019 Posted December 12, 2019 Check the "full name" against "user name". I have seen reports where the issue was created by having a "user name" different from "full name". Open a cmd window, in it run: wmic useraccount get /format:list or, if you want to better review the list: wmic useraccount get /format:list>C:\myaccounts.txt jaclaz
bookie32 Posted December 12, 2019 Author Posted December 12, 2019 Hi jaclaz AccountType=512 Caption=Ingrid-Dator\Administratör Description=Fördefinierat administratörskonto för datorn/domänen Disabled=TRUE Domain=Ingrid-Dator FullName= InstallDate= LocalAccount=TRUE Lockout=FALSE Name=Administratör PasswordChangeable=TRUE PasswordExpires=FALSE PasswordRequired=TRUE SID=S-1-5-21-522315048-2383364653-3190067693-500 SIDType=1 Status=Degraded AccountType=512 Caption=Ingrid-Dator\DefaultAccount Description=Ett användarkonto som hanteras av systemet. Disabled=TRUE Domain=Ingrid-Dator FullName= InstallDate= LocalAccount=TRUE Lockout=FALSE Name=DefaultAccount PasswordChangeable=TRUE PasswordExpires=TRUE PasswordRequired=TRUE SID=S-1-5-21-522315048-2383364653-3190067693-503 SIDType=1 Status=Degraded AccountType=512 Caption=Ingrid-Dator\Gäst Description=Fördefinierat gästkonto för datorn/domänen Disabled=TRUE Domain=Ingrid-Dator FullName= InstallDate= LocalAccount=TRUE Lockout=FALSE Name=Gäst PasswordChangeable=FALSE PasswordExpires=FALSE PasswordRequired=FALSE SID=S-1-5-21-522315048-2383364653-3190067693-501 SIDType=1 Status=Degraded AccountType=512 Caption=Ingrid-Dator\Ingrid Description= Disabled=FALSE Domain=Ingrid-Dator FullName= InstallDate= LocalAccount=TRUE Lockout=FALSE Name=Ingrid PasswordChangeable=TRUE PasswordExpires=FALSE PasswordRequired=FALSE SID=S-1-5-21-522315048-2383364653-3190067693-1000 SIDType=1 Status=OK AccountType=512 Caption=Ingrid-Dator\WDAGUtilityAccount Description=Ett användarkonto som hanteras av systemet för Windows Defender Application Guard-scenarion Disabled=TRUE Domain=Ingrid-Dator FullName= InstallDate= LocalAccount=TRUE Lockout=FALSE Name=WDAGUtilityAccount PasswordChangeable=TRUE PasswordExpires=TRUE PasswordRequired=TRUE SID=S-1-5-21-522315048-2383364653-3190067693-504 SIDType=1 Status=Degraded Can't see any problems here... bookie32
jaclaz Posted December 12, 2019 Posted December 12, 2019 (edited) Try adding the FullName : Quote AccountType=512 Caption=Ingrid-Dator\Ingrid Description= Disabled=FALSE Domain=Ingrid-Dator FullName=Ingrid InstallDate= LocalAccount=TRUE Lockout=FALSE Name=Ingrid PasswordChangeable=TRUE PasswordExpires=FALSE PasswordRequired=FALSE SID=S-1-5-21-522315048-2383364653-3190067693-1000 SIDType=1 Status=OK https://www.windowscentral.com/how-add-your-full-name-local-account-windows-10 EDIT: found where I read about the issue: https://answers.microsoft.com/en-us/windows/forum/all/windows-10-1903-login-screen/ce270499-fa3f-4c6c-9e50-bdf852f05501 jaclaz Edited December 12, 2019 by jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now