• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Unattend.xml issue

Scheduled Pinned Locked Moved
Windows Problems
3
4
3.4k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    David Floyd
    last edited by Apr 25, 2013, 3:21 PM

    I am having an issue with the unattend.xml answer file for our windows 7 setups. When I run sysprep the image seems to run fine but when the workstation starts up instead of going to the login screen I am still getting the “review your time and date settings” screen. In the answer file under pass 4 I have the time zone set as Pacific Standard Time. Can anyone give me a pointer on what I may do to correct this?

    1 Reply Last reply Reply Quote 0
    • C
      ChrisG
      last edited by Apr 26, 2013, 2:08 PM

      I’m unsure I set the timezone on the machine I build the image from. Would you like me to upload the XML I use for windows 7? If so do you want 32 or 64 bit?

      1 Reply Last reply Reply Quote 0
      • C
        Christopher Lynn
        last edited by Apr 30, 2013, 2:34 PM

        [quote=“ChrisG, post: 11776, member: 2515”]I’m unsure I set the timezone on the machine I build the image from. Would you like me to upload the XML I use for windows 7? If so do you want 32 or 64 bit?[/quote]

        Paste the XML up.

        BTW don’t bother going 32 bit for 7. Keep your XP on 32bit machines until they are evergreened. The hardware vendors made all sort of agreements in 2011 to stop all 32 bit development for drivers. With MS’s new push to drop a new OS every 18 months now you will get stuck fooling around with it unless you make a business process to handle it.

        Don’t make a silk purse out of a sow’s ear, it’s complete waste of time and energy.

        1 Reply Last reply Reply Quote 0
        • C
          ChrisG
          last edited by May 3, 2013, 7:22 PM

          Here is the code for my 64 bit windows 7 XML
          [CODE]<?xml version=“1.0” encoding=“utf-8”?>
          <unattend xmlns=“urn:schemas-microsoft-com:unattend”>
          <settings pass=“generalize”>
          <component name=“Microsoft-Windows-Security-SPP” 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>
          </settings>
          <settings pass=“specialize”>
          <component name=“Microsoft-Windows-Deployment” 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”>
          <ExtendOSPartition>
          <Extend>true</Extend>
          </ExtendOSPartition>
          </component>
          <component name=“Microsoft-Windows-Security-SPP-UX” 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”>
          <SkipAutoActivation>true</SkipAutoActivation>
          </component>
          <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”>
          <ComputerName>*</ComputerName>
          <CopyProfile>true</CopyProfile>
          <ShowWindowsLive>false</ShowWindowsLive>
          </component>
          </settings>
          <settings pass=“oobeSystem”>
          <component name=“Microsoft-Windows-International-Core” 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”>
          <InputLocale>en-us</InputLocale>
          <SystemLocale>en-us</SystemLocale>
          <UILanguage>en-us</UILanguage>
          <UserLocale>en-us</UserLocale>
          </component>
          <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”>
          <AutoLogon>
          <Password>
          <Value>bQBwAHMAdABlAGMAaABzAFAAYQBzAHMAdwBvAHIAZAA=</Value>
          <PlainText>false</PlainText>
          </Password>
          <Enabled>true</Enabled>
          <LogonCount>2</LogonCount>
          <Username>user</Username>
          </AutoLogon>
          <FirstLogonCommands>
          <SynchronousCommand wcm:action=“add”>
          <CommandLine>cscript //b c:\windows\system32\slmgr.vbs /ato</CommandLine>
          <Order>1</Order>
          <RequiresUserInput>false</RequiresUserInput>
          </SynchronousCommand>
          <SynchronousCommand wcm:action=“add”>
          <CommandLine>cscript.exe //b “C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS” /act</CommandLine>
          <Order>2</Order>
          <RequiresUserInput>false</RequiresUserInput>
          </SynchronousCommand>
          </FirstLogonCommands>
          <OOBE>
          <HideEULAPage>true</HideEULAPage>
          <NetworkLocation>Work</NetworkLocation>
          <ProtectYourPC>1</ProtectYourPC>
          <SkipMachineOOBE>true</SkipMachineOOBE>
          <SkipUserOOBE>true</SkipUserOOBE>
          </OOBE>
          <UserAccounts>
          <AdministratorPassword>
          <Value>bQBwAHMAdABlAGMAaABzAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
          <PlainText>false</PlainText>
          </AdministratorPassword>
          </UserAccounts>
          <RegisteredOrganization>Organization</RegisteredOrganization>
          <RegisteredOwner>Name</RegisteredOwner>
          </component>
          </settings>
          <cpi:offlineImage cpi:source=“wim:c:/users/cgalati/desktop/win7/sources/install.wim#Windows 7 Enterprise” xmlns:cpi=“urn:schemas-microsoft-com:cpi” />
          </unattend>
          [/CODE]

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            3/4
            Last post

          261

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project