Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- color 0b
- share wifi
- mode con cols=60 lines=30
- echo=======================================================
- echo Starting Windows for wait !
- echo=======================================================
- echo Set key
- echo=======================================================
- netsh wlan set hostednetwork mode=allow ssid=Google key=facebook
- netsh wlan start hostednetwork
- echo=======================================================
- pause >nul
- exit.
Advertisement
Add Comment
Please, Sign In to add comment