Skip to main content

How to Share Wifi (hotspot) with CMD on Your Computer

Sharing wifi via CMD Command Prompt on Computer to other devices for example to Smartphones, Tablets, other Computers WITHOUT having to install any Application. Just need to copy and paste the code into notepad and save it into the .bat file format after that run as administrator. Here are the steps you must take to get started: 

How is Wifi Sharing Using the Command Prompt?

Source IMG

Let's see by following the steps to create the Script with Notepad which is the default Windows application.

The first step 

The first step that must be done is Open Notepad and Write (Copy Paste) the Script Code below:
@echo 
off: 
:STARTUP 
title Sharing Wifi CMD v.02 
:welcome mode 37, 18 
set ch=3 
title Free Wi-Fi 
color a  
cls 
echo Welcome, %username% Wi-Fi Sharing  
echo 
.echo %date% %time% 
echo ___________________________________ 
echo 1. Berhenti dan Keluar? 
echo ___________________________________ 
echo 2. Hentikan Wi-Fi? 
echo ___________________________________ 
echo 3. Mulai Berbagi Wi-Fi? 
echo ___________________________________ 
echo 4. Belum ada Wi-Fi, Buat Sekarang? 
echo ___________________________________ 
echo 5. Program Hacking 
echo ___________________________________
echo. 
set /p p1=Enter No. on Command List
if "%p1%"=="1" goto close 
if "%p1%"=="2" goto stop 
if "%p1%"=="3" goto start  
if "%p1%"=="4" goto newwifi 
if "%p1%"=="p1" is not defined" goto welcome 
if "%p1%"=="5" goto hackingcolor ccls 
mode 50, 5 
echo     __________________________________________ 
echo. 
echo       SILAHKAH MASUKKAN NOMOR YANG VALID !!! 
echo     ___________________________________________ 
ping localhost -n 3 >null 
goto welcome 
:start 
echo. 
call netsh wlan start hostednetwork 
ping localhost -n 3 >null 
goto welcome 
:Stop 
echo. 
call netsh wlan stop hostednetwork 
ping localhost -n 3 >null goto welcome

:newwifi 
color fc 
pause netsh wlan 
set hostednetwork ssid=www.khalifah-alan.tk key=passwordping localhost -n 4 >null 
goto welcome 
:close 
call netsh wlan stop hostednetwork 
echo Jaringan Wi-Fi telah dihentikan dan jendela akan 
echo ditutup, silahkan buka kembali untuk memulai  
echo lagi! 
ping localhost -n 5 >nul 
exit
:hacking
color a 
::START 
start D:\ScriptBatch\KeyLonger\ScriptBatch\HACKER.bat 
goto welcome

Second Step 

After copying the above script into notepad, the next step is to save the file by: "Click File> Save As / Save File As> Select the" All Files "column> Fill in the File Name in the column name with the format" FileFile.bat> Click Save.

Third step 

After the file has been saved, place the file on the hard drive which later the file will not be moved again then make the file sortcut and move it to your desktop then inject the original file to be more secure from the editor or deletor hehe. 

The Sortcut file can be changed, if the original can't. You can also see the file path on the sortcut by "right-click the sortcut file> properties> find the path and copy then edit the script and replace the Blue Writing in the script without the upper comma ('). 

Example: 'D: \ Khalifah \ FileFile.bat' then you must delete the sign ('). 

*Information: 
Red writing You can change according to the words you like.
Blue writing That is the address (path) where I receive the script file above on my PC hard drive. 

How to copy the file path Press + hold down the Shift key> Right-click File> Copy File Path That's how to share hotspot wifi to other devices using CMD, hopefully it's useful! Source: s 0 f t h 4 c k



Comments

Popular posts from this blog

Top Proxy Squid 2019 Untuk Internet Gratis Tunnel SSH Http Injektor

Hello Gretongan Hahaha ... Maaf", kali nih saya kan bagi-bagi   Proxy Squid 2017 Untuk Internet Gratis Tunnel SSH  Http Injektor  update yg masih angat dan mungkin akan hangat trus yah, siapa tau punya pemanas hehe. Pada kesempatan kali ini Saya akan sediakan beberapa List Squid. Proxy Squid Checker  Here Proxy List Pertama Berdasarkan postingan teman-teman di WA Group ini list proxy squid 200 OK 191.241.36.155:3128 49.1.244.139:3128 42.117.1.78:3128 50.206.36.254:3128 37.99.214.45:3128 46.166.185.38:3128 46.166.185.177:3128 46.166.185.189:3128 182.23.98.66:3128 212.91.188.166:3128 163.172.11.141:3128 185.167.236.230:3128 149.56.180.31:3128 117.3.36.41:3128 35.154.11.201:3128 31.193.4.174:3128 191.34.75.232:3128 191.241.36.139:3128 177.22.111.219:3128 112.199.65.190:3128 177.55.158.19:3128 173.192.175.13:3128 128.199.42.166:3128 163.172.167.96:3128 122.3.242.7:3128 218.63.208.223:3128 104.237.246.26:3128 2

How to Install ProxyBroker 2019 English Update

How to Install ProxyBroker The first step is to prepare the following dependencies 1 pkg install python-dev make clang libffi-dev The second step manually install the pycares library 1. pip install cffi==1.5.0 2. pip download pycares 3. tar xzvf pycares-2.4.0.tar.gz 4. cd pycares-2.4.0 5. python setup.py install Step three install Proxybroker 1 pip install proxybroker How to use ProxyBroker   Here I will divide into several parts so as not to get confused when doing practice  1. Finding proxy 1 proxybroker find --types HTTP HTTPS - lvl high --country US-l 20  -t or -types This option is to determine the proxy type you can enter HTTP, HTTPS, SOCKS  -l or -lvl  This option is to choose the anonymous level you can enter Transparent, High, Elite  -c or -Country  This option is to select the target country, enter country code, for example SG (Singapore), ID (Indonesia), US (America), AU (Australia), etc.  -l or -limit  This option is to deter

How to Record Terminal Session via Termux on Android

Hi every body, to night I will show you  How to Record Terminal Session via Termux on Android  simple way and off course without watermark on video. So you need to install  termux  on your android phone and you can find it on google playstore, don't forget install termux-API. After apk is installed, you need to following this command above. Please type : $ pkg install update && install upgrade $ pkg install git $ pkg install asciinema   Record and share your terminal sessions, the right way. Forget screen recording apps and blurry video. Enjoy a lightweight, purely text-based approach to terminal recording. Supports Linux, macOS and *BSD How it Working? Please follow command bellow: $ asciinema rec [filename] When recorder is start you will see a green font  like this : ~ Asciicast recording started. ~ Hit Ctrl-D or type "exit" to finish. if you want to finish you recorder, just hit Ctrl+D or exit and show notify like this: ~ Asc