Re: OT - Computer Help Needed



"just1ofyou" <bkwill26@xxxxxxxxx> wrote in message
news:1128091219.105288.162760@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> To simplify, your laptop is not renewing your ip address. Next time
> this happens, on your laptop go to:
> Start --> Run --> type in CMD and hit ok.
>
> Type in:
> ipconfig /release all (press enter)
> ipconfig /renew (press enter)
>
> Problem solved.

I was dealing with a flaky router for a while so I set up a batch file
to speed up the process, put that in the root of my C: drive and then
made shortcut for it on my desktop.

You can use Notepad to create a file called releaseandrenew.bat

c:\windows\system32\ipconfig.exe /release
c:\windows\system32\ipconfig.exe /renew
pause

I put the "pause" in so that the dos window wouldn't close immediately
and I could view the results before pressing a key to close the window.

--
Juba
www.masterjuba.com


.