Unattend.xml Windows 7 Professional (screensaver not working)

S

schan11

Guest
Hello,
I am trying to sysprep a Windows 7 Professional 64bit PC. I am using this unattend.xml file:
================
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<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>
</settings>
<settings pass="auditUser">
<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">
<Themes>
<ScreenSaver>Mystify.scr</ScreenSaver>
</Themes>
</component>
</settings>
<cpi:eek:fflineImage cpi:source="catalog:c:/w7sp1/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
==============
I copy the unattend.xml file to c:\windows\system32\sysprep. Once I am done configuring the PC, I go to the command prompt as an administrator and type the following command: c:\windows\system32\sysprep\sysprep /generalize /oobe /shutdown /unattend:unattend.xml
After rebooting, I create a user and log on as that user. I see that the screensaver is set to NONE. Why is the screensaver not saved as Mystify?

Thanks

Continue reading...
 

Similar threads

Back
Top