Articles of sysprep

SysPrep后自动设置驱动器号

系统预置一台机器后,所有的驱动器号被重新分配。 如何防止发生这种情况或在sysprep之后自动重新分配驱动器号?

Windows 7 Pro sysprep无法正常工作

我正在尝试在一台Windows 7专业版的计算机上进行系统准备,然后在相同的硬件上抓取图像进行大规模部署,并且很难让sysprep正常工作。 我已经用WSIM创build了一个XML应答文件,并且有一个基本的setupcomplete.cmd文件,但答案文件中的configuration似乎都没有应用。 我已经阅读了technet的文章和Googlesearch,我仍然不知道为什么会发生这种情况。 是否有人能够看看我附上的答案文件,并让我知道我要去哪里错了? 谢谢,Callum 为Autounattend.xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <AutoLogon> <Password> <Value>**********************************</Value> <PlainText>false</PlainText> </Password> <Username>administrator</Username> <LogonCount>1</LogonCount> <Enabled>true</Enabled> </AutoLogon> <WindowsFeatures> <ShowMediaCenter>false</ShowMediaCenter> <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer> </WindowsFeatures> <CopyProfile>true</CopyProfile> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <RegisteredOrganization>SomeCompany (UK) Ltd.</RegisteredOrganization> <RegisteredOwner>SomeCompany User</RegisteredOwner> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>GMT Standard Time</TimeZone> </component> <component name="Security-Malware-Windows-Defender" 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"> […]

如果没有将/ Generalize arg设置为默认configuration文件,是否仍可以<CopyProfile>?

标题是自解释的。 从sysprep到OOBE时,必须删除/ generalize选项,但现在已经损坏了我的复制configuration文件。 我已经读了多个地方,复制configuration文件需要/概括,我不能手动执行此操作,因为复制configuration文件的button(在审核模式)是灰显[要复制configuration文件] .. 从我的审计到OOBE更改时,是否还可以执行没有/ Generalize的操作? 如果我需要这个脚本 – 它没关系。

尝试sysprep机器的Windows 8.1时发生致命错误

我尝试在Windows 8.1中做sysprep。 我已经创build了unattend.xml <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> <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://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OEMInformation> <Manufacturer>XYZ</Manufacturer> <SupportURL>http://www.XYZ.com</SupportURL> </OEMInformation> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <AdministratorPassword> <Value>XXXXXXXXX</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>XXXXXXX</Value> <PlainText>false</PlainText> </Password> <Description>Admin</Description> <DisplayName>Admin</DisplayName> <Group>Administrators</Group> <Name>Admin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> […]

Sysprep的VHD上传到Azure坚持在启动诊断语言select。

我试图从内部WDS上传一个VHD到Azure(资源pipe理器),以保持Azure和本地虚拟机之间的内部平台的连续性。 我已经能够成功地sysprep并上传VHD。 我也可以使用Azure PowerShell创build一个虚拟机。 但是,实际创build虚拟机的最终命令在一段时间后最终失败。 我查看了这个问题,发现虚拟机在Azure中成功创build,但是在查看启动诊断屏幕(VM启动过程的屏幕截图)之后,我发现系统停留在语言select/ sysprep进程的EULA验收部分。 所以我的问题是:什么是绕过语言/ EULA屏幕,并有VM启动到Windows的最佳途径? 我一直无法find这个在线相关的,所以这让我觉得可能有一些简单的,我错过了。 但是,我一直无法find包含我没有做过的任何资源。 谢谢。

在Windows Server 2008 R2上,使用generalize选项的sysprep有什么作用?

我想创build一个用于虚拟化的Windows Server 2008 R2模板。 因此我使用Microsoft的sysprep工具。 这工作正常。 我只是想知道generalise选项是好的。 谢谢

在准备虚拟PC进行复制时,在Sysprep之后需要ImageX吗?

我已经研究了这个问题,似乎有两种方法:1)运行Sysprep,2)运行Sysprep后跟ImageX(这是微软所说的应该做的)。 ImageX做了什么以及关于一般过程的任何指示? 我试图准备一个虚拟PC(包含Windows 7)的重复。 谢谢, -Todd

无法重新映像笔记本电脑,“Windows安装程序无法configurationWindows在此计算机的硬件上运行”

一个用户的笔记本电脑(联想W520)有奇怪的问题(无法打开mspaint,其他的应用程序崩溃了很多),它只有2个月的时间。 在chkdsk和联想诊断光盘(全面运行)之后,没有任何东西出现,所以我决定重新映像机器,因为问题依然存在,而且备份的数据也很less。 我碰巧从这个确切的笔记本电脑创build了一个sysprep的标准图像(sysprep / generalize / OOBE与我创build的无人参与文件) – Windows 7专业版64位,所以硬件和驱动程序是完全匹配的。 我重新映像驱动器w /图像,并在“安装程序正在应用系统设置”,它显示消息: Windows Setup could not configure Windows to run on this computer's hardware 然后它会在几秒钟内自动重新启动,每一次启动都会得到错误信息: The computer restarted unexpectedly or encountered and unexpected error. Windows installation cannot proceed. To install Windows, click "OK" to restart the computer, and then restart the installation. 我的问题是,这可能是什么原因造成的? 其他几个相同的W520笔记本电脑有这个sysprep的图像部署到他们没有问题,因为这台笔记本电脑是原来的经历了这个确切的sysprep'd状态之前。 更新:添加无人参与文件 […]

如何修复未被sysprepped的克隆机器?

我的情景 我做了一堆Hyper-V虚拟机(Windows Server 2003)克隆,而不使用sysprep或类似的东西。 我所做的只是克隆,从域中删除计算机,重命名计算机,并重新join到域。 一切都很好。 直到我被告知我必须在每个克隆(和原始)上安装SCCM客户端。 所以我这样做,手动,非常痛苦。 但是,SCCM客户端当然没有安装任何更新,这是我通过安装它的整个过程。 经过调查,似乎我需要为每个虚拟机创build一个新的SID,因为它们都具有相同的一个。 显然,这个NewSID事实上的应用程序已经被删除了,而不是sysprep。 我做了坏事,需要帮助 按照谷歌Tome中的一些指令,我运行了sysprep,只需点击“重新安装”button,虚拟机就closures了。 当我再次打开它时,我接到了这个消息: An error has been encountered that prevents setup from continuing. Windows is unable to start because the registry could not be updated. To address this problem, please contact your computer manufacturer. Windows must now shut down. Press OK to view the […]

在VirtualBox中sysprep的Windows XP映像无法在裸机上启动

(1)我创build了一个VirtualBox虚拟机并安装,然后在其中定制一个Windows XP SP3参考系统。 (2)我运行sysprep重新安装系统进行部署。 通过直接重新启动虚拟机,我看到sysprep按configuration运行,系统已正确部署。 (3)但是,在使用Symantec Ghost 11.5创build系统映像并将其部署到实际物理机器之后,Windows XP sysprepped系统无法启动。 具体而言,即使在Windows徽标出现之前,系统也会继续重新启动。 VirtualBox虚拟机和我需要考虑的真正的裸机系统有一些区别吗? 有没有一种方法来挽救我目前的虚拟参考系统,而不必从头开始重新裸机? 谢谢!!