Last active
May 11, 2017 18:35
-
-
Save stpettersens/c5859ba0ac49a1001de6216fafa253cf to your computer and use it in GitHub Desktop.
Spoof netsh command.
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
@rem spoof netsh command to test SSID library on Appveyor.yml | |
echo Name : DUMMY_WIFI | |
echo State : connected | |
echo SSID : DUMMY_ID | |
echo Profile : DUMMY_ID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment