Results 1 to 4 of 4

Thread: How to change ip address from registry

  1. #1
    Join Date
    Apr 2009
    Posts
    36

    How to change ip address from registry

    Can any one tell me how to change ip address from registry? I am running windows xp on my computer. Is that possible? I also wanted the procedure to change the ip address from cmd?

  2. #2
    Join Date
    Jan 2006
    Posts
    4,221

    Re: How to change ip address from registry

    Navigate the path in windows registry : HKEY_LOCAL_MACHINE\SYSTEM\CURRENT CONTROL SET\SERVICES\TCPIP\PARAMETERS\INTERFACES… obtain that GUID number and you should change the hive key under CurrentControlSet. As for automatically change the registry.

  3. #3
    Join Date
    Jan 2006
    Posts
    3,792

    Re: How to change ip address from registry

    You could use the ipconfig release and renew commands, but chances are you're just going to get your old IP address back.We can change the IP address and DNS servers using the built-in utility in Windows called “Netsh”.

  4. #4
    Join Date
    Jan 2009
    Posts
    106

    Re: How to change ip address from registry

    Use Netsh.exe, it is a tool an administrator can use to configure and monitor Windows-based computers at a command prompt.when you use Netsh you need to specify what network properties you need to change,The "interface ip set address" command changes the IP to 192.168.1.101.
    Code:
    netsh interface ip set address "Local Area Connection" static 192.168.1.101 255.255.255.0 192.168.1.5 1
    netsh interface ip set dns "Local Area Connection" static 192.168.1.200 primary

Similar Threads

  1. Change Screen Resolution through Registry
    By Ralph Lauren in forum Monitor & Video Cards
    Replies: 4
    Last Post: 17-01-2012, 02:12 PM
  2. WUServer Registry Change Will Not Hold
    By MKarolitzky in forum Server Update Service
    Replies: 5
    Last Post: 25-07-2011, 11:22 PM
  3. Replies: 4
    Last Post: 07-01-2011, 07:51 PM
  4. Quick Change to the Registry in Windows XP
    By Conrad in forum Tips & Tweaks
    Replies: 0
    Last Post: 15-11-2008, 01:07 PM
  5. What's this IP address in my registry?
    By Ihit in forum Windows Vista Network
    Replies: 1
    Last Post: 07-02-2008, 08:59 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,289,138.32686 seconds with 17 queries