How to Change IP Address & Computer Name

E

Ernie

I'm running XP embedded.
How do you change the computer name and static IP address
from a cmd prompt ?

Thanks
Ernie
 
M

Marty List

Ernie said:
I'm running XP embedded.
How do you change the computer name and static IP address
from a cmd prompt ?

Thanks
Ernie


Not sure if this applies to XP embedded or not, but from a normal XP
professional system this is easy to do by changing registry entries and
rebooting, but only if the computer is in a workgroup.

HKLM\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName\
(REG_SZ) ComputerName=

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
(REG_SZ) hostname=
(REG_SZ) NV Hostname=

HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\
(REG_SZ) ComputerName=


If it's a member of a domain that won't work, you would need to use
NETDOM.EXE from the free support tools:

netdom.exe help renamecomputer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top