Created
April 17, 2021 18:17
-
-
Save karoltheguy/283c69e7cb2d24d85afe417b2b75c621 to your computer and use it in GitHub Desktop.
Create a WIFI adhoc connection between two PCs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh wlan set hostednetwork mode=allow ssid=AdHocNetwork key=yourpassword | |
netsh wlan start hostednetwork | |
REM Then go enable the new hostednetwork network adapter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment