Hi. Thank you for your question and reaching out.
The devices are not linked if you do not see an IP address (and should not show as connected in your router). Windows Connect Now - Config Registrar is a Windows service that is the reason these appear in File Explorer.
The Windows Connect Now service helps you connect to your device if you use the Wireless Protected Setup feature.
utilizing the user interface instructions:
- When you hit Win+R and type services.msc, log in as the administrator.
- Double-click on the Windows Connect Now - Config Registrar service after finding it.
- By selecting the Stop button in the dialog box, the service should cease immediately.
- The Startup type was then changed to Disabled in the same dialog box by clicking Apply and then Okay to proceed.
PowerShell or the Command Prompt instructions:
Using the Start Menu's context menu, select PowerShell (Admin) or Command Prompt (Admin).
Type the following instructions exactly as you see them:
halt net wcncsvc
wcncsvc configuration: start=disabled
Your neighbor's devices will continue to broadcast their presence, but you won't see them right now or once File Explorer restarts.
--------------------------------------------------------------------------------------------------------------------------------------------------
If the reply was helpful, please don’t forget to upvote or accept as answer, thank you.