Network Discovery - Turn On or Off in Windows 8

How to Turn Network Discovery On or Off in Windows 8 and 8.1


information   Information
Network discovery is a setting that affects whether your computer can see (find) other computers and devices on the network and whether other computers on the network can see your computer. It's one of several settings that are turned on when you turn on network sharing to have a private network location.

This tutorial will show you how to turn network discovery on or off in the sharing options for private and public network profiles in Windows 8.

You must be signed in as an administrator to be able to do the steps in this tutorial.

Note   Note
You can turn network discovery on or off independently of network sharing, but it is not recommended.

Here's why. If you're connected to a network in a public location and you decide to turn on network discovery but leave network sharing turned off (set to public network), the network discovery setting will be on for every public network you connect to from then on. This would not be safe. That's why it is recommend to use the network sharing setting following the How to Set Network Location to be Public or Private in Windows 8 tutorial.





OPTION ONE

Turn Network Discovery On or Off in Network and Sharing Center


1. Do step 2 or 3 below for how you would like to open the Network and Sharing Center.​
2. On the desktop, right click on the Network system icon in the taskbar notification area, click/tap on Open Network and Sharing Center, and go to step 4 below. (see screenshot below)​
Network_Icon.jpg

OR
3. Open the Control Panel (icons view), click/tap on the Network and Sharing Center icon, and go to step 4 below.​
4. In the left pane of Network and Sharing Center, click/tap on the Change advanced sharing settings link. (see screenshot below)​
Step-1.jpg

5. Click/tap on the arrow.jpg button to the right of the network profile (private or public) that you want to expand and turn network discovery on or off for, then do step 6 or 7 below. (see screenshot below)​
NOTE: Normally this would be for the network profile marked as your current profile.​
Private.jpg
Public.jpg

6. To Turn On Network Discovery for Private or Public Network Profiles
NOTE: This is the default setting for private network profiles.​
A) Click/tap on (dot) Turn on network discovery. (see screenshots below step 5)​
B) If this is for Private network profiles, then you could also click/tap on (check) Turn on automatic setup of network connected devices. (see screenshots below step 5)​
C) Go to step 8 below.​

7. To Turn Off Network Discovery for Private or Public Network Profiles
NOTE: This is the default setting for public network profiles.​
A) Click/tap on (dot) Turn off network discovery, and go to step 8 below. (see screenshots below step 5)​

8. Click/tap on Save changes. (see screenshots below step 5)​
9. If prompted by UAC, then click/tap on Yes.​
10. You can now close the Network and Sharing Center window if you like. (see screenshot below step 4)​






OPTION TWO

Turn Network Discovery On or Off in Command Prompt


2. Do step 3 or 4 below for what you would like to do.​
3. To Turn On Network Discovery for Private and Public Network Profiles
NOTE: This is the default setting for private network profiles.​
A) In the elevated command prompt, copy and paste the command below, press Enter, and go to step 5 below.​
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes

4. To Turn Off Network Discovery for Private and Public Network Profiles
NOTE: This is the default setting for public network profiles.​
A) In the elevated command prompt, copy and paste the command below, press Enter, and go to step 5 below.​
netsh advfirewall firewall set rule group="Network Discovery" new enable=No

5. When finished, you can close the elevated command prompt.​
Network_Discovery_Command.jpg




That's it,
Shawn


 

Attachments

  • Local_Area_Network_Connection.png
    Local_Area_Network_Connection.png
    18.1 KB · Views: 397
Last edited by a moderator:
Wow. Thank you. My network discovery was turned off in guest, which for reasons unknown I am using. I hate windows 8.

But even now that I have done that, still nothing happens. Do I need to reboot?
 
Hello timtak, :)

If you mean in the Guest account, then you would need to set this in an administrator account instead since this is a system wide setting.
 
Back
Top