Jump to content

my script to reboot netgear DG834G


okaoma
 Share

Recommended Posts

this script reboot my router netgear DG834G

how to use it :

change the ip of your router : 192.168.0.1 for me

change your password

the script :

$oXML = ObjCreate("Microsoft.XMLHTTP")

$oXML.Open("GET", "http://192.168.0.1/setup.cgi?todo=reboot&wan=1", True, "admin","yourpassword")

$oXML.Send

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...