<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing></servicing>
<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">
<ProductKey>33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</ProductKey>
<ComputerName>*</ComputerName>
<TimeZone>China Standard Time</TimeZone>
</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>
</settings>
<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>zh_CN</InputLocale>
<SystemLocale>zh_CN</SystemLocale>
<UILanguage>zh_CN</UILanguage>
<UserLocale>zh_CN</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">
<AutoLogon>
<Password>
<Value>cABAADUANQB3AE8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<Enabled>true</Enabled>
<Username>Administrator</Username>
<LogonCount>1</LogonCount>
</AutoLogon>
<OOBE>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value>cABAADUANQB3AE8AcgBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<CommandLine>C:\Windows\System32\WindowsPowerShell\v1.0\Powershell.exe -executionpolicy unrestricted rename.ps1</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:d:/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

最新文章

  1. [LeetCode] Minimum Window Substring 最小窗口子串
  2. Centos7 wifi
  3. 在Android上使用qemu-user运行可执行文件
  4. MapReduce Shuffle过程
  5. oracle 判断字符串是否日期格式
  6. UML学习
  7. 未能加载文件或程序集“System.WEB.DataVisualization, Version=3.5.0.0, Culture=neutral
  8. HTTP协议(4)
  9. c语言字符类别测试库函数#include&lt;ctype.h&gt;
  10. iOS开发基本须要
  11. html+css实现图片的层布局
  12. java监听事件
  13. BinderPool — Andorid端的“服务发现治理工具”
  14. 剑指offer 09:变态跳台阶
  15. Django 2.11 静态页面404 解决
  16. swift - 封装百度地图
  17. asp.net 网站监控方案
  18. 在VMware 14中安装Centos7
  19. (剑指Offer)面试题61:按之字形顺序打印二叉树
  20. 教你轻松自己定义ViewPagerIndicator

热门文章

  1. CodeForces - 405A
  2. PrincipalView的使用参数
  3. mysql自增字段重排 或 归零
  4. 家族(codevs 1073)
  5. 小吃(codevs 3231)
  6. Android之Activity框架
  7. php 面向对象之封装
  8. grep&#39; \b\b&#39;
  9. TypeScript 1.5 Beta带来修饰元数据支持
  10. JavaScript案例六:简单省市联动(NBA版)