Windows takes long to identify already-categorized network

Seth Weber 46 Reputation points
2023-08-15T16:36:42.6866667+00:00

I have a locked-down Windows device that has Windows Firewall set up to block all outgoing and incoming connections on Public networks.

I've connected to our secure WiFi once and manually categorized it as a Domain network, and the registry entry confirms that (0 is Public, 1 is Private, 2 is Domain):

1

But still, every time I connect to the network, it'll take almost a whole minute before it identifies it as a Domain network again; it just sits on Public, so I'm stuck having no network connectivity until Windows finally gets it straight - you can see here what it looks like when I initially connect:

2

I don't understand why it's taking so long to identify it. Any help is greatly appreciated. :)

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,776 Reputation points
    2023-08-16T10:43:51.23+00:00

    Hello there,

    Do you have any GPO applied on your domain?

    Resetting your network settings to default can help if there are configuration issues. Open the Command Prompt with administrative privileges and enter the following commands one by one:

    netsh winsock reset

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    Sometimes, the network-related services on your computer can get stuck or encounter errors. Try restarting the network-related services like "Network List Service" and "Network Location Awareness" through the Services application. To do this, press Win + R, type services.msc, and press Enter. Locate the mentioned services, right-click on them, and choose "Restart."

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.