How to hide Administrator from the sign-in screen

このサイトを検索 | Search this site
,Japan
Thank you for accessing.

This article has been removed.

The content of this blog can be searched by keyword.

Use the search window in the sidebar or at the top. Alternatively, please translate the original article using Google or other means.

Please find alternative content.



Remnants of articles that had been published

Windows 10 comes set up with some special accounts called built-in accounts.

You can check the built-in account by launching the system management tool "Computer Management" and expanding "Local Users and Groups" to point to the user.

System accounts used by Windows OS such as SYSTEM, LOCAL SERVICE, NETWORK SERVICE, etc. recorded in the user of the event log are not displayed.

And most built-in accounts are deactivated and can't be used until you activate them.

Start button: Right-click menu> Computer Management
start-rightclick

One of the built-in accounts, Administrator, is called the administrator account, and is the account used when changing the system of the Windows OS.

Since it is disabled by default, enable it using Computer Management when using it.

The sign-in screen when Administrator is displayed is as shown in the first image.

Hide Administrator

When Administrator is enabled, "Administrator" will be displayed at the bottom left of the sign-in screen.

I didn't want to display the Administrator on the sign-in screen (Welcome screen), but I found an effective method, so I will share it.

How to activate the Administrator

"Local Users and Groups" is available on Windows 10 Professional and above grades.

  1. Local users and groups (Windows 10 Pro)
  2. Command prompt (Windows 10 Pro | Home)

A. Local users and groups
* For Windows 10 Pro and above

Start button: Right-click> Computer Management> Local Users and Groups> Users


[procedure]
  1. Expand local users and groups
  2. Point to the user
  3. Double-click Administrator in the right pane
  4. Uncheck Disable Account
  5. OK Click on the
  6. End of procedure

B. Command prompt
[procedure]

  1. Start the command prompt in administrator mode
  2. Run net user administrator /active: yes
  3. End of procedure

The command prompt (administrator) can be started from the start menu.

Start> Windows System Tools> Command Prompt: Right click> Other: Run as administrator


Make sure that "Administrator: Command Prompt" is displayed in the title bar of the command prompt.

Command to enable Administrator
c:\_
Administrator: Command promptー □ × 
C:\>net user administrator /active: yes

Command to disable Administrator
c:\_
Administrator: Command promptー □ × 
C:\>net user administrator /active: no

How to hide the Administrator from the sign-in screen

Registry operations are at your own risk
Before working with Registry Editor
Make a backup copy of your registry in case something goes wrong.

[procedure]

  1. Start Registry Editor
  2. Move to the next level
    \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  3. Create subkey SpecialAccounts under Winlogon
  4. Create a new subkey UserList under Special Accounts
  5. Create a new DWORD (32-bit) in the right pane by pointing to UserList
  6. Rename the new DWORD (32-bit) to Administrator
  7. Set the value of Administrator's DWORD (32 bits) to 0
  8. End of procedure

Step 5 snapshot
Create a new DWORD (32-bit) in the right pane by pointing to UserList

Snapshot after the procedure
If Administrator = 1, Administrator will be displayed on the sign-in screen.

Summary

A tool used when you do not want to display Administrator on the sign-in screen.
* Varies depending on the Windows 10 grade.

  1. Local users and groups (Windows 10 Pro)
  2. Command prompt (Windows 10 Pro | Home)

Local users and groups

[Accounts registered to local users and groups]

  • Administrator
  • DefaultAccount
  • Guest
  • HomeGroupUser $
  • WDAGUtilityAccount

WDAGUtilityAccount is the account created when setting up the Windows sandbox.

It is a bad thing that it is disabled except HomeGroupUser $, but it is recommended to disable it when it is not.

Read the related article for steps to set up your Windows sandbox.

Document

A description of the official Microsoft Administrator account.

Administrators are users who can make changes to a computer that affect all users of that computer.

Administrators can change security settings, install software and hardware, access all files on your computer, and change other user accounts.
support.microsoft.com

Validation: Windows 10 Pro May 2019 Update, v1903.18362.267

SC2
ブログサークルSNS
クリックして応援してね!
人気ブログランキングPVアクセスランキング にほんブログ村ブログランキング・にほんブログ村へ

このサイトを検索 | Search this site