<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Sysprep Windows 7 Computer Name]]></title><description><![CDATA[<p dir="auto">Hi everyone,<br />
I’m getting back into making more images in preparation for our summer re-imaging and want to revisit something I wasn’t successful with last year.</p>
<p dir="auto">I have an answer file that does 99% of what I want, but one thing I’ve never been able to get to work correctly is the computer name.  At this point, imaging is a hands-off process except for one step - after imaging is complete, I have to click Next at the screen that says please enter a name for your computer.  I leave the default name of PC filled in because the fog client changes it later, but still, it’s one step I would love to eliminate.</p>
<p dir="auto">I attached the unattend file I’m currently using, any help would be appreciated, thanks!</p>
<p dir="auto">[url=“/_imported_xf_attachments/1/1654_unattend.txt?:”]unattend.txt[/url]</p>
]]></description><link>http://forums.fogproject.org/topic/4441/sysprep-windows-7-computer-name</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 08:44:46 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/4441.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Feb 2015 13:46:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sysprep Windows 7 Computer Name on Thu, 01 Oct 2015 14:41:35 GMT]]></title><description><![CDATA[<p dir="auto">Same here; except my computer names start with lab-xxxxx</p>
<pre><code>&lt;ComputerName&gt;lab-*&lt;/ComputerName&gt;
</code></pre>
<p dir="auto">Works like a charm!</p>
]]></description><link>http://forums.fogproject.org/post/48125</link><guid isPermaLink="true">http://forums.fogproject.org/post/48125</guid><dc:creator><![CDATA[Boyan Biandov]]></dc:creator><pubDate>Thu, 01 Oct 2015 14:41:35 GMT</pubDate></item><item><title><![CDATA[Reply to Sysprep Windows 7 Computer Name on Fri, 06 Feb 2015 14:14:34 GMT]]></title><description><![CDATA[<p dir="auto">I use:</p>
<p dir="auto">[code]<br />
&lt;component name=“Microsoft-Windows-Shell-Setup” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“<a href="http://schemas.microsoft.com/WMIConfig/2002/State" target="_blank" rel="noopener noreferrer nofollow ugc">http://schemas.microsoft.com/WMIConfig/2002/State</a>” xmlns:xsi=“<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.w3.org/2001/XMLSchema-instance</a>”&gt;<br />
&lt;ComputerName&gt;*&lt;/ComputerName&gt;<br />
&lt;RegisteredOrganization&gt;Microsoft&lt;/RegisteredOrganization&gt;<br />
&lt;RegisteredOwner&gt;CORPORATION&lt;/RegisteredOwner&gt;<br />
&lt;ProductKey&gt;FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4&lt;/ProductKey&gt;<br />
&lt;CopyProfile&gt;false&lt;/CopyProfile&gt;<br />
&lt;TimeZone&gt;TIMEZONE&lt;/TimeZone&gt;<br />
&lt;/component&gt;<br />
[/code]<br />
This causes the machine to generate a name for itself based off the RegisteredOwner criteria. Then I let FOG rename the machine.</p>
<p dir="auto">I see where you included the &lt;computername&gt; but in my experience, without a registered owner the naming process fails <img src="http://forums.fogproject.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=p5dn7rglfv4" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
<p dir="auto">I used AutoBVT (Only because when I set up my unattend.xml I used the windows AIK to do so, and it was the default) as the RegisteredOwner and each of my machines started with AutoBVT-(Random Sequence) and then FOG renamed them appropriately.</p>
<p dir="auto">Hope this helps.</p>
]]></description><link>http://forums.fogproject.org/post/34303</link><guid isPermaLink="true">http://forums.fogproject.org/post/34303</guid><dc:creator><![CDATA[Jaymes Driver]]></dc:creator><pubDate>Fri, 06 Feb 2015 14:14:34 GMT</pubDate></item></channel></rss>