Windows 8 Build 8220.0.winmain win8beta.120127-1925:修订间差异
跳转到导航
跳转到搜索
Windows 8 Build 8220.0.winmain win8beta.120127-1925 (查看源代码)
2025 年 2 月 7 日 (五) 19:38 的版本
、 2025 年 2 月 7 日 (星期五)已完成移植
(PlaceHolder) |
(已完成移植) |
||
| 第 36 行: | 第 36 行: | ||
This build uses a preliminary version of the Secure Boot Policy, although the on-disk structure is identical to later builds: | This build uses a preliminary version of the Secure Boot Policy, although the on-disk structure is identical to later builds: | ||
* Signature validation is different: the policy must have a hash in or be signed by a certificate in the UEFI Key Exchange Key signature database. | * Signature validation is different: the policy must have a hash in or be signed by a certificate in the UEFI Key Exchange Key signature database. | ||
* The CanUpdate element is used here; the code using it was removed later but the element remained in the file format. A path to an updated policy can either be set in a UEFI variable; alternatively, for BitLocker where the VMK is sealed by the TPM, an updated policy is read from osdevice:\LatestPolicy.p7b. This policy must have a valid signature. | * The <code>CanUpdate</code> element is used here; the code using it was removed later but the element remained in the file format. A path to an updated policy can either be set in a UEFI variable; alternatively, for BitLocker where the VMK is sealed by the TPM, an updated policy is read from <code>osdevice:\LatestPolicy.p7b</code>. This policy must have a valid signature. | ||
* The updated policy must have a PolicyPublisher equal to one of the CanUpdate GUIDs in the loaded policy; also, the policy version must be greater than the loaded policy's version. If all conditions pass, the updated policy is installed to UEFI non-volatile storage and used as the active policy. | * The updated policy must have a <code>PolicyPublisher</code> equal to one of the <code>CanUpdate</code> GUIDs in the loaded policy; also, the policy version must be greater than the loaded policy's version. If all conditions pass, the updated policy is installed to UEFI non-volatile storage and used as the active policy. | ||
* BCD rules are identical to later builds; that is, BCD elements can be overridden by the policy to either be forcibly ignored, or for deletion to be disallowed from the running OS, or for the element value to be locked to a value or one of several values listed in the policy. | * BCD rules are identical to later builds; that is, BCD elements can be overridden by the policy to either be forcibly ignored, or for deletion to be disallowed from the running OS, or for the element value to be locked to a value or one of several values listed in the policy. | ||
* Registry rules are not used for low-level cryptographic settings as in later builds but instead are used to override registry values anywhere in HKLM\SYSTEM. The operating system loader winload.e* and NT kernel both have code implementing this functionality; the former uses the policy to override the registry values it reads from that hive. | * Registry rules are not used for low-level cryptographic settings as in later builds but instead are used to override registry values anywhere in <code>HKLM\SYSTEM</code>. The operating system loader <code>winload.e*</code> and NT kernel both have code implementing this functionality; the former uses the policy to override the registry values it reads from that hive. | ||
* Option flag bits are completely different from later builds; only 3 bits are used, all by the operating system loader; bit 0 disables the Edit Options menu, bit 1 disables the Advanced Options menu, bit 2 is unknown but related to the Advanced Options menu. | * Option flag bits are completely different from later builds; only 3 bits are used, all by the operating system loader; bit 0 disables the Edit Options menu, bit 1 disables the Advanced Options menu, bit 2 is unknown but related to the Advanced Options menu. | ||
| 第 87 行: | 第 87 行: | ||
8220-LockScreen.png|Lock Screen | 8220-LockScreen.png|Lock Screen | ||
8220-LoginScreen.png|Login Screen | 8220-LoginScreen.png|Login Screen | ||
8220-StartScreen.png|Start Screen | File:8220-StartScreen.png|Start Screen | ||
8220-StartScreen-MiniView.png|Ditto, Minimized View | 8220-StartScreen-MiniView.png|Ditto, Minimized View | ||
8220-StartScreen-AppsList.png|Ditto, Applications List | 8220-StartScreen-AppsList.png|Ditto, Applications List | ||
| 第 108 行: | 第 108 行: | ||
==== English version==== | ==== English version==== | ||
==== PCBeta images ==== | ==== PCBeta images ==== | ||
<gallery> | |||
8220-Desktop.jpeg|Desktop and charms bar | |||
8220-Info.jpeg|System Information and System Properties | |||
8220-RecoveryCPL.png|Recovery options | |||
8220-Settings_charms.jpeg|Settings charm | |||
8220-Wireless.jpeg|Wireless | |||
8220-Start_Screen.jpeg|Start screen | |||
8220-All_apps_view.jpeg|Start screen - All apps view | |||
8220-Settings_search.jpeg|Settings search | |||
8220-Store.jpeg|Windows Store | |||
8220-PCsettings-EN.png|PC settings | |||
8220-Internet_Explorer.jpeg|Internet Explorer with Alipay opened | |||
8220-Typing.jpeg|Internet Explorer with PCBeta BBS opened | |||
8220-Desktop_with_Internet_Explorer.jpeg|Ditto | |||
8220-About_Internet_Explorer.jpeg|About Internet Explorer | |||
8220-Windows_PowerShell_1.jpeg|Windows PowerShell | |||
8220-Windows_PowerShell_2.jpeg|<code>ls</code> and <code>dir</code> cmdlets | |||
8220-Windows_Defender.jpeg|Windows Defender | |||
8220-Add_Languages.jpeg|Add Languages | |||
8220-Windows_To_Go_Startup_Options.png|Windows To Go Startup Options | |||
</gallery> | |||
==== WinUnleaked.tk images ==== | ==== WinUnleaked.tk images ==== | ||
<gallery> | |||
8220-Desktop_and_Settings_side_by_side.png|Desktop and Settings side by side | |||
8220-Desktop_and_Immersive_Internet_Explorer_side_by_side.png|Desktop and Immersive Internet Explorer side by side | |||
6.2.8220-Charms-EN.png|Charms bar | |||
6.2.8220-StartScreen.png|Start screen | |||
6.2.8220-Desktop+About.jpg|winver | |||
6.2.8220-SystemProperties+Personalization+About.jpg|Demo | |||
</gallery> | |||
== 引用资料 == | == 引用资料 == | ||
{{reflist}} | {{reflist}} | ||