How to restart DHCP
-
Hi All! Does somebody know how to restart DHCP? Thanks, Ola Carlsson
-
Hi All! Does somebody know how to restart DHCP? Thanks, Ola Carlsson
On what? -:suss:Matt Newman:suss: -Sonork ID: 100.11179:BestSnowman Frankly AOL should stick to what it does best: Fooling millions of americans into believing that it, AOL, is the web. -Paul Watson
-
Hi All! Does somebody know how to restart DHCP? Thanks, Ola Carlsson
I'm assuming your talking about an NT-based machine? Use the command line... C:\>net stop dhcp C:\>net start dhcp You can do this behind-the-scenes from a program. Just remember you won't get control back until the statement finishes executing (in the same thread that is). If you are looking for something different, please give more details. Jeremy L. Falcon "The One Who Said, 'The One Who Said...'"
-
Hi All! Does somebody know how to restart DHCP? Thanks, Ola Carlsson
At a Command Prompt, enter the following: ipconfig /release_all ipconfig /renew_all Josh Knox that-guy.net
"Before you criticize someone, walk a mile in their shoes. That way, when you criticize them, you're a mile away, and you have their shoes." - author unknown -
Hi All! Does somebody know how to restart DHCP? Thanks, Ola Carlsson
Should work on Win98, ME, 2000 and XP /Ola