Skip to content

Instantly share code, notes, and snippets.

View Johann150's full-sized avatar
🔏
all my commits should be signed

Johann150

🔏
all my commits should be signed
View GitHub Profile
@selfish
selfish / ad-hoc.bat
Created April 30, 2016 23:51
Create ad-hoc network in Windows 10
:: Create ad-hoc network in Windows via cmd:
netsh wlan set hostednetwork mode=allow ssid=<network name> key=<password>
netsh wlan start hostednetwork
<html>
<head>
<style>
#out{
display:flex;
flex-flow: row no-wrap;
justify-content:center;
margin-bottom: 40px;
}
#out>samp{