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

Windows 10:6.4.9833.0.fbl release.140903-1451:修订间差异

来自BetaWorld 百科
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
 
(未显示8个用户的24个中间版本)
第1行: 第1行:
<div class="navi" style="vertical-align: super; font-size: 84%; margin: -10px 0px 0.9em 1em">[[Windows 桌面操作系统]] > [[Windows 10]] > '''6.4.9833.0.fbl_release.140903-1451</div>
{{DISPLAYTITLE:Windows 10:6.4.9833.0.fbl_release.140903-1451}}
{{ Infobox Buildinfo
{{NavBar|[[Windows桌面操作系统]] > [[Windows 10]] > '''6.4.9833.0.fbl_release.140903-1451'''}}
|image = 9833_version.png
{{Infobox Buildinfo
|imagecaption = Windows 10 v1507 6.4.9833.0.fbl_release.140903-1451
|image=9833_version.png
|kernel = 6.4
|imagecaption=Windows 10 6.4.9833.0.fbl_release.140903-1451
|arch = x64
|kernel=6.4
|sku = Pro;Pro with Media Center
|arch=AMD64
|language = Chinese (Simplified, PRC)
|sku=Pro, Pro with Media Center
|bios = 2014/9/4
|language=Chinese (Simplified, China)
|string = 6.4.9833.0.fbl_release.140903-1451
|compiledate=2014/9/3
|key = N/A
|string=6.4.9833.0.fbl_release.140903-1451
|key=Pro with Media Center: GBFNG-2X3TC-8R27F-RMKYB-JK7QT
}}
}}
2017 年 2 月 9 日泄露,仅有简体中文版本,为 x64 版本。目前仍可从 Windows Update 下载其对应 ESD。
2017年2月9日泄露,目前仍可从Windows Update下载其对应ESD。
== 新的特性 ==
 
* Charms 边栏默认不会滑动显示,但按下 Win+Shift+C 或 Win+C 仍可见。
==新的特性==
* Snap 功能升级。
*加入反馈UWP
# 引入 Snap Assist,如果有其他多个窗口存在,Snap Assist 会让你选择一个占据另外一半屏幕的窗口。
*Charms边栏默认不会滑动显示,但按下Win+Shift+C或Win+C仍可见。
# 支持四角分屏,可以在单个屏幕上放置四个窗口。
*Aero Snap功能升级。
# Snap 填充模式推广到桌面应用。
#引入Snap Assist,如果有其他多个窗口存在,Snap Assist会让你选择一个占据另外一半屏幕的窗口。
# 多显示器 Snap 支持,你可以在多显示器模式下实现各自的 Snap 功能。也就是说,每个显示器边缘各自独立,你可以在每个显示器上实现 Snap 窗口效果,这种安排可以让多显示器用户更加合理方便的安排窗口。
#支持四角分屏,可以在单个屏幕上放置四个窗口。
#Snap填充模式推广到桌面应用。
#多显示器Snap支持,你可以在多显示器模式下实现各自的Snap功能。也就是说,每个显示器边缘各自独立,你可以在每个显示器上实现 Snap 窗口效果,这种安排可以让多显示器用户更加合理方便的安排窗口。
*MtcUvc (新版音量切换) ,无法正常使用。
 
==注意事项==
==注意事项==
* Windows Update - TH
*Windows Update - TH
在系统设置中显示一个 Windows Update 测试页面。<pre>
在系统设置中显示一个Windows Update测试页面。
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\UX]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\UX]
"IsMusUxEnabled"=dword:00000001</pre>
"IsMusUxEnabled"=dword:00000001
* 预览版本
</syntaxhighlight>
这个设置会在系统设置中显示新的预览版本界面。<pre>
 
*预览版本
这个设置会在系统设置中显示新的预览版本界面。
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsSelfHost\Applicability]
[HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsSelfHost\Applicability]
"ThresholdOptedIn"=dword:00000001
"ThresholdOptedIn"=dword:00000001
"ThresholdInternal"=dword:00000001</pre>
"ThresholdInternal"=dword:00000001
* Modern Internet Explorer
</syntaxhighlight>
 
*Modern Internet Explorer
下载此文件并按步骤进行。
下载此文件并按步骤进行。


链接:http://pan.baidu.com/s/1o7JCg90 密码:i47d
链接:http://pan.baidu.com/s/1o7JCg90 密码:i47d


以管理员权限运行 PowerShell 并运行 "set-executionpolicy remotesigned",回车两次。
以管理员权限运行PowerShell并运行 "set-executionpolicy remotesigned",回车两次。
 
从当前文件夹打开 PowerShell 并执行ModernIE.ps1。
* 启用/禁用新版搜索
将最后一位改为 0 来禁用或 1 来启用。导入后重启 explorer。<pre>
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"EnableProactive"=dword:00000000</pre>
* 启用/禁用任务视图
将最后一位改为 0 来禁用或 1 来启用。导入后重启 explorer。<pre>
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AllUpView]
从当前文件夹打开PowerShell并执行ModernIE.ps1。
"Enabled"=dword:00000000</pre>
* 获得 Pro with Media Center
在 Pro 版本的向 Windows Technical Preview 添加功能程序输入“GBFNG-2X3TC-8R27F-RMKYB-JK7QT”即可。

2024年2月24日 (六) 04:57的最新版本

9833 version.png
Windows 10 6.4.9833.0.fbl_release.140903-1451
内核版本 6.4
架构 AMD64
版本 Pro, Pro with Media Center
语言 Chinese (Simplified, China)
编译日期 2014/9/3
版本字串 6.4.9833.0.fbl_release.140903-1451
产品密钥 Pro with Media Center: GBFNG-2X3TC-8R27F-RMKYB-JK7QT

2017年2月9日泄露,目前仍可从Windows Update下载其对应ESD。

新的特性

  • 加入反馈UWP
  • Charms边栏默认不会滑动显示,但按下Win+Shift+C或Win+C仍可见。
  • Aero Snap功能升级。
  1. 引入Snap Assist,如果有其他多个窗口存在,Snap Assist会让你选择一个占据另外一半屏幕的窗口。
  2. 支持四角分屏,可以在单个屏幕上放置四个窗口。
  3. Snap填充模式推广到桌面应用。
  4. 多显示器Snap支持,你可以在多显示器模式下实现各自的Snap功能。也就是说,每个显示器边缘各自独立,你可以在每个显示器上实现 Snap 窗口效果,这种安排可以让多显示器用户更加合理方便的安排窗口。
  • MtcUvc (新版音量切换) ,无法正常使用。

注意事项

  • Windows Update - TH

在系统设置中显示一个Windows Update测试页面。

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\UX]
"IsMusUxEnabled"=dword:00000001
  • 预览版本

这个设置会在系统设置中显示新的预览版本界面。

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsSelfHost\Applicability]
"ThresholdOptedIn"=dword:00000001
"ThresholdInternal"=dword:00000001
  • Modern Internet Explorer

下载此文件并按步骤进行。

链接:http://pan.baidu.com/s/1o7JCg90 密码:i47d

以管理员权限运行PowerShell并运行 "set-executionpolicy remotesigned",回车两次。

从当前文件夹打开PowerShell并执行ModernIE.ps1。