Through run command or just searching command prompt.How are you accessing or otherwise entering CMD?
When I run cmd as Administrator its shows WINDOWS\System32.If you log in as a user with admin rights or some non-admin user name does the actual name appear?
Do you have Powershell?
If so, open Powershell and run the following cmdlet
Get-LocalUser
Reference:
https://docs.microsoft.com/zh-hk/powershell/module/microsoft.powershell.localaccounts/get-localuser?view=powershell-5.1#:~:text=The Get-LocalUser cmdlet gets,you connected to Microsoft accounts.&text=The Microsoft.,PowerShell.
No need to change anything now.
The objective is to simply learn what Windows is "seeing".
I think that could be the problem. Thanks. just curious but what is the problem with using the built in account.only having the built in admin account is the problem. windows will never let you use that account for the cmd prompt. since there is no other user to default to it simply downgrades your access level and gives it a generic "user" name
if you create a user and use that then this will go away. IT IS NEVER A GOOD IDEA TO USE THE BUILT IN ADMIN ACCOUNT FOR REGULAR DAILY USE!!!
it gets greatest access to the system than a regular user, even one that is also an "administrator". therefore any normal day to day stuff you do on the pc has a lot more access to the system. any bit of nastiness you happen to come into contact with, can do a lot more damage from that account than any other account.
think about the fact that every hacker has an ultimate goal of getting "root" access to a system. that's where they can really do damage and control things. the built in admin account is basically the same thing as "root" access. starting off there only makes it a lot faster and easier to take control and have fun with an infected system. using a normal user account restricts most access to the system itself so an infection has to do a lot more work to really cause a bunch of trouble.
it's a basic security protection to prevent unauthorized access to the system.
no problem. always happy to share some of the knowledge i have
Should I remove the account completely when I set up a new user or just keep it?no problem. always happy to share some of the knowledge i have