Hi Peter
I get the nostalgia for WINS and the old master browser setup it was a neat way to make machines magically show up in Network Neighborhood. Unfortunately, Microsoft retired the Computer Browser service years ago, and there’s no direct replacement that works across multiple subnets the way WINS did. On modern Windows 10/11, network discovery relies on SMB over DNS and WS-DISCOVERY, which are limited to the local subnet. That’s why you don’t see machines from other subnets pop up automatically anymore.
If you want that “everyone shows up under Network” experience across subnets, the practical workaround is to lean on DNS and Active Directory. You can register all your hosts in DNS, enable file and print sharing, and then access them by name rather than browsing. Another option is to deploy a DFS Namespace, which gives you a single logical view of all shared folders across your environment, regardless of subnet. It’s not quite the same as the old browser list, but it’s the supported way to unify shares today.
So short answer: no, WINS‑style browsing isn’t coming back, but you can replicate the functionality with DNS, AD, or DFS.