检测到论坛CSS可能没有正确加载,如出现排版混乱请刷新重试。

We detected that the CSS might not be loaded correctly. If the website displays abnormally, Please refresh and try again.

  • Windows
  • Windows 8及以上版本和WCOS的Builds杂谈

何木槿 所以Panos全面接管Windows开发以后其实保密性好了不少……现在真的没什么内部版本泄露了


话说WDX给内部分支起名可真是随心所欲,反正现在只要带wdx那么大概率就是内部分支

    ThinkBou 此前我们看到了金黄色beta标签的outlook(基于pwa),现在这货终于要preview了?

    ThinkBou 我明白画图为什么要用WebView2了。
    还记得我前两天吐槽Office用上了WebView2这件事吗?确实如此,目前测试通道中Word的墨迹功能由Webview2提供支持,所以我在想画图估计也要这么刷新……不过WinRT中有关Windows Ink的东西就这样地要被废了?
    (感谢某硅基生物企鹅提供的线索)

    如果你像我一样手欠ThinkBou 在实体机上安装了Windows 10 协同版怎么办?不要怕,有解决方案

    Yesterday, I myself encountered this problem when I tried to update the 20H2 mirror image pulled from uupdump. It should be solved with the help of a friend who works at Microsoft.

    Let me first talk about why this problem occurs. This problem is caused by a problem when UUP Dump is unpacked.
    A policy file that should be used for Surface Hub is packaged into the generated image, and then if other devices use this image to perform installation, the policy that should have been given to Surface Hub will be applied incorrectly, and then there will be the problem of not being able to use UEFI boot normally in the post.

    Then here is the solution, my system is now 19041.

    The following situations are all based on your condition to create a new bootable USB flash drive

    First of all, if your device has a TPM, please clean up the TPM of your device. If you turn on Bitlocker, it's better to turn off Bitlocker first, then clean up the TPM, and then turn off the device’s secure boot function.

    Next, prepare a bootable U disk, write any non-Windows boot image with EFI Shell (here I used Arch Linux installation image), enter the EFI Shell, enter the following command

    dmpstore -d SkuSiPolicyVersion -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d SkuSiPolicyUpdateSigners -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d SecureBootAntiRollbackVersion -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d CurrentPolicy -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d Kernel_DriverSiStatus -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d Kernel_ATPSiStatus -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d Kernel_WinSiStatus -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d Kernel_SkuSiStatus -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d Kernel_SiStatus -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d VsmLocalKey2 -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d RevocationList -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d BootDebugPolicyApplied -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d CurrentActivePolicy -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d BootingDeviceTypeInfo -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d WindowsBootChainSvn -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d SecureBootPlatformID -guid 77FA9ABD-0359-4D32-BD60-28F4E78F784B
    dmpstore -d UnlockID -guid EAEC226F-C9A3-477A-A826-DDC716CDC0E3
    dmpstore -d UnlockIDCopy -guid EAEC226F-C9A3-477A-A826-DDC716CDC0E3

    If you find it too troublesome to type the command line by line, you can create a .nsh file with any name and paste it in. The nsh file is placed in the root directory of the U disk, and then execute fs0:\Your-name.nsh in the EFI Shell, and press Enter.

    After this step, you should be able to start any version of Windows installation image or PE, but do not start the system on the hard disk, the problem has not been solved yet.

    Next, boot with any PE (I used Linux Live CD), mount the EFI partition of the system. and then make sure that efi\boot\bootx64.efi and efi\microsoft\boot\bootmgfw.efi under the EFI partition, and bootmgfw.efi under C:\Windows\Boot\EFI are replaced with efi\boot\bootx64.efi in the installation image of the current version and the name is changed, and at the same time, delete all the .p7b files in efi\microsoft\boot\ under the EFI partition, and delete C:\Windows\Boot\EFI\winsipolicy.p7b or replaced with the files in the installation disk. After this step, you should be able to enter the desktop.

    After entering the desktop, check if there is anything in the CiPolicies and Tokens under C:\Windows\System32\CodeIntegrity except the empty folder, delete all if there is any, and restart the system after doing it. If you need to open the safe boot, you can now.

    At this point, the repair should be complete.

    As for the principle of this method, my friend said that it is impossible to disclose (involving NDA), but what is certain is that it is not the problem of lack of certificates that was previously guessed on the forum.

    来源


    同样地,我发现了10X的解决方案

    启动过 Windows 10X 以后传统 Windows 拒绝启动了怎么办?
    启动一个 EFI Shell,在里面执行

    dmpstore -d SecureBootPlatformID

    然后重启回传统 Windows 即可。

    来源

      5 天 后

      ThinkBou 我发现我那主板挺特别,10X启动了以后删掉ESP里面一个证书就照样回Legacy 10。
      10X的Onecore-EFI-ESP还能装在Legacy10上()只不过文件释放到%systemdrive%去了

      Life is simple, Win "10X" was my idea.

      16183.rs_onecore_base_cobalt.170423-2207
      又双叒叕超前布局???

      Sets还没完全复活,看看它原来的样子

      当初微软还专门弄了个Build
      10.0.17665.rs_shell_sets_dev.180505-1840

        何木槿 可能这个cobalt可能有特殊指代,和Azure的Core Semester无关
        我倒是挺关心那个rs6的……10.0.18064.1.rs6_prerelease.180710-1809

          ThinkBou 170423那时候距离Azure接盘还有大约一年多,估计有特殊指代(((
          rs6确实可能因为Azure介入而转变了,合入了19H1

          ThinkBou Windows Central那边有个配图
          当然这确实是设备代号

          ThinkBou 你又双叒叕彗星了,这个最早在21376出现

          我觉得小组件更新反而倒退了
          这是去年

          这是今年

            Build 22600。
            有人说是GA,暂且不明了,总之现在有水印。

            6 天 后

            看来22600没机会了,GA应该不会是它了,22603都出来了

            © 2025 wvbCommunity 管理团队

            删封申诉 | 知乎专栏 | 状态监控 | 用户协议(EULA) | 隐私政策

            本站文章除其作者特殊声明外,一律采用CC BY-NC-SA 4.0许可协议进行授权,进行转载或二次创作时务必以相同协议进行共享,严禁用于商业用途。