i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
**Using Group Policy Management Editor (GPEDIT.MSC)** 1. Open Group Policy Management Editor (GPEDIT.MSC) on the target Windows system. 2. Navigate to **Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options**. 3. Double-click on **Interactive logon: Do not display last user name** and set it to **Enabled**. **Using Registry Editor (REGEDIT)** 1. Open Registry Editor (REGEDIT) on the target Windows system. 2. Navigate to the following registry key:
1 | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System |
Testing if the previous output contains the string 0
: False
Testing if the previous output contains the string SpecialAccounts
: False
Testing if the previous output contains the string HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
: False
Testing if the previous output contains the string regedit
: False
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
**Method 1: Disable Visibility** 1. Open the **Local Users and Groups** tool (lusrmgr.msc). 2. Right-click on the administrative account you want to hide and select **Properties**. 3. Go to the **Member Of** tab. 4. Click **Add**. 5. Enter "Protected Users" in the "Enter the object names to select" field and click **Check Names**. 6. Click **OK**. 7. Click **Apply** and **OK**. **Method 2: Hide Display Name** 1. Open the **Registry Editor** (regedit). 2. Navigate to the following key:
1 | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon |
1 | Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options |
Testing if the previous output contains the string 0
: True
Testing if the previous output contains the string SpecialAccounts
: False
Testing if the previous output contains the string HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
: False
Testing if the previous output contains the string regedit
: True
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
**Method 1: Using Local Users and Groups** 1. Press **Windows Key + R** to open the Run dialog. 2. Type **lusrmgr.msc** and press Enter. 3. On the left pane, click **Users**. 4. Right-click on the administrative account you want to hide and select **Properties**. 5. On the **General** tab, under **Account options**, deselect **User must change password at next logon**. 6. Apply the changes and close the dialog boxes. **Method 2: Using Group Policy (for Windows Professional and Enterprise)** 1. Press **Windows Key + R** and type **gpedit.msc**. 2. Under **Local Computer Policy**, navigate to:
1 | Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment |
1 | Set-LocalUser -Name "AdminAccount" -Enabled False |
Testing if the previous output contains the string 0
: False
Testing if the previous output contains the string SpecialAccounts
: False
Testing if the previous output contains the string HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
: False
Testing if the previous output contains the string regedit
: False
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
**Option 1: Local Users and Groups** 1. Click **Start**, type **lusrmgr.msc** and press **Enter**. 2. In **Local Users and Groups**, click **Users** in the left pane. 3. Right-click the hidden administrator account(s) and select **Properties**. 4. In the **Member Of** tab, select **Account Operators** and remove the account from this group. 5. Click **OK** to apply the changes. **Option 2: Windows Registry** 1. Click **Start**, type **regedit** and press **Enter**. 2. Navigate to the following registry key:
1 | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa |
Testing if the previous output contains the string 0
: False
Testing if the previous output contains the string SpecialAccounts
: False
Testing if the previous output contains the string HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
: False
Testing if the previous output contains the string regedit
: True
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
i'm creating lots of accounts for our windows systems, and i want to hide the administrative accounts from being listed to the primary user. how do i do that?
**Method 1: Using Local Security Policy** 1. Open "Local Security Policy" by pressing **Windows Key** + **R** and typing **secpol.msc**. 2. Navigate to **Local Policies** > **Security Options**. 3. Double-click on the policy **"Hide accounts and membership of administrators in the Administrative Tools group"**. 4. Select **"Enabled"** and click **"OK"**. **Method 2: Using the Registry Editor** 1. Open the Registry Editor by pressing **Windows Key** + **R** and typing **regedit**. 2. Navigate to the following registry key:
1 | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer |
Testing if the previous output contains the string 0
: False
Testing if the previous output contains the string SpecialAccounts
: False
Testing if the previous output contains the string HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
: False
Testing if the previous output contains the string regedit
: True