Headlines News :
Home » » Setting Laptop menjadi Hotspot dengan script

Setting Laptop menjadi Hotspot dengan script

sebelum jalanin script ini....
ente harus setting LAN ente menjadi sharing ke wireless.....
cara'a klik kanan di local area connection dari LAN ente...trus pilih properties.....
pilih menu sharing....
trus centang kotak kecil alow other network...trus pilih wireless'a...
.biasa'a wireless connection 2...klik OK baru jalanin script ini....

====== mulai script =====

@echo off
title [[ Simple Script aktifasi "HOTSPOT AREA" by bL4cK HoLes ]]
color 0a
echo.
echo ==========================
============
echo Simple Script aktifasi "HOTSPOT AREA"
echo ==========================
============
echo.
echo.
echo [1] Buat SSID dan Password Hotspot Area
echo [2] Start Hotspot Area
echo [3] Stop Hotspot Area
echo [4] Exit
echo.
echo.
echo.
set /p a= : Pilih Nomor =
if %a%==1 goto buat
if %a%==2 goto start
if %a%==3 goto stop
goto exit

:buat
cls
echo.
echo.
set /p ssid= : Isi SSID [Tanpa spasi] =
echo.
set /p key= : Isi Password [min : 8 karakter] =

netsh wlan set hostednetwork mode=allow ssid="%ssid%" key=%key% & netsh wlan start hostednetwork

goto berhasilbuat

:start
cls
netsh wlan start hostednetwork
goto berhasilstart

:stop
cls
netsh wlan stop hostednetwork
goto berhasilstop

:berhasilbuat
msg * SSID anda dan Security Key anda berhasil dibuat silahkan lakukan sharing connection jika belum...!!
msg * SSID anda adalah %ssid% dan Security key anda adalah %key%
exit

:berhasilstart
msg * Jaringan Hotspot anda telah aktif silahkan lakukan sharing connection jika belum...!!
exit

:berhasilstop
msg * Jaringan Hotspot anda telah di STOP
exit

===== script akhir ====

simpan dengan nama HOTSPOT.bat

selamat mencoba .............
Share this article :

0 komentar:

Speak up your mind

Tell us what you're thinking... !

Followers

 
Copyright © 2011. Com IT Blk Express - All Rights Reserved