MSFN Forum: Sysprep Unattend.xml Windows 8 - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Sysprep Unattend.xml Windows 8

#1 User is offline   ejimatsu 

  • Group: Members
  • Posts: 1
  • Joined: 22-November 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 10 December 2012 - 01:37 AM

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
       <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" 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>th-TH</SystemLocale> 
            <UILanguage>en-US</UILanguage> 
            <UILanguageFallback>en-US</UILanguageFallback> 
            <UserLocale>th-TH</UserLocale> 
        </component>
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <TimeZone>SE Asia Standard Time</TimeZone> 
            <RegisteredOrganization>Comp Professional</RegisteredOrganization> 
            <RegisteredOwner>Ejimatsu</RegisteredOwner> 
            <OOBE> 
                <HideEULAPage>true</HideEULAPage> 
                <NetworkLocation>Home</NetworkLocation> 
                <ProtectYourPC>3</ProtectYourPC>
		<SkipMachineOOBE>true</SkipMachineOOBE>
		<SkipUserOOBE>true</SkipUserOOBE> 
            </OOBE> 
            <UserAccounts> 
                <AdministratorPassword> 
                    <Value></Value> 
                    <PlainText>true</PlainText> 
                </AdministratorPassword> 
                <LocalAccounts> 
                    <LocalAccount wcm:action="add"> 
                        <Password> 
                            <Value></Value> 
                            <PlainText>true</PlainText> 
                        </Password> 
                        <Name>Administrator</Name>  
                        <DisplayName>Administrator</DisplayName> 
                        <Group>Administrators</Group> 
                    </LocalAccount> 
                </LocalAccounts> 
            </UserAccounts> 
            <Display> 
                <ColorDepth>32</ColorDepth> 
                <DPI>96</DPI> 
                <RefreshRate>60</RefreshRate> 
            </Display> 
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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> 
            <ComputerName>Ejimatsu-PC</ComputerName> 
            <TimeZone>SE Asia Standard Time</TimeZone> 
            <AutoLogon> 
                <Password> 
                    <Value></Value> 
                    <PlainText>true</PlainText> 
                </Password> 
                <Domain></Domain> 
                <Enabled>true</Enabled> 
                <LogonCount>999999</LogonCount> 
                <Username>Administrator</Username> 
            </AutoLogon> 
        </component>
        <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" 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-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <EnableLinksBar>true</EnableLinksBar> 
            <BlockPopups>yes</BlockPopups> 
            <SuggestedSitesEnabled>true</SuggestedSitesEnabled> 
            <PlaySound>true</PlaySound> 
            <ShowInformationBar>true</ShowInformationBar> 
            <ShowMenuBar>true</ShowMenuBar> 
            <ShowStatusBar>true</ShowStatusBar> 
            <LockToolbars>True</LockToolbars> 
            <Home_Page>about:blank</Home_Page> 
        </component>
        <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <RunSynchronous> 
                <RunSynchronousCommand wcm:action="add"> 
                    <Order>1</Order> 
                    <Description>ActiveAdminAccount</Description> 
                    <Path>net user administrator /active:yes</Path> 
                </RunSynchronousCommand> 
                <RunSynchronousCommand wcm:action="add"> 
		      <Order>2</Order>
		      <Description>GraveHotkey</Description>
		      <Path>CMD /c REG.exe add "HKEY_CURRENT_USER\Keyboard Layout\Toggle" /v Hotkey /t REG_SZ /d 4 /f</Path>
		  </RunSynchronousCommand>
		  <RunSynchronousCommand wcm:action="add">
		      <Order>3</Order>
		      <Description>GraveLanguageHotkey</Description>
		      <Path>CMD /c REG.exe add "HKEY_CURRENT_USER\Keyboard Layout\Toggle" /v "Language Hotkey" /t REG_SZ /d 4 /f</Path>
		  </RunSynchronousCommand>
		  <RunSynchronousCommand wcm:action="add">
		      <Order>4</Order>
		      <Description>GraveLayoutHotkey</Description>
		      <Path>CMD /c REG.exe add "HKEY_CURRENT_USER\Keyboard Layout\Toggle" /v "Layout Hotkey" /t REG_SZ /d 3 /f</Path>
                </RunSynchronousCommand> 
                <RunSynchronousCommand wcm:action="add"> 
		      <Order>5</Order> 
		      <Description>DisableUAC</Description> 
		      <Path>CMD /c REG.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 0 /f</Path> 
		</RunSynchronousCommand> 
                <RunSynchronousCommand wcm:action="add"> 
		      <Order>6</Order> 
		      <Description>FilterAdministratorToken</Description> 
		      <Path>CMD /c REG.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v FilterAdministratorToken /t REG_DWORD /d 1 /f</Path> 
                </RunSynchronousCommand>
            </RunSynchronous> 
        </component>
    </settings>
    <settings pass="generalize">
        <component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="x86" 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>
</unattend>

Attached File(s)


This post has been edited by ejimatsu: 10 December 2012 - 10:59 PM



#2 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,723
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 10 December 2012 - 08:37 AM

I don't know what this post is about, but SkipRearm is deprecated in Windows 8.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy