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

Windows 10:10.0.9907.0.fbl ie.141210-1846:修订间差异

来自BetaWorld 百科
跳转到导航 跳转到搜索
(创建页面,内容为“<div class="navi" style="vertical-align: super; font-size: 84%; margin: -10px 0px 0.9em 1em">Windows 桌面操作系统 > Windows 10…”)
 
无编辑摘要
 
(未显示7个用户的15个中间版本)
第1行: 第1行:
<div class="navi" style="vertical-align: super; font-size: 84%; margin: -10px 0px 0.9em 1em">[[Windows_桌面操作系统|Windows 桌面操作系统]] > [[Windows 10 v1507]] > '''10.0.9907.0.fbl_ie.141210-1846'''</div>
{{DISPLAYTITLE:Windows 10:10.0.9907.0.fbl_ie.141210-1846}}
{{ Infobox Buildinfo
{{NavBar|[[Windows桌面操作系统]] > [[Windows 10]] > '''10.0.9907.0.fbl_ie.141210-1846'''}}
|image =  
{{Infobox Buildinfo
|imagecaption = Windows 10 v1507 10.0.9907.0.fbl_ie.141210-1846
|image=9907.0_fbl_ie_version.png
|kernel = 10.0
|imagecaption=Windows 10 10.0.9907.0.fbl_ie.141210-1846
|arch = x64, x86
|kernel=10.0
|sku = Core
|arch=x86
|language = Pseudo
|sku=Core, Pro, Pro with Media Center
|bios = 2014/12/11
|language=Pseudo Language (Pseudo)
|string = 10.0.9907.0.fbl_ie.141210-1846
|compiledate=2014/12/10
|key = N/A
|string=10.0.9907.0.fbl_ie.141210-1846
}}
}}
2016年11月5日泄露。
被错误作为Build 9907 China版本推送至Windows Update,后于2016年11月5日重新泄露。
== 新的特性 ==
 
* 沿用了Build 8331的Pseudo 说明,说明中带有“Windows 8”字样。
==新的特性==
* 包括Hash-ID Spy工具。
* 安装镜像根目录及<code>sources</code>文件夹内的ucrt相关文件依然存在。
* 沿用了Windows 8时代的Pseudo说明,说明中仍带有“Windows 8”字样。
* 包括Pseudo版本特有的Hash-ID Spy工具。
* Modern应用无法运行。
* Modern应用无法运行。
* '''更多特性请查看注意事项。'''
 
==注意事项==
==注意事项==
* '''虚拟机需使用 EFI 引导'''
* '''虚拟机需使用 EFI 引导'''
* '''Edge模式'''
* Edge模式
在Internet Explorer的地址栏输入“about:flags”进入测试功能页面开启Edge模式浏览。
在Internet Explorer的地址栏输入<code>about:flags</code>进入测试功能页面开启Edge模式浏览。


* '''在上部或下部显示通知'''
* 在上部或下部显示通知
需要重启explorer或注销后重新登录。
需要重启<code>explorer</code>或注销后重新登录。
<pre>
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"DisplayToastAtBottom"=dword:00000001
"DisplayToastAtBottom"=dword:00000001
</pre>
</syntaxhighlight>
* '''新版登录界面'''
 
将最后一位改为 0 来禁用或 1 来启用。导入后重启explorer。
* 新版锁屏及登录界面
<pre>
将最后一位改为<code>0</code>禁用或<code>1</code>启用。导入后重启<code>explorer</code>。
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\TestHooks]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\TestHooks]
"Threshold"=dword:00000001
"Threshold"=dword:00000001
</pre>
</syntaxhighlight>
 
* '''启用/禁用通知中心'''
将最后一位改为 0 来禁用或 1 来启用。导入后重启explorer。
<pre>
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"DisableNotificationCenter"=dword:00000001
</pre>

2024年3月28日 (四) 15:36的最新版本

9907.0 fbl ie version.png
Windows 10 10.0.9907.0.fbl_ie.141210-1846
内核版本 10.0
架构 x86
版本 Core, Pro, Pro with Media Center
语言 Pseudo Language (Pseudo)
编译日期 2014/12/10
版本字串 10.0.9907.0.fbl_ie.141210-1846

被错误作为Build 9907 China版本推送至Windows Update,后于2016年11月5日重新泄露。

新的特性

  • 安装镜像根目录及sources文件夹内的ucrt相关文件依然存在。
  • 沿用了Windows 8时代的Pseudo说明,说明中仍带有“Windows 8”字样。
  • 包括Pseudo版本特有的Hash-ID Spy工具。
  • Modern应用无法运行。

注意事项

  • 虚拟机需使用 EFI 引导
  • Edge模式

在Internet Explorer的地址栏输入about:flags进入测试功能页面开启Edge模式浏览。

  • 在上部或下部显示通知

需要重启explorer或注销后重新登录。

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"DisplayToastAtBottom"=dword:00000001
  • 新版锁屏及登录界面

将最后一位改为0禁用或1启用。导入后重启explorer

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\TestHooks]
"Threshold"=dword:00000001