The Network icon on the sign-in screen can allow users to change the network connectivity state of the computer without having to sign in to Windows.
This tutorial will show how to add or remove the Network icon on the sign-in screens for all users in Windows 10 and Windows 11.
You must be signed in as an administrator to add or remove the Network icon on the sign-in screen.
Contents
- Option One: Add or Remove Network Icon on Sign-in Screen in Local Group Policy Editor
- Option Two: Add or Remove Network Icon on Sign-in Screen using REG file
EXAMPLE: Network icon on sign-in screen
The Local Group Policy Editor is only available in the Windows 10/11 Pro, Enterprise, and Education editions.
All editions can use Option Two to configure the same policy.
1 Open the Local Group Policy Editor (gpedit.msc).
2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)
Computer Configuration > Administrative Templates > System > Logon
3 In the right pane of Logon in the Local Group Policy Editor, double click/tap on the Do not display network selection UI policy to edit it. (see screenshot above)
4 Do step 5 (add) or step 6 (remove) below for what you want.
5 Add Network Icon to Sign-in Screen
This is the default setting.
A) Select (dot) Not Configured, click/tap on OK, and go to step 7. (see screenshot below)
6 Remove Network Icon from Sign-in Screen
A) Select (dot) Enabled, click/tap on OK, and go to step 7. (see screenshot below)
7 You can now close the Local Group Policy Editor if you like.
1 Do step 2 (add) or step 3 (remove) below for what you would like to do.
2 Add Network Icon to Sign-in Screen
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Add_Network_icon_to_sign-in_screen.reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DontDisplayNetworkSelectionUI"=-
3 Remove Network Icon from Sign-in Screen
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Remove_Network_icon_from_sign-in_screen.reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DontDisplayNetworkSelectionUI"=dword:00000001
4 Save the .reg file to your desktop.
5 Double click/tap on the downloaded .reg file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 You could now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
Attachments
Last edited: