Last active 6 days ago

capntack revised this gist 2 weeks ago. Go to revision

No changes

capntack revised this gist 2 weeks ago. Go to revision

No changes

capntack revised this gist 2 weeks ago. Go to revision

1 file changed, 0 insertions, 0 deletions

win-network-reset.bat renamed to network-reset.bat

File renamed without changes

capntack revised this gist 2 weeks ago. Go to revision

No changes

capntack revised this gist 2 weeks ago. Go to revision

1 file changed, 2 insertions

win-network-reset.bat

@@ -1 +1,3 @@
1 + :: Requires elevated prompt. Flushes DNS, releases then renews IP address, re-registers DNS, resets the Winsock Catalog, and then restarts the PC. If remote, ensure you can recover in case the machine does not reconnect.
2 +
1 3 ipconfig /flushdns && ipconfig /release && ipconfig /renew && ipconfig /registerdns && netsh winsock reset && shutdown /r

capntack revised this gist 2 weeks ago. Go to revision

No changes

capntack revised this gist 2 weeks ago. Go to revision

1 file changed, 0 insertions, 0 deletions

gistfile1.txt renamed to win-network-reset.bat

File renamed without changes

capntack revised this gist 2 weeks ago. Go to revision

No changes

capntack revised this gist 2 weeks ago. Go to revision

1 file changed, 1 insertion

gistfile1.txt(file created)

@@ -0,0 +1 @@
1 + ipconfig /flushdns && ipconfig /release && ipconfig /renew && ipconfig /registerdns && netsh winsock reset && shutdown /r
Newer Older