GKC Infotech Institute

“Keep your face always toward the sunshine—and shadows will fall behind you.”

GKC Infotech Institute

“Extraordinary things are always hiding in places people never think to look.”

GKC Infotech Institute

“Setting goals is the first step in turning the invisible into the visible.”

GKC Infotech Institute

“You can have it all. Just not all at once.”

GKC Infotech Institute

“Say something positive, and you’ll see something positive.”

Showing posts with label Enable or Disable Administrator Account On Login Screen in Windows 10. Show all posts
Showing posts with label Enable or Disable Administrator Account On Login Screen in Windows 10. Show all posts

Enable or Disable Administrator Account On Login Screen in Windows 10

When you are on the login or welcome screen, the Administrator account is not an option by default in Microsoft Windows 10. You can enable this feature with the following steps.

Method 1 – Via Command

  1. Select “Start” and type “CMD“.
  2. Right-click “Command Prompt” then choose “Run as administrator“.
  3. If prompted, enter a username and password that grants admin rights to the computer.
  4. Type: net user administrator /active:yes
  5. Press “Enter“.
Replace “yes” with “no” to disable the admin account on the welcome screen.

Method 2 – From Admin Tools

  1. Hold the Windows Key while pressing “R” to bring up the Windows Run dialog box.
  2. Type “lusrmgr.msc“, then press “Enter“.
  3. Open “Users“.
  4. Select “Administrator“.
  5. Uncheck or check “Account is disabled” as desired.
  6. Select “OK“.

Method 3 – From Registry

  1. Hold the Windows Key while pressing “R” to bring up the Windows Run dialog box.
  2. Type “regedit“, then press “Enter“.
  3. Navigate to the following:
    • HKEY_LOCAL_MACHINE
    • SOFTWARE
    • Microsoft
    • Windows NT
    • CurrentVersion
    • Winlogon
    • SpecialAccounts
    • UserList
  4. On the right side, right-click on “UserList” and select “New” > “DWORD Value“.
  5. Give the value a name of “Administrator“. Press the “Enter” key when you are done.
  6. Close the Registry Editor and restart the computer.
Delete the “Administrator” value to turn it off and prevent it from appearing on the Welcome screen.

Method 4 – Group Policy

Note: This will not work in Home editions of Windows 10.
  1. Hold the Windows Key while pressing “R” to bring up the Windows Run dialog box.
  2. Type “gpedit.msc“, then press “Enter“.
  3. Navigate to the following:
    • Local Computer Configuration
    • Windows Settings
    • Security Settings
    • Local Policies
    • Security Options
    • Accounts: Administrator Account Status
  4. Enable or Disable the setting as desired.