/
/

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

by Stela Panesa, Technical Writer
How to Add or Remove Network Icon on Sign-in Screen in Windows 11 blog banner image

Key Points

  • Using Registry Editor: Navigate to HKLM\SOFTWARE\Policies\Microsoft\Windows\System, create or modify DontDisplayNetworkSelectionUI DWORD value, set to 1 to hide icon, 0 to show..
  • Using Command Prompt: Enter reg add “HKLM\SOFTWARE\Policies\Microsoft\Windows\System” /v DontDisplayNetworkSelectionUI /t REG_DWORD /d 1 /f (hide) or /d 0 (show), then restart.
  • Using PowerShell: Run this code in an elevated PowerShell: Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\System” -Name “DontDisplayNetworkSelectionUI” -Value 1 (hide) or 0 (show), then restar..
  • Using Group Policy Editor: Navigate to Computer Configuration > Administrative Templates > System > Logon, enable “Do not display network selection UI” to hide the icon (or disable to show).

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 man-in-the-middle attacks, or unauthorized network access.

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.

Rapildy optimize user experience for one or more endpoints.

Watch this free demo to see NinjaOne in action

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.
  • However, keep in mind that if users need a Microsoft account to sign in, they will not be able to add or select a new Wi-Fi network for the first time if the icon is removed from the sign-in screen.
  • 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.

NinjaOne Remote® allows you to customize workspaces with ease and minimal disruption.

Try it for free

⚠️ 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:

Quick-Start Guide

NinjaOne provides scripting capabilities that could help you achieve this goal.

To modify the network icon visibility, you would likely need to:

  1. Create a custom script targeting the specific registry or system settings that control the network icon display.
  2. Deploy the script using NinjaOne’s script automation features.

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 modify settings they’re not supposed to change. 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.

No, removing the network icon doesn’t disable auto-connect. Windows will still automatically connect to any saved or previously trusted networks that are within range, even when the icon isn’t visible. The network icon only controls user access to manually change or select networks before logging in.

Yes, if you remove the network icon on the sign-in screen in Windows 11, users will not be able to manually select a network. This also prevents users from selecting a different Wi-Fi or wired network before signing in. In turn, the users may not be able to connect to a VPN if they rely on changing the network at the sign-in stage. If your organization relies on VPNs, consider how end-users connect before you make any modifications to the network icon. 

You might also like

Ready to simplify the hardest parts of IT?