Tell me the result, please.
Networking Issue
My PC has Windows 10 Pro. It doesn't show most of the computers and itself on the network tab in file explorer. My Windows 7 PCs can see all the computers on the network including the Windows 10 Pro ones. The computers were visible in the beginning when the network was created and slowly they started disappearing.
Windows for home | Windows 10 | Internet and connectivity
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
2 answers
Sort by: Most helpful
-
Anonymous
2021-01-08T18:38:34+00:00 -
Anonymous
2021-01-08T18:37:24+00:00 Hello, my name is Carlos Eduardo and I am an independent expert and I came to help in the best possible way. This problem is related to the failure to start some services responsible for sharing in Windows 10, so I recommend that you follow the steps below to resolve:
- Press the Windows keys and type CMD;
- Right-click on CMD and select the option Run as Administrator;
- Paste the commands below:
sc config browser start = delayed-auto [Press Enter]
sc config FDPHost start = delayed-auto [Press Enter]
sc config FDResPub start = delayed-auto [Press Enter]
sc config NetMan start = delayed-auto [Press Enter]
SC config UPnPHost start = delayed-auto [Press Enter]
sc config PNRPSvc start = delayed-auto [Press Enter]
sc config P2PSvc start = delayed-auto [Press Enter]
sc config P2PIMSvc start = delayed-auto [Press Enter]
Note: the browser service may not be installed, if there is an error, skip to the next command.
- When showing that the service configuration has been successfully modified "ChangeServiceConfig SUCCESS", restart the system.
You can also perform this procedure through the Command Prompt:
- Press the Windows + Q keys, type CMD;
- Right-click on CMD and choose Run as Administrator;
- Paste the command below and press Enter:
REG ADD "HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Lsa" / V LimitBlankPasswordUse / T REG_DWORD / D 0 / F
- Restart the system.
If the answer resolved the question, mark it as resolved,
But if there is still doubt, ask for help, please.