Results 1 to 6 of 6

Thread: Windows Xp - changing the hostname (account name)

  1. #1
    Join Date
    Sep 2009
    Posts
    3

    Windows Xp - changing the hostname (account name)

    Hi,

    I want to know about changing the hostname of your system in windows XP. Is it possible? Please help me.
    Where should I look to change the hostname.

    Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    60

    Re: Windows Xp - changing the hostname (account name)

    Your computer name is the Hostname.
    So you can just right click on the My computer & select the properties option.
    There you can see computer name tab- Just change the name there.

    I hope this helps you.

  3. #3
    Join Date
    May 2008
    Posts
    248

    Re: Windows Xp - changing the hostname (account name)

    You can go to user accounts & change your login account there.
    Click Start icon - Control Panel - User Account - There you can change the account name.
    I thing this is simple.

  4. #4
    Join Date
    Aug 2009
    Posts
    12

    Re: Windows Xp - changing the hostname (account name)

    Well I have same question but I want to know that is it possible to change the hostname from command line? Or say if there is a bat file to change the hostname?

    Thanks in advance. I don't want to change the user account name but the hostname.

    Thanks in advance.

  5. #5
    Join Date
    Apr 2008
    Posts
    264

    Re: Windows Xp - changing the hostname (account name)

    Please try this command I hope it will do the work.

    Code:
    wmic computersystem set name=ABC
    ABC is the new name assigned which can be anything you desire.

  6. #6
    Join Date
    Oct 2008
    Posts
    76

    Re: Windows Xp - changing the hostname (account name)

    How To Use the Netdom.exe Utility to Rename a Computer in Windows XP

    1. Install Windows XP Support Tools from the Support\Tools folder on the Windows XP Professional CD-ROM.
    2. At a command prompt, type the following command.NOTE: The following command line has been wrapped to multiple lines to make it easier to read. Enter the command as a single line.

    netdom renamecomputer machine /newname:new_computername /userd:domainname\administrator_id /passwordd:* /usero:local_admin
    /passwordo:* /reboot:seconds before automatic reboot


    A description of the preceding command line is:

    * Machine is the current name of the computer.

    * New_computername is the name that the computer is going to have.

    * Domainname\administrator_id is the network basic input/output system (NetBIOS) domain name and the administrator identification (ID) of a user account that has administrative permissions to the computer object in the domain.

    * Local_admin is a user that has local administrative permissions, which can be the same account specified for /userd:

    * The asterisk symbol (*) is the value that is connected to the /passwordd: and /passwordo: parameters and specifies that the password should be typed with hidden characters when the command is submitted.

    * Time before automatic reboot in seconds is the amount of time before the computer restarts after renaming the computer. If this parameter is not specified, the computer must be restarted manually.

    For example, you have a workstation named "Mycomputer" that is a member of a domain named "Mydomain". You want to change the workstation name to "Yourcomputer", and then automatically restart the workstation after 60 seconds. You can use the following command.

    NOTE: The following command-line syntax has been wrapped to multiple lines to make it easier to read. You must enter the commands as a single line.
    netdom renamecomputer mycomputer /newname:yourcomputer
    /userD:mydomain\administrator /passwordd:*
    /usero:administrator /passwordo:* /reboot:60

Similar Threads

  1. Replies: 8
    Last Post: 03-04-2012, 11:24 AM
  2. Replies: 3
    Last Post: 26-03-2012, 05:06 PM
  3. Replies: 4
    Last Post: 03-12-2010, 10:33 PM
  4. Changing the age in the hotmail account
    By Jitu_Raj in forum Technology & Internet
    Replies: 2
    Last Post: 15-01-2009, 12:42 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,715,106,770.04481 seconds with 16 queries