Solved Delete guest admin account?


archz2

Member
Local time
6:42 AM
Posts
26
OS
Windows 11
I recently ran some commands in command prompt while trying to attempt to delete system volume information folder from an external SSD. That SSD was once an internal SSD for my laptop.

When I ran those commands, it created a guest admin account on my laptop. I don't remember those commands now as I copied it from a tutorial post.

I tried removing that guest account in admin cmd propmt but I failed.

How can I remove it? I want to keep just one account on my laptop like it has always had from the beginning.

The red highlighted/redacted name is the name of my admin account/username here in this screenshot.

Screenshot 2025-01-08 113546.webp
 
Windows Build/Version
Windows 11 Home Single Language, 23H2, OS build 22631.4602

My Computer

System One

  • OS
    Windows 11
command prompt as admin, and type
Code:
net localgroup administrators

that will show you all administrators. Guest is a default account that can be enabled or disabled. it is only a standard user, not admin. Administrator is the system Administrator baked-in account. it can be enabled/disabled but not deleted.

Code:
net user Guest /active:no
Code:
net user Administrator /active:no
will hide those accounts (disable them)
 

My Computer

System One

  • OS
    Windows 11 Pro
command prompt as admin, and type
Code:
net localgroup administrators

that will show you all administrators. Guest is a default account that can be enabled or disabled. it is only a standard user, not admin. Administrator is the system Administrator baked-in account. it can be enabled/disabled but not deleted.

Code:
net user Guest /active:no
Code:
net user Administrator /active:no
will hide those accounts (disable them)
Fantastic! That solved it. Thanks!
 

My Computer

System One

  • OS
    Windows 11
After using "net user Administrator /active:no" the associated user folders will remain. I just deleted them and nothing bad happened. Saves about 120MB.

I used File Explorer to delete the "Adminstrator" folder in C:\users. Don't delete the wrong one!
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2 26100.2894
    Computer type
    Laptop
    Manufacturer/Model
    Acer Swift SF114-34
    CPU
    Pentium Silver N6000 1.10GHz
    Memory
    4GB
    Screen Resolution
    1920 x 1080
    Hard Drives
    SSD
    Cooling
    fanless
    Internet Speed
    150 Mbps
    Browser
    Brave
    Antivirus
    Webroot Secure Anywhere
    Other Info
    System 3

    ASUS T100TA Transformer
    Processor Intel Atom Z3740 @ 1.33GHz
    Installed RAM 2.00 GB (1.89 GB usable)
    System type 32-bit operating system, x64-based processor

    Edition Windows 10 Home
    Version 22H2 build 19045.3570
  • Operating System
    Windows 11 Pro 23H2 22631.2506
    Computer type
    Laptop
    Manufacturer/Model
    HP Mini 210-1090NR PC (bought in late 2009!)
    CPU
    Atom N450 1.66GHz
    Memory
    2GB
    Browser
    Brave
    Antivirus
    Webroot

Latest Support Threads

Back
Top Bottom