Skip to content

Instantly share code, notes, and snippets.

@kendemu
Created November 2, 2014 01:44
Show Gist options
  • Save kendemu/cc05fc6a6f75ae5ed1e9 to your computer and use it in GitHub Desktop.
Save kendemu/cc05fc6a6f75ae5ed1e9 to your computer and use it in GitHub Desktop.
.bat file for virtual router to configure client enabling dhcp and dns
echo off
netsh wlan stop hostednetwork
netsh wlan start hostednetwork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment