Thursday, 12 September 2019

Changing IP Address using Batch File


Created a Batch file (ChangeIP.bat)and write command as below.

netsh interface ip set address "Local Area Connection" static 10.70.8.11 255.255.255.0 10.70.8.1



Run this command to Elevate Command Prompt

runas /noprofile /user:systemname\administrator ChangeIP.bat


-

No comments:

Post a Comment

Windows 10's God Mode

God Mode  in Windows 10 gives you quick access to a ton of handy settings in one place.  Right-click on the desktop and go to New > ...