/
/

How to Add or Remove the Network Icon on the Sign-in Screen in Windows 11

How to Add or Remove Network Icon on Sign-in Screen in Windows 11 blog banner image

The network icon on the sign-in screen is a standard feature in Windows 11. It allows users to change their network connectivity without signing in. However, handy as the shortcut may be, keeping it visible can be a security risk.

For instance, it may encourage users to switch between networks. They could connect to an unsecured public WiFi, exposing their devices to hackers.

Having said that, you must learn how to add or remove this from the log-on screen to prevent users from making unauthorized network changes.

How to show or hide the network icon from the Windows 11 sign-in screen

📌 Prerequisites:

  • Operating System: The methods we’ll discuss are only applicable to Windows 11 systems.
  • Administrator Privileges: Certain methods require administrator rights.
  • Technical Proficiency: Familiarity with using system settings, command-line interfaces, and registry editing can be useful when following this guide.

📌 Recommended deployment strategies:

Click to Choose a Method💻

Best for Individual Users

💻💻💻

Best for Enterprises

Method 1: Using Registry Editor
Method 2: Using Command Prompt
Method 3: Using PowerShell
Method 4: Using Group Policy Editor

💡 Note: The Settings app does not offer an option to add or remove the network icon from the sign-in screen. You will need to use alternative methods.

Method 1: Hiding the icon using the Registry Editor

📌 Use Case: This method is best used for making quick and simple configurations to the Windows 11 sign-in screen.

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System
  3. Right-click on the System key, select New > DWORD (32-bit) Value, and name it DontDisplayNetworkSelectionUI.
  4. Double-click on the DontDisplayNetworkSelectionUI and set its value to:
    1. 0 = show the Network icon.
    2. 1 = hide the Network icon.
  5. Restart the computer to apply the changes.

⚠️ Warning: Changing the registry can cause system instability. Proceed with caution and back up the registry before making changes.

Method 2: Disabling the icon using Command Prompt

📌 Use Case: This method automates the registry modification using the Command Prompt.

  1. Open Command Prompt as an administrator.
  2. Execute the following command:
    1. To hide the Network icon:

reg add"HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v DontDisplayNetworkSelectionUI /t REG_DWORD /d 1 /f

    1. To show the Network icon:

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v DontDisplayNetworkSelectionUI /t REG_DWORD /d 0 /f

  1. Restart the computer to apply the changes.

Method 3: Modifying the registry using PowerShell

📌 Use Case: This method is ideal for configuring multiple Windows 11 systems.

  1. Open PowerShell as an administrator
  2. Execute the following command:
    1. To hide the Network icon:

Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "DontDisplayNetworkSelectionUI" -Value 1

    1. To show the Network icon:

Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "DontDisplayNetworkSelectionUI" -Value 0

  1. Restart the computer to apply the changes.

Method 4: Hiding the icon using Group Policy Editor

📌 Use Case: This method is applicable to Windows 11 Pro, Enterprise, and Education editions.

  1. Press Win + R, type gpedit.msc, and press Enter.
  2. Navigate to: Computer Configuration > Administrative Templates > System > Logon.
  3. Double-click on the Do not display network selection UI.
  4. To hide the Network icon:
    1. Select Enabled, click Apply, then OK.
  5. To show the Network icon:
    1. Select Disabled or Not Configured, click Apply, then OK.
  6. Restart the computer to apply the changes.

Additional notes on removing the Network icon on the sign-in screen

  • Hiding the Network icon from the login screen enhances security by preventing users from making unauthorized changes to the network settings.
  • Ensure your configurations align with your organization’s policies and user needs.
  • Regularly review and audit the login screen settings of your Windows fleet to maintain compliance with organizational policies.

⚠️ Things to look out for

Keep these pitfalls in mind when following this guide:

RisksPotential consequencesReversal
Incorrect registry valueChanges may not take effectMake sure that the registry value is correctly set and that the system has been restarted.
Delayed policy refreshGroup Policy settings may not be applied immediately.Run gpupdate /force in Command Prompt to force a policy update.
Wrong command syntaxCan lead to failed executionCheck the syntax of your commands before running them.

Related topics:

FAQs

As outlined above, you can disable the network icon from the sign-in screen using various tools. These include the Registry Editor, Command Prompt, PowerShell, and Group Policy Editor.

The network icon on the Windows 11 sign-in screen indicates your computer’s network connection status. Clicking it will open a window where you can view all the available networks nearby.

While the network icon is a handy shortcut for changing network settings, it may tempt users to tweak things they’re not supposed to tweak. Hiding it from the login screen will help your organization maintain network integrity and prevent hackers from getting their hands on your sensitive business data.

You can use command-line tools like Command Prompt and PowerShell to configure this setting quickly, but if you want more granular control, we recommend you use the registry and Group Policy methods.

You might also like

Ready to simplify the hardest parts of IT?