"Various Methods Of IP Address Configure" ( How Change/Assign Static And...
https://youtu.be/OSVt-maZN7w
IP configure by Command Prompt Then copy & Past this and Save as " #CollegeHacker.bat " then Run As Administrator.
_________________________________________________________________________
@echo off
echo Choose:
echo [A] Set Static IP
echo [B] Set DHCP
echo.
:choice
SET /P C=[A,B]?
for %%? in (A) do if /I "%C%"=="%%?" goto A
for %%? in (B) do if /I "%C%"=="%%?" goto B
goto choice
:A
@echo off
echo "Please enter Static IP Address Information"
echo "Static IP Address:"
set /p IP_Addr=
echo "Default Gateway:"
set /p D_Gate=
echo "Subnet Mask:"
set /p Sub_Mask=
echo "Setting Static IP Information"
netsh interface ip set address "Wi-Fi" static %IP_Addr% %D_Gate% %Sub_Mask% 1
netsh int ip show config
pause
goto end
:B
@ECHO OFF
ECHO Resetting IP Address and Subnet Mask For DHCP
netsh int ip set address name = "Wi-Fi" source = dhcp
ipconfig /renew
ECHO Here are the new settings for %hacker%:
netsh int ip show config
pause
goto end
:end
__________________________________________________________________________
Must Visit :-
SUBSCRIBE "COLLEGE HACKER" ON YOUTUBE :- https://7t5.in/CollegeHacker-Subscribe
Change Mac Address :- https://7t5.in/collegehacker-Mac_Changer
Fix Corrupted Pendrive :- https://7t5.in/collegehacker-fix
IP Configuration :- https://7t5.in/collegehacker-IP
WiFi Password Hacking :- https://7t5.in/collegehacker-Hack_WiFi
Block Any site By Firewall :- https://7t5.in/collegehacker-firewall
Kali Linux Live Installation :- https://7t5.in/collegehacker-kali
Thank You.
Labels: Youtube
0 Comments:
Post a Comment
Thanks
Subscribe to Post Comments [Atom]
<< Home