TP Link AV600 Disconnection Fix
The TP-Link Powerline extenders sometimes have this problem where they disconnect and you have no internet connection until you repower one of the devices.
One way of improving this situation is to continually ping your router from a computer that is connected to your router via the powerline extender.
To start, you need to get the IP address of your router.
Open a terminal and type ipconfig and look for the value for default gateway.
Create a new bat file with the following command in it, but using the IP address of your default gateway (router).
ping -t -s 3 [IP address of your router]
Start the process by double clicking it and leave it running in the background
This is a much more reliable method in keeping the connection between the TL-PA4010 and TL-WPA4220 alive when you need it most.
0:00 Description of disconnection problem
0:50 Get Default Gateway IP Address
1:30 Create bat file to execute continual ping
2:25 Start the pinging process and see it working