Windows 7 Forums


Windows 7: The CopyProfile and DisableFirstRunWizard statements not work

05 Oct 2012   #1

Windows 7
 
 
The CopyProfile and DisableFirstRunWizard statements not work

Hi

I have written this Unattend.xml file

Code:
<?xml version='1.0' encoding='utf-8'?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="generalize" wasPassProcessed="true">
<component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>1</SkipRearm>
</component>
<component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
</settings>
<settings pass="specialize" wasPassProcessed="true">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CopyProfile>true</CopyProfile>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableFirstRunWizard>true</DisableFirstRunWizard>
</component>
</settings>
</unattend>
saving it in the%WINDIR%\Panther directory.

So, I wrote the sysprep /generalize /oobe /rebootcommand to switch from OOBE to Audit mode.

I have noticed that my custom default profile has not been saved, and that the wizard of IE still there.

In other words, the <CopyProfile>true</CopyProfile> and <DisableFirstRunWizard>true</DisableFirstRunWizard> instructions did not work. How come?

Thanks

Bye


Last edited by balubeto; 06 Oct 2012 at 05:29 AM..
My System SpecsSystem Spec

07 Oct 2012   #2

Windows 7
 
 

The problem is this:

If I do not put the DisableFirstRunWizard statement, Windows copies the custom profile of the Administrator account in the default profile.

Instead, if I put this statement, Windows does execute neither CopyProfile nor DisableFirstRunWizard statement. How come?

So, how do I solve this?

Thanks

Bye
My System SpecsSystem Spec
Reply

 The CopyProfile and DisableFirstRunWizard statements not work problems?



Thread Tools



Similar help and support threads for: The CopyProfile and DisableFirstRunWizard statements not work
Thread Forum
sysprep copyprofile copies all the junk files too Installation & Setup
Solved If statements in Excel worksheets. Microsoft Office
How to download bank statements Microsoft Office
PDF Statements from Secure Sites Software


All times are GMT -5. The time now is 03:40 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32