Example of vbs restarting the TP-Link router and vbstp-link
I shared a small tool that I used to restart the TP-Link router. It seems that I wrote it in college, but it is ugly.
Other routers may be somewhat different, but their ideas are similar.
Copy codeThe Code is as follows:
User = "admin" 'vro account
Pass = "admin" 'vro Password
With CreateObject ("Msxml2.ServerXMLHTTP ")
. Open "GET", "http: // 192.168.1.1/userRpm/SysRebootRpm.htm? Reboot = restart vro ", False, user, pass
. Send
End
The MsgBox command has been issued and restarted within 60 seconds. ", 64," restart vro"
TP-LINK router changed the password, restart the router after the pop-up a dialog box, which says what Automatic completion, there are three options, choose which one
If you have been connected and can be used properly, there should be no problem.
How can I restart a tp-link router?
There is a small hole on the vro with the Reset text next to it. Press and hold it for five seconds.