When you enter a command ipconfig in the console, "' ipconfig ' is not an internal or external command or a running program" error message. This may be because the environment variable settings are missing. This article mainly describes how to modify the method of such errors by setting environment variables
1. Right-click "Computer" and select "Properties" in the Drop-down menu that pops up.
2. Select Advanced system settings in the system properties. Locate the Advanced tab above it in the System Properties dialog box with an "Environment variable" button and click Enter.
3, in the lower system variable area to find the variable "path", click on the edit below.
4. If the path variable has content before it, you need to add a semicolon at the end and then add the content "C:\Windows\System32," as shown in the following figure. When the environment variable is set, click OK to save the settings and exit the Setup interface.
5, then in the console input ipconfig command, the system can normally execute this command.