Answers for "windows 10 ipconfig fix"

0

windows 10 ipconfig fix

##Go to cmd:
ipconfig /release
ipconfig /renew
##If you want to automate the process:
##make a .bat file
##type
@echo off
ipconfig /release
ipconfig /renew
##
Posted by: Guest on June-27-2021

Browse Popular Code Answers by Language