<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to remotely change the computer name on many Windows XP computers?</title>
	<atom:link href="http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php</link>
	<description>The world of computers at your fingertips</description>
	<lastBuildDate>Sun, 15 Aug 2010 17:58:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Deepak</title>
		<link>http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php/comment-page-1#comment-237</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Sat, 03 Oct 2009 11:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php#comment-237</guid>
		<description>If you have access to a Windows 2003 Server CD, get the netdom.exe that is in 
the &quot;Support Tools&quot; install, and take a look at the RENAMECOMPUTER parameter. 

Netdom.exe from this kit can be used for Win2k, WinXP as well as Win2k3. 

It also looks like the netdom.exe that comes with the updated WinXP SP2 
version of support tools have this setting included now. 

Windows XP Service Pack 2 Support Tools 
http://www.microsoft.com/downloads/details.aspx?FamilyID=49ae8576-9bb9...26-9761 


C:\&gt;C:\Win2k3SupportTools\Netdom.exe HELP RENAMECOMPUTER 
The syntax of this command is: 

NETDOM RENAMECOMPUTER machine /NewName:new-name 
/UserD:user [/PasswordD:[password &#124; *]] 
[/UserO:user [/PasswordO:[password &#124; *]]] 
[/Force] 
[/REBoot[:Time in seconds]] 

NETDOM RENAMECOMPUTER renames a computer that is joined to a domain. The 
computer object in the domain is also renamed. Certain services, such as the 
Certificate Authority, rely on a fixed machine name. If any services of this 
type are running on the target computer, then a computer name change would 
have an adverse impact. This command should not be used to rename a domain 
controller. 
(snip) 


With VBScript, you can also use the Rename method in WMI class 
Win32_ComputerSystem (not remotely though) 
http://msdn.microsoft.com/library/en-us/wmisdk/wmi/rename_method_in_cl..._win32_

Orignally given by: Torgeir Bakken</description>
		<content:encoded><![CDATA[<p>If you have access to a Windows 2003 Server CD, get the netdom.exe that is in<br />
the &#8220;Support Tools&#8221; install, and take a look at the RENAMECOMPUTER parameter. </p>
<p>Netdom.exe from this kit can be used for Win2k, WinXP as well as Win2k3. </p>
<p>It also looks like the netdom.exe that comes with the updated WinXP SP2<br />
version of support tools have this setting included now. </p>
<p>Windows XP Service Pack 2 Support Tools<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=49ae8576-9bb9...26-9761" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=49ae8576-9bb9&#8230;26-9761</a> </p>
<p>C:\&gt;C:\Win2k3SupportTools\Netdom.exe HELP RENAMECOMPUTER<br />
The syntax of this command is: </p>
<p>NETDOM RENAMECOMPUTER machine /NewName:new-name<br />
/UserD:user [/PasswordD:[password | *]]<br />
[/UserO:user [/PasswordO:[password | *]]]<br />
[/Force]<br />
[/REBoot[:Time in seconds]] </p>
<p>NETDOM RENAMECOMPUTER renames a computer that is joined to a domain. The<br />
computer object in the domain is also renamed. Certain services, such as the<br />
Certificate Authority, rely on a fixed machine name. If any services of this<br />
type are running on the target computer, then a computer name change would<br />
have an adverse impact. This command should not be used to rename a domain<br />
controller.<br />
(snip) </p>
<p>With VBScript, you can also use the Rename method in WMI class<br />
Win32_ComputerSystem (not remotely though)<br />
<a href="http://msdn.microsoft.com/library/en-us/wmisdk/wmi/rename_method_in_cl..._win32_" rel="nofollow">http://msdn.microsoft.com/library/en-us/wmisdk/wmi/rename_method_in_cl&#8230;_win32_</a></p>
<p>Orignally given by: Torgeir Bakken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LL</title>
		<link>http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php/comment-page-1#comment-227</link>
		<dc:creator>LL</dc:creator>
		<pubDate>Thu, 27 Aug 2009 21:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php#comment-227</guid>
		<description>Remotely rename XP workstation?  2 Years, 1 Month ago   	  Karma: 100  
How to Rename a Computer
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: 6 seconds before automatic reboot

EX: 
netdom RENAMECOMPUTER Windows_XP /NEWNAME:Windows_Vista  /userd:example.local\example_admin /PASSWORDD:* /REBOOT:60

Create a batch file - try that.

reference: http://www.atot.net/windows-xp/remotely-rename-xp-workstation.html</description>
		<content:encoded><![CDATA[<p>Remotely rename XP workstation?  2 Years, 1 Month ago   	  Karma: 100<br />
How to Rename a Computer<br />
1. Install Windows XP Support Tools from the Support\Tools folder on the Windows XP Professional CD-ROM.<br />
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.</p>
<p>netdom renamecomputer machine<br />
/newname:new_computername<br />
/userd:domainname\administrator_id<br />
/passwordd:*<br />
/usero:local_admin<br />
/passwordo:*<br />
/reboot: 6 seconds before automatic reboot</p>
<p>EX:<br />
netdom RENAMECOMPUTER Windows_XP /NEWNAME:Windows_Vista  /userd:example.local\example_admin /PASSWORDD:* /REBOOT:60</p>
<p>Create a batch file &#8211; try that.</p>
<p>reference: <a href="http://www.atot.net/windows-xp/remotely-rename-xp-workstation.html" rel="nofollow">http://www.atot.net/windows-xp/remotely-rename-xp-workstation.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Rodriguez</title>
		<link>http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php/comment-page-1#comment-187</link>
		<dc:creator>Denis Rodriguez</dc:creator>
		<pubDate>Thu, 23 Apr 2009 22:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php#comment-187</guid>
		<description>man..did you find anything for your problem? because now I need to do exactly the same.. help please...</description>
		<content:encoded><![CDATA[<p>man..did you find anything for your problem? because now I need to do exactly the same.. help please&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello there...</title>
		<link>http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php/comment-page-1#comment-58</link>
		<dc:creator>hello there...</dc:creator>
		<pubDate>Mon, 19 Jan 2009 01:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php#comment-58</guid>
		<description>Not sure if this works for what you want but.... go to manage computer, right click computer managment  connect to another computer  change name......

Wait , just tried it.......never mind, that will only change description and not name...

good luck
/hello there</description>
		<content:encoded><![CDATA[<p>Not sure if this works for what you want but&#8230;. go to manage computer, right click computer managment  connect to another computer  change name&#8230;&#8230;</p>
<p>Wait , just tried it&#8230;&#8230;.never mind, that will only change description and not name&#8230;</p>
<p>good luck<br />
/hello there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beejay</title>
		<link>http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php/comment-page-1#comment-57</link>
		<dc:creator>beejay</dc:creator>
		<pubDate>Fri, 16 Jan 2009 00:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php#comment-57</guid>
		<description>You are dealing with large network man!... You don&#039;t really need to change computers name remotely. Delegate authority to your local administrator to do that and also right to join computer to a domain so that you can face core administrative task... Like remote server updates, user creation, remote access such as VPN.....e.t.c

Regards</description>
		<content:encoded><![CDATA[<p>You are dealing with large network man!&#8230; You don&#8217;t really need to change computers name remotely. Delegate authority to your local administrator to do that and also right to join computer to a domain so that you can face core administrative task&#8230; Like remote server updates, user creation, remote access such as VPN&#8230;..e.t.c</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lone8wolf</title>
		<link>http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php/comment-page-1#comment-56</link>
		<dc:creator>lone8wolf</dc:creator>
		<pubDate>Tue, 13 Jan 2009 00:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.fatebistro.com/how-to-remotely-change-the-computer-name-on-many-windows-xp-computers.php#comment-56</guid>
		<description>This might help


good luck</description>
		<content:encoded><![CDATA[<p>This might help</p>
<p>good luck</p>
]]></content:encoded>
	</item>
</channel>
</rss>
