Where is IP Address of my Ethernet settings stored in Registry
The IP addresses of the various network interfaces are stored under:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
but just changing a value there doesn't mean your active IP address changes.
Use existing Windows commands to change it, like:
Set-NetIPAddress
in PowerShell