公告:本站正在遭受网络攻击,访问速度可能严重下降甚至无法访问。

Windows Server 2012:6.2.8064.0.fbl_srv_msp_std.110809-1900

来自BetaWorld 百科
跳转到导航 跳转到搜索
Windows Server 2012-6.2.8064.0-Version.png
Windows Server 2012 6.2.8064.0.fbl_srv_msp_std.110809-1900
内核版本 6.2
架构 AMD64
版本 Datacenter, Datacenter Core, Enterprise, Enterprise Core, Standard, Standard Core, Web, Web Core
语言 English (United States)
编译日期 2011/8/9
版本字串 6.2.8064.0.fbl_srv_msp_std.110809-1900
产品密钥 Datacenter: 7X29B-RDCR7-J6R29-K27FF-H9CR9
Enterprise: 7P8GH-FV2FF-8FDCR-YK49D-D7P97
Standard: HMG6P-C7VGP-47GJ9-TWBD4-2YYCD
Web: YGTGP-9XH8D-8BVGY-BVK4V-3CPRF

2022年6月29日泄露于BetaWiki Discord。

注意事项

假定系统所在盘符是O,执行下述操作:

1. 将O:\Windows\Servicing\Packages\microsoft-windows-server-languagepack-package~31bf3856ad364e35~amd64~qps-ploc~6.2.8064.0.mum修改为下方内容:

<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<?Copyright (c) Microsoft Corporation. All rights reserved.?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v3" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved." manifestVersion="1.0">
  <assemblyIdentity buildType="release" language="qps-ploc" name="Microsoft-Windows-Server-LanguagePack-Package" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.2.8064.0"/>
  <package identifier="Language Pack" releaseType="Language Pack">
    <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3" LPTargetSPLevel="0" LPType="Client"/>
    <parent buildCompare="EQ" disposition="detect" distributionCompare="EQ" integrate="separate" revisionCompare="EQ" serviceCompare="EQ">
      <assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-Foundation-Package" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="6.2.8064.0"/>
    </parent>
  </package>
</assembly>

2. 将下列内容保存为unattend.xml并执行dism /image:O:\ /apply-unattend:unattend.xml

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
        <package action="stage">
            <assemblyIdentity name="Microsoft-Windows-Server-LanguagePack-Package" version="6.2.8064.0" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="qps-ploc" />
            <source location="O:\Windows\Servicing\Packages\microsoft-windows-server-languagepack-package~31bf3856ad364e35~amd64~qps-ploc~6.2.8064.0.mum" />
        </package>
    </servicing>
</unattend>

3. 将O:\Windows\Servicing\Packages\microsoft-windows-server-languagepack-package~31bf3856ad364e35~amd64~qps-ploc~6.2.8064.0.mum替换为原始文件。

4. 将下列内容保存为unattend.xml并执行dism /image:O:\ /apply-unattend:unattend.xml

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
        <package action="configure">
            <assemblyIdentity name="Microsoft-Windows-Server-LanguagePack-Package" version="6.2.8064.0" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="qps-ploc" />
            <source location="O:\Windows\Servicing\Packages\microsoft-windows-server-languagepack-package~31bf3856ad364e35~amd64~qps-ploc~6.2.8064.0.mum" />
        </package>
    </servicing>
</unattend>