Now u can Pause network!
>> ipconfig command can be used to pause network connection for a while.Go to Start>All Programs>Accessories>Command Prompt.Then type the following commands-
To pause connection type ipconfig/release
To resume connection type ipconfig/renew
You can create batch files to execute these commands.In that case the commands should be-
Pause - @ipconfig/release
Resume - @ipconfig/renew
Try it out now...!!!
>> ipconfig command can be used to pause network connection for a while.Go to Start>All Programs>Accessories>Command Prompt.Then type the following commands-
To pause connection type ipconfig/release
To resume connection type ipconfig/renew
You can create batch files to execute these commands.In that case the commands should be-
Pause - @ipconfig/release
Resume - @ipconfig/renew
Try it out now...!!!