我为 Windows 7 部署创建了一个新的答案文件,它需要一个帐户才能自动登录,因此我编写的几个脚本可以完成它们的工作。我在 Microsoft 文档中阅读了AutoLogon
需要在传递中添加AutoLogon
组件和AdministratorPassword
组件的文档,auditSystem
我已经完成了。但是,计算机不会在成像时自动登录,而是加载到用户登录屏幕。我包括一个修改后的答案文件(PII 和密码已编辑)。所以我的问题很简单,我做错了什么,我需要做哪些改变AutoLogon
才能工作?
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="generalize">
<component name="Microsoft-Windows-Security-SPP" 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>
<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">
<ComputerName>*</ComputerName>
<CopyProfile>true</CopyProfile>
<ProductKey>Nonya</ProductKey>
<RegisteredOrganization>Myplace</RegisteredOrganization>
<RegisteredOwner>MyPlace</RegisteredOwner>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>Eastern 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>
<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">
<RunAsynchronous>
<RunAsynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>net user administrator …
Run Code Online (Sandbox Code Playgroud) 我怎么知道我的电脑是否可以运行64x 位?我有 32x 位的问题,所以我需要 64x 位。
我有一个:
Intel(R) Core(TM) i5 CPU 750 @ 2.67 GHz
我试图在互联网上和 Windows 网站上找到一些帮助,但它们实在是无济于事,所以如果你们能帮助我,我将不胜感激