How to Disable the “Set Network Location Prompt”

Create new registry key NewNetworkWindowOff in:
HKLMSYSTEMCurrentControlSetControlNetworkNewNetworkWindowOff

Using task sequence this can also be used:

reg add "HKLMSOFTWAREPoliciesMicrosoftWindows NTCurrentVersionNetworkListSignaturesFirstNetwork" /v Category /t REG_DWORD /d 00000001 /f

Feel free to comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.