What is defaultuser0 and is it safe to delete?

Created a clean installation via latest MCT today and discovered a defaultuser0 in the list of folders under C:\Users\

Does anybody know if it's safe to delete it?

Folder-view of C:\Users

4 Answers

What is defaultuser0?

After upgrading to the Anniversary Update, many users have noticed that apart from their regular user accounts, the OS also creates a new Defaultuser0 account. The most interesting part is that this unusual profile cannot be deleted even after performing a clean install.

The Defaultuser0 account bug has been haunting Windows users for a long time. Nobody knows exactly why this account is being created or how users can prevent its creation. The commonly accepted hypothesis suggests the Defaultuser0 profile is created when something goes wrong during the profile creation phase of the main account, and it should be harmless.

Source Windows 10 Anniversary Update is creating “defaultuser0” profiles


Is it safe to delete it?

Yes. Use one of the following methods.

How to get rid of the Defaultuser0 profile

Solution 1 – simply delete the Defaultusers0 account

Go to Control Panel > User accounts > Delete the profile

Solution 2 – Enable the hidden admin account

  • Start your computer using your Windows 10 DVD or USB
  • Select the correct time and keyboard type
  • Click on Repair your computer
  • Select Choose an option > Troubleshoot
  • Click on Command Prompt > type the command net user administrator /active:yes
  • Restart your computer > delete the Defaultuser0 account.

Source Windows 10 Anniversary Update is creating “defaultuser0” profiles

3

Adding to @DavidPostill's answer:

Since, as noted in the comments, defaultuser0 does not show up in any graphical interfaces accessible through either the settings app or the control panel, here is how to get rid of it cleanly:

  1. Run the Windows command prompt as Administrator

    • Option A: Rightclick on the cmd shortcut in the start menu and select "run as administrator"

    • Option B: Hold CRTL+SHIFT and click on any cmd shortcut or the executable itself

    • Option C: Open the task manager, selet file -> new task, enter "cmd" and select the run as administrator checkmark

  2. Enter net user defaultuser0 /DELETE

1

Seems like this potentially was hooked by NT Authority\System or NT Service\TrustedInstaller:

  1. Start a console as Administrator or a member of Administrators-group.
  2. Type in psexec -s -i cmd.exe followed by ENTER.
  3. Type in lusrmgr.msc followed by ENTER.
  4. Remove defaultuser0 in Local Users and Groups /Users.

Of course this means loading the PsTools beforehand and placing them into %systemroot%\System32.

1

I had this issue with 2 folders showing in my C:/users/ directory. They were defaultuser0 and defaultuser100000. I removed both of them and have not had an issue. The user accounts did not show up in my system so I assumed they were just leftovers from some installation process that weren't cleaned up.

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

You Might Also Like