php editor Xigua found that in WIN10 system, it is relatively common that the LAN cannot be accessed. To solve this problem, you can try the following methods: open the Control Panel, select Network and Sharing Center, click Change advanced sharing settings, make sure the network discovery function is turned on, etc. Through these simple operations, you can effectively solve the problem of inaccessible WIN10 LAN and make the network connection smoother and more stable.
1. Right-click the [Windows] button in the lower left corner of the desktop, select the [Run] item from its right-click menu to open the [Run] window, or directly press [Windows R] to quickly open the [Run window].
2. From the opened [Run] window, enter the command [regedit] and press Enter to open the registry editing interface.
3. Expand the [[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanWorkstationParameters]] item in turn, right-click the mouse in the blank space on the right, and select [New]-[DWORD Value (32-bit)] from the right-click menu. item.
4. Then rename the newly created DWORD item to [AllowInsecureGuestAuth], change its value to [1], and click [OK] to complete the setting operation. Note: 64-bit systems also need to add a 32-bit dword value.
5. Next, right-click the [Network] icon on the taskbar and select the [Open Network and Sharing Center] item from its right-click menu to enter.
6. After the [Network and Sharing Center] window opens, click the [Change Advanced Sharing Settings] button in the upper left corner.
7. Next, from the [Change Advanced Sharing Settings] interface that opens, expand the [Guest or Public] column, check [Enable Network Discovery] and [Enable File and Print Sharing] ] item, click the [Save Settings] button.
8. Start the [Server] service: directly press [Windows R] to open the [Run] window, enter [services.msc] and press Enter to enter the [Services] interface.
9. From the opened [Service] window, find the [Server] service, right-click and select the [Properties] item.
The above is the detailed content of How to handle the problem that WIN10 LAN cannot be accessed. For more information, please follow other related articles on the PHP Chinese website!