releasing ip automaticly

  • Thread starter Thread starter tist
  • Start date Start date
T

tist

I have two OS's on my pc, and one is WindowsXP.
Unfortunately WinXP doesn't release the ip adress at
shutdown. This makes dhcp impossible for the other OS. Is
there any way to change this behavior? Or is it possible to
run "ipconfig /release *" automaticly at shutdown?

thanks
tist
 
Unfortunately the script returns the following error:

rule: 1
charachter: 1
error: unknown charachter
code: 800A0408
source: compilation error microsoft vbscript

the script contains has been copied as below written.

tist
 
Make sure you're copying it correctly, with no extra characters.

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "ipconfig /release"

Also, you're reading this via a web based interface, you may want to just
type it in, rather than copy and paste.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

release IP on shutdown 6
Force DHCP Discover on reboot. 1
request NEW ip address 1
DHCP address releases 7
Question about IP address 5
cannot release info 2
XP won't release IP on shutdown 2
DHCP Client 1

Back
Top