Hello,
Thank you for posting in Q&A forum.
When Windows 10 laptops wake up from sleep mode, it will not always refresh the network connections automatically.
However, you can try creating a scheduled task to force a refresh of network connections automatically:
- Open Task Scheduler and click on "Create Basic Task..." in the right-hand pane.
- Give the task a name and description.
- Configure trigger: Choose a trigger, such as "When I log on" or "At log on."
- Action: Choose "Start a program."
- For the program/script, enter cmd.exe.
- For the arguments, enter /c ipconfig /renew.
- Finish the Setup:
Now, each time a user logs in, this task will run and attempt to renew the IP address, which should also work for coming from sleep mode.
Besides, we also provide other manual method to refresh the network connection:
- Disable and Enable the Wireless Adapter
Open Network Connections, right-click on the network icon.
Select "Open Network & Internet settings" and access network adapters:
In the Network & Internet settings, click "Change adapter options."
Right-click on your wireless adapter and choose "Disable." and then
"Enable" it.
- CMD command
Open CMD as Administrator,
Release and Renew IP Address by below command:
ipconfig /release
ipconfig /renew.
To help other customers who may be facing the same issue, please don't forget to vote if the reply is helpful.