Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created September 11, 2009 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/185433 to your computer and use it in GitHub Desktop.
Save mrchrisadams/185433 to your computer and use it in GitHub Desktop.
@echo off
cls
echo Releasing and renewing ip lease, to reconnect the VM.
echo.
ipconfig /release
ipconfig /renew
echo.
echo And we're done! You can press any key to close this,
echo or just wait 60 seconds and it'll close by itself
echo.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment