Search
 
SCRIPT & CODE EXAMPLE
 

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
##
Comment

PREVIOUS NEXT
Code Example
Shell :: platform cli 
Shell :: bash remove random files from directory 
Shell :: csv to column awk 
Shell :: git link on local project 
Shell :: install wsl kali linux large full 
Shell :: xrandr 1600x900 
Shell :: error: eaccess: permission denied ionic 
Shell :: revert file to master version git 
Shell :: how to stop the node server from running 
Shell :: new repository 
Shell :: homestead.yaml adding provisions 
Shell :: bash force exit 0 
Shell :: list all files with extension lknux 
Shell :: Shell Script to Install Ansible AWX on centos 7 
Shell :: sublimetext 
Shell :: Remove directory/folder locally and git 
Shell :: wait-on yarn 
Shell :: install docker in linux 
Shell :: llaravel sanctum 
Shell :: git revert last 2 commits 
Shell :: using scp with ssh with server credentials 
Shell :: powershell add line to text file 
Shell :: locate redis.conf on ununtu / linux 
Shell :: find command path 
Shell :: yum repositories 
Shell :: mongodb install windows 
Shell :: how to open a .sh file 
Shell :: docker no space left on device ubuntu but only 75% use? 
Shell :: zsh: command not found: sublime 
Shell :: xargs example with curl 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =