Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
##
 
PREVIOUS NEXT
Tagged: #windows #ipconfig #fix
ADD COMMENT
Topic
Name
8+2 =