ルータの再起動vbsサンプル

user = “admin" 'ルータ名
pass = “admin" 'ルータパスワード
With CreateObject(“Msxml2.ServerXMLHTTP")
.open “GET", “http://192.168.1.1/userRpm/SysRebootRpm.htm?Reboot=ルータ再起動", False, user, pass
.send
End With
MsgBox “60秒以内再起動完了。", 64, “ルータ再起動"

Source

Posted by arkgame