Tập tin trả lời mẫu Autounattend.xml và Unattend.xml cho Windows 10 version 1709 | Chia sẻ tool
HomeThủ thuật IT

Tập tin trả lời mẫu Autounattend.xml và Unattend.xml cho Windows 10 version 1709 | Chia sẻ tool

Tập tin trả lời trong Windows 10 version 1709 mới không có nhiều thay đổi so với phiên bản Windows 10 cũ. Những bạn đang rebuild lại Windows...

Tạo thông báo đẩy trên trình duyệt khi chuyển Blog sang https cho các tên miền tùy chỉnh | Chia sẻ tool
Các bước nâng cấp lên Windows 10 trực tiếp cho các máy tính trong cùng mạng Lan | Chia sẻ tool
Chào 2018 - Bộ cài Windows 10 Pro, version 1709 build 16299.125 Full Soft, Office 2016 Pro Plus | Chia sẻ tool
Tập tin trả lời trong Windows 10 version 1709 mới không có nhiều thay đổi so với phiên bản Windows 10 cũ. Những bạn đang rebuild lại Windows 10 nếu còn giữ tập tin trả lời cho Windows 10 phiên bản cũ có thể sử dụng lại hoặc có thể tham khảo lại bài viết này. Bạn nên cài phần mềm notepad++ và set theme đen sẽ rất dễ nhìn và chỉnh sửa các dòng chữ màu trắng.

Dưới đây là mẫu của các tập tin trả lời

I. Windows Setup

1. AutoUnattend_Audit

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<UserData>
<ProductKey>
<Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<UseConfigurationSet>false</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<UserData>
<ProductKey>
<Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<UseConfigurationSet>false</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<Themes>
<DesktopBackground>C%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Reseal>
<Mode>Audit</Mode>
</Reseal>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Reseal>
<Mode>Audit</Mode>
</Reseal>
</component>
</settings>
</unattend>

2. AutoUnattend_OOBE
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<UserData>
<ProductKey>
<Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<UseConfigurationSet>false</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<UserData>
<ProductKey>
<Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<UseConfigurationSet>false</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<Themes>
<DesktopBackground>C:\Windows\System32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<Themes>
<DesktopBackground>C:\Windows\System32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Reseal>
<Mode>OOBE</Mode>
</Reseal>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Reseal>
<Mode>OOBE</Mode>
</Reseal>
</component>
</settings>
</unattend>

3. AutoUnattend_AutoLogon
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<UserData>
<ProductKey>
<Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<UseConfigurationSet>false</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<UserData>
<ProductKey>
<Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<UseConfigurationSet>false</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>NVK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<AutoLogon>
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Enabled>true</Enabled>
<Username>AccountName</Username>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Description></Description>
<DisplayName>AccountName</DisplayName>
<Group>Administrators</Group>
<Name>AccountName</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<AutoLogon>
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Enabled>true</Enabled>
<Username>AccountName</Username>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Description></Description>
<DisplayName>AccountName</DisplayName>
<Group>Administrators</Group>
<Name>AccountName</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
</settings>
</unattend>

II. Sysprep

1. Unattend_Audit

<?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://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Reseal>
<Mode>Audit</Mode>
</Reseal>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Reseal>
<Mode>Audit</Mode>
</Reseal>
</component>
</settings>
</unattend>

2. Unattend_OOBE
<?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://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
<copyprofile>true</copyprofile>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
<copyprofile>true</copyprofile>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Home_Page>http://ift.tt/2xlZ7Hs;
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Reseal>
<Mode>OOBE</Mode>
</Reseal>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<Reseal>
<Mode>OOBE</Mode>
</Reseal>
</component>
</settings>
</unattend>

3. Unattend_AuloLogon
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
<copyprofile>true</copyprofile>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<OEMInformation>
<Manufacturer>Hewlett-Packard©</Manufacturer>
<SupportHours>8:AM-6:PM All Days</SupportHours>
<SupportPhone>+123345678</SupportPhone>
<SupportURL>http://ift.tt/2zNtHvl;
<Model>HP ProBook 4430s</Model>
<Logo>%windir%\system32\oobe\OEMLogo.bmp</Logo>
</OEMInformation>
<ProductKey>VK7JG-NPHTM-C97JM-9MPGT-3V66T</ProductKey>
<copyprofile>true</copyprofile>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<AutoLogon>
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Enabled>true</Enabled>
<Username>AccountName</Username>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Description></Description>
<DisplayName>AccountName</DisplayName>
<Group>Administrators</Group>
<Name>AccountName</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://ift.tt/1gZfvUg" xmlns:xsi="http://ift.tt/ra1lAU">
<AutoLogon>
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Enabled>true</Enabled>
<Username>AccountName</Username>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Description></Description>
<DisplayName>AccountName</DisplayName>
<Group>Administrators</Group>
<Name>AccountName</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>http://ift.tt/2zOAN2D;
<RegisteredOwner>Nguyen Anh Tuan</RegisteredOwner>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<Themes>
<DesktopBackground>%windir%\system32\oobe\OEMWallapaper.png</DesktopBackground>
<ThemeName>OEM Theme</ThemeName>
</Themes>
<TaskbarLinks>
<!--OEMs must pin nothing other than, and no more than, 6 .lnk files to the taskbar. Those .lnk files must be linked to .exe files. -->
<Link0>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk</Link0>
<Link1>%allusersprofile%\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk</Link1>
<Link2>%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools\Control Panel.lnk</Link2>
<Link3></Link3>
</TaskbarLinks>
</component>
</settings>
</unattend>

