Disabling Network Location Discovery stops Windows Systems from Pinging

Scenario:

To Turn off the Network Location wizard for users, you make below changes to the Network Sharing Settings since then your Windows Systems become not responsive to the Ping command. However, RDP and C$ Drive access still works fine.

  • Enables “Turn off file and printer sharing” for Domain (current profile)

image

 

Solution:

To let your Windows systems to be again responsive to ping commands, you need to enable “Turn on file and printer sharing” for Domain (current profile).

Further, to disable the Network Location wizard for users you may need to implement the below registry fixes:

  • Create below registry key:
  • HKLM\System\CurrentControlSet\Control\Network\NewNetworkWindowOff (no need to set any sub keys or values)
  • Create below registry key:
    • HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard\HideWizard (DWORD) = 1
  • You can turn off the Network Location wizard for the current user on the computer by creating the following registry key:
    • HKCU\Software\Microsoft\Windows NT\CurrentVersion\Network\NwCategoryWizard\Show (DWORD) = 0
  •  

    References:

    Leave a Reply

    Your email address will not be published. Required fields are marked *