﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Local accounts and custom default profile</title><link>http://www.myitforum.com/forums/</link><description /><copyright>(c) myITforum.com Community Forum</copyright><ttl>30</ttl><item><title>Re:Local accounts and custom default profile (balubeto)</title><description>  I created the CopyProfile.xml file: &lt;br&gt;  &lt;pre class="prettyprint"&gt;
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;unattend xmlns="urn:schemas-microsoft-com:unattend"&amp;gt;
&amp;lt;settings pass="generalize"&amp;gt;
&amp;lt;component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[URL="http://schemas.microsoft.com/WMIConfig/2002/State"][COLOR=#0000aa]http://schemas.microsoft.com/WMIConfig/2002/State[/COLOR][/URL]" xmlns:xsi="[URL="http://www.w3.org/2001/XMLSchema-instance"][COLOR=#0000aa]http://www.w3.org/2001/XMLSchema-instance[/COLOR][/URL]"&amp;gt;
&amp;lt;SkipRearm&amp;gt;1&amp;lt;/SkipRearm&amp;gt;
&amp;lt;/component&amp;gt;
&amp;lt;/settings&amp;gt;
&amp;lt;settings pass="specialize"&amp;gt;
&amp;lt;component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[URL="http://schemas.microsoft.com/WMIConfig/2002/State"][COLOR=#0000aa]http://schemas.microsoft.com/WMIConfig/2002/State[/COLOR][/URL]" xmlns:xsi="[URL="http://www.w3.org/2001/XMLSchema-instance"][COLOR=#0000aa]http://www.w3.org/2001/XMLSchema-instance[/COLOR][/URL]"&amp;gt;
&amp;lt;CopyProfile&amp;gt;true&amp;lt;/CopyProfile&amp;gt;
&amp;lt;/component&amp;gt;
&amp;lt;/settings&amp;gt;
&amp;lt;cpi:offlineImage cpi:source="wim://&amp;lt;computerName&amp;gt;/&amp;lt;Source_dir&amp;gt;/install.wim#Windows 7 &amp;lt;Edition&amp;gt;" xmlns:cpi="urn:schemas-microsoft-com:cpi" /&amp;gt;
&amp;lt;/unattend&amp;gt;
&lt;/pre&gt; &lt;br&gt;  &amp;nbsp; &lt;br&gt;  and I put it in an USB stick. &lt;br&gt;  So, I planned to install Windows 7 normally, install the additional drivers, update Windows, go to audit mode with the c:\windows\system32\sysprep\sysprep.exe /audit command, delete the account created during installation, customize the Administrator account. Finally, I run the c:\windows\system32\sysprep\sysprep.exe /oobe /reboot /generalize /unattend:&amp;lt;USB stick unit&amp;gt;:\CopyProfile.xml command to go into OOBE mode. Right? Is there a better way to do this? &lt;br&gt;  Thanks &lt;br&gt; Bye &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=237214</link><pubDate>Fri, 10 Aug 2012 05:43:05 GMT</pubDate></item><item><title>Local accounts and custom default profile (balubeto)</title><description>  Hi &lt;br&gt;   &lt;br&gt; After reading the &lt;a href="http://support.microsoft.com/kb/973289" target="_blank" rel="nofollow"&gt;http://support.microsoft.com/kb/973289&lt;/a&gt; article, I created these two files: &lt;br&gt; For Windows 7 SP1 32-bit: &lt;br&gt; &lt;pre class="prettyprint"&gt;
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;unattend xmlns="urn:schemas-microsoft-com:unattend"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settings pass="specialize"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x32" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="[URL]http://schemas.microsoft.com/WMIConfig/2002/State[/URL]" xmlns:xsi="[URL]http://www.w3.org/2001/XMLSchema-instance[/URL]"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CopyProfile&amp;gt;true&amp;lt;/CopyProfile&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/component&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/settings&amp;gt; &amp;lt;cpi:offlineImage cpi:source="wim://&amp;lt;computerName&amp;gt;/&amp;lt;Source_dir&amp;gt;/install.wim#Windows 7 &amp;lt;Edition&amp;gt;" xmlns:cpi="urn:schemas-microsoft-com:cpi" /&amp;gt;
&amp;lt;/unattend&amp;gt;
&lt;/pre&gt; &lt;br&gt; &amp;nbsp; &lt;br&gt; For Windows 7 SP1 64-bit: &lt;br&gt; &amp;nbsp; &lt;br&gt; &lt;pre class="prettyprint"&gt;
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;unattend xmlns="urn:schemas-microsoft-com:unattend"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settings pass="specialize"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="[URL]http://schemas.microsoft.com/WMIConfig/2002/State[/URL]" xmlns:xsi="[URL]http://www.w3.org/2001/XMLSchema-instance[/URL]"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CopyProfile&amp;gt;true&amp;lt;/CopyProfile&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/component&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/settings&amp;gt; &amp;lt;cpi:offlineImage cpi:source="wim://&amp;lt;computerName&amp;gt;/&amp;lt;Source_dir&amp;gt;/install.wim#Windows 7 &amp;lt;Edition&amp;gt;" xmlns:cpi="urn:schemas-microsoft-com:cpi" /&amp;gt;
&amp;lt;/unattend&amp;gt;
&lt;/pre&gt; &lt;br&gt;  It is possible to merge the two xml files or not? &lt;br&gt;  It is possible to create an xml file also valid for any edition? &lt;br&gt;  In an installation of Windows 7 SP1, there is the install.wim or I must always specify its source path? &lt;br&gt; I am obliged to enable the Administrator account and configure it or I could use my administrator account, already configured, to run the Sysprep utility? &lt;br&gt;  Thanks &lt;br&gt;  Bye &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=237191</link><pubDate>Thu, 09 Aug 2012 06:31:58 GMT</pubDate></item></channel></rss>