Celeb Glow
news | March 06, 2026

Own user account is not listed with `net user`

Using Windows 10, version 1809. Say my user account is Fred.

From the command prompt, cd %HOMEPATH%, takes me to C:\Users\Fred. In Control Panel\All Control Panel Items\User Accounts\Manage Accounts, my account is listed (along with two others, one an administrator account and the other ASP.NET).

But from the command prompt net user lists a number of accounts, but no Fred. When I run control userpasswords2, my own Fred acount is not displayed, though a total of four are listed.

From Windows Powershell, I ran the following command:

get-wmiobject -class "win32_account" -namespace "root\cimv2" | sort caption | format-table caption, __CLASS, FullName

which listed a surprisingly large number of accounts...though not Fred!

Another problem, which seems related. When I attempt to take control of a file in %windir%\system32 as follows:

  • Right-click file and select Properties
  • Security tab, click Advanced
  • Next to the TrustedInstaller account, click Change
  • In Enter the object name to select, type Fred
  • When I click Check Names, an error appears that An object (User, Group or Built-in security principle) with the following name cannot be found (etc)

In Task Manager, on the Users tab, my account is listed as User (not Fred) and I am able to take control of files with the User account. But the weird thing is that when Check names is clicked, User immediately changes to Fred!

Why is the current logged-in user listed inconsistently and be unable to take control of the ownership of a file?

6 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy