


To remove a static IP and DNS addresses to use a dynamic configuration using PowerShell, use these steps: Change to dynamic IP address (DHCP) from PowerShell In the command, make sure to change “Ethernet1” for the adapter’s name that you want to configure.Īfter completing the steps, the network adapter will stop using a static IP address, and it’ll obtain a configuration automatically from the DHCP server. Type the following command to configure the network adapter to obtain its TCP/IP configuration using DHCP and press Enter: netsh interface ip set address "Ethernet1" dhcp Type the following command to note the name of the network adapter and press Enter ipconfig Search for Command Prompt, right-click the top result, and select the Run as administrator option. To switch from a static TCP/IP configuration to a dynamically assigned configuration using DHCP with Command Prompt, use these steps: Change to dynamic IP address (DHCP) from Command Prompt Once you complete the steps, the networking stack configuration will reset, and your device will request an IP address from the DHCP server (usually your router). Use the Edit IP settings drop-down menu and select the Automatic (DHCP) option. Under the “IP settings” section, click the Edit button. To enable DHCP to obtain a TCP/IP configuration automatically on Windows 10, use these steps: Change to dynamic IP address (DHCP) from Control PanelĬhange to dynamic IP address (DHCP) from Settings.


Change to dynamic IP address (DHCP) from Settings.In this guide, you’ll learn the steps to remove a static IP address configuration to obtain a dynamic configuration from the DHCP server on Windows 10. If you use a static IP address and need to switch to a dynamic configuration, it’s possible to perform this task in several ways, including using the Settings app, Control Panel, Command Prompt, and even PowerShell. On Windows 10, you can configure a network adapter to use a static IP address manually, or you can use an automatically assigned configuration using the local Dynamic Host Configuration Protocol (DHCP) server.Īlthough using a static IP address is recommended for devices that provide services to network users, as its configuration never changes, it may come a time when you may no longer need this configuration, and a dynamically assigned network configuration will be more suited.
