How to Manually Set an IP Address in WinPE

To set an Ip address through a command line manually when booted into WinPE, use the following command line:

netsh int ip set address "local area connection" static xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy zzz.zzz.zzz.zzz

x = IP Address
y = Subnet Mask
z = Default Gateway

/ JC

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.