III. Cách sử dụng

Tải về rập tin mẫu theo liên kết này

- Thay key tương ứng với phiên bản Windows và thông tin OEM trong tập tin mẫu

- Trường hợp cài mới sử dụng mục I với các tập tin Autounattend.xml

  1. Tập tin Autounattend.xml phải được đặt cùng ổ đĩa cài win gốc cùng với tập tin setup.exe của bộ cài Windows
  2. Copy thư mục $OEM$ vào thư mục sources của bộ cài Windows, thay ảnh và logo
- Trường hợp rebuild lại sử dụng mục II với các tập tin Unattend.xml
  1. Tập tin Unattend.xml phải được đặt trong thư mục Sysprep theo đường dẫn C:\Windows\System32
  2. Copy logo và ảnh vào thư mục oobe theo đường dẫn C:\Windows\System32
- Autounattend.xml và Unattend.xml đều có 3 dạng
  1. Audit: Boot vào chế độ Audit để chỉnh sửa
  2. OOBE: Boot vào chế độ OOBE tạo tài khoản mới
  3. AutoLogon: Boot tự động bằng tài khoản đã được cấu hình trong tập tin trả lời

Tập tin trả lời mẫu Autounattend.xml và Unattend.xml cho Windows 10 version 1709

Link bài viết gốctại đây
Tên

Chủ đề demo 2,3,danh bạ,2,HocCachLamMonAn,3,lấy thông tin,1,mangak.net,1,mc,3,minhclear,29,tải link,1,tải truyện tranh,1,Thủ thuật IT,147,tools,3,
ltr
item
Share Tool Nhỏ: Tập tin trả lời mẫu Autounattend.xml và Unattend.xml cho Windows 10 version 1709 | Chia sẻ tool
Tập tin trả lời mẫu Autounattend.xml và Unattend.xml cho Windows 10 version 1709 | Chia sẻ tool
http://ift.tt/2zNpdEQ
Share Tool Nhỏ
https://chiasetool.blogspot.com/2017/10/tap-tin-tra-loi-mau-autounattendxml-va.html
https://chiasetool.blogspot.com/
https://chiasetool.blogspot.com/
https://chiasetool.blogspot.com/2017/10/tap-tin-tra-loi-mau-autounattendxml-va.html
true
7671169510132355697
UTF-8
Tải tất cả bài! Không tìm thấy bài viết nào hết! Xem hết Đọc tiếp Trả lời Hủy trả lời Xóa Bởi Home Các trang Các bài viết Xem hết Đề nghị dành cho bạn Từ khóa Lưu trữ Tìm kiếm Tất cả bài viết Không tìm thấy bất cứ bài viết nào khớp với yêu cầu của bạn hết á! Về trang chủ Chủ nhật Thứ hai Thứ ba Thú tư Thứ năm Thú sáu Thứ 7 CN T2 T3 T4 T5 T6 T7 Tháng 1 Tháng 2 Tháng 3 Tháng 4 Tháng 5 Tháng 6 Tháng 7 Tháng 8 Tháng 9 Tháng 10 Tháng 11 Tháng 12 Tháng 1 Tháng 2 Tháng 3 Tháng 4 Tháng 5 Tháng 6 Tháng 7 Tháng 8 Tháng 9 Tháng 10 Tháng 11 Tháng 12 Liền bây giờ 1 phút trước $$1$$ minutes ago 1 tiếng trước $$1$$ hours ago Hôm qua $$1$$ days ago $$1$$ weeks ago Hơn 5 tuần trước Người dõi theo Dõi theo Nội dung xịn Chia sẻ mới thấy link download Sao chép hết mã luôn Chọn hết mã luôn Tất cả đoạn mã đã đợc sao chép dzô bộ nhớ rồi đấy Vui lòng nhấn [CTRL]+[C] (hoặc CMD+C with Mac) để sao chép