Skip to main content

Windows 8 as Access Point

open command prompt as administrator
type:
netsh wlan set hostednetwork mode=allow ssid=syamw8 key=abcdmuthu
netsh wlan start hostednetwork

note:
syamw8 => SSID name
abcdmuthu => security key

after that, microsoft hosted virtual network will be created, you can share another connection (e.g. mobile broadband connection) to this virtual connection using microsoft internet sharing.


Comments

Popular posts from this blog

Notes: about de novo assembly

De novo assembly [SFG standford]: http://sfg.stanford.edu/denovo.html A combined approach for de novo dna sequence assembly of very short reads (IPSJ transaction on Bioinformatics): https://www.jstage.jst.go.jp/article/ipsjtbio/4/0/4_0_21/_article to be continued...