Can DefaultAccount and Guest users of Windows 10 be deleted?

Venkatesh 1 Reputation point
2022-04-01T05:16:29.477+00:00

We have an application built on Windows 10.

Can some one let me know about the users DefaultAccount which is member of System Managed Accounts Group and Guest which is member of Guests group.

I am seeing these two users under Local Users and Groups(lusrmgr.msc)

We are not using DefaultAccount and Guest users anywhere in our application. Due to security concerns, it is not recommended to have additional users which are not in use. Can we delete these two accounts during the installation of our application.

If the answer is "NO". Can you please let us know the purpose of these two users in the system.

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,884 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,586 Reputation points
    2022-04-06T14:02:30.553+00:00

    Hi @Venkatesh

    I believe that's default with Operating System and can not be deleted , Removing DefaultAccount and guest account is not possible, however you can disable these accounts if there available on the logon screen.

    You can use the following command to disable them. For disabling DefaultAccount : Net user DefaultAccount/active:no

    For disabling the guest account: Net user guest /active:no

    Hope this answers your question :)
    Thank you.

    --
    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.