Posted By

rickygri on 03/02/13


Tagged

command dos prompt


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

Abiotic


IPConfig Reset


 / Published in: Windows PowerShell
 

Reset DNS and flush ip config, then renew

  1. In command prompt:
  2.  
  3. ipconfig /flushdns
  4. ipconfig /release
  5. ipconfig /renew

Report this snippet  

You need to login to post a comment.