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

Windows 10:10.0.9918.0.fbl awesome1501.150107-2124:修订间差异

来自BetaWorld 百科
跳转到导航 跳转到搜索
(minor fix)
无编辑摘要
 
(未显示2个用户的3个中间版本)
第1行: 第1行:
{{NavBar|[[Windows 桌面操作系统]] > [[Windows 10]] > '''10.0.9918.0.fbl_awesome1501.150107-2124'''}}
{{DISPLAYTITLE:Windows 10:10.0.9918.0.fbl_awesome1501.150107-2124}}
{{ Infobox Buildinfo
{{NavBar|[[Windows桌面操作系统]] > [[Windows 10]] > '''10.0.9918.0.fbl_awesome1501.150107-2124'''}}
|image = 9918.0_version.png
{{Infobox Buildinfo
|imagecaption = Windows 10 v1507 10.0.9918.0.fbl_awesome1501.150107-2124
|image=9918.0_version.png
|kernel = 10.0
|imagecaption=Windows 10 10.0.9918.0.fbl_awesome1501.150107-2124
|arch = x64, x86
|kernel=10.0
|sku = China; Core; Enterprise; Pro; Pro with Media Center; Single Language
|arch=AMD64, x86
|language = Chinese (Simplified, PRC); English (United Kingdom); English (United States); Portuguese (Brazil)
|sku=China, Core, Enterprise, Pro, Pro with Media Center, Single Language
|bios = 2015/1/8
|language=Chinese (Simplified, China), English (United Kingdom), English (United States), Portuguese (Brazil)
|string = 10.0.9918.0.fbl_awesome1501.150107-2124
|compiledate=2015/1/7
|key =
|string=10.0.9918.0.fbl_awesome1501.150107-2124
}}
}}
2015 年 1 月 12 日通过快速渠道推送(仅限 Build 9901),但由于 9901 的 Update Bug,无法接收推送。
2015年1月12日通过快速渠道推送(仅限Build 9901),但由于9901的Update Bug,无法接收推送。2015年1月28日泄露。
2015 年 1 月 28 日泄露。
 
== 新的特性 ==
==新的特性==
* 引入 DirectX 12。
* 引入DirectX 12。
* Cortana 小娜具有新的外观。
* Cortana小娜具有新的外观。
* '''更多特性请查看注意事项。'''
 
==注意事项==
==注意事项==
* '''Edge 模式'''
* '''虚拟机需使用EFI引导'''
在 Internet Explorer 的地址栏输入“about:flags”进入测试功能页面开启 Edge 模式浏览。
 
* '''Windows Default Lock Screen'''
* Edge模式
包含一个新的默认应用程序,已在 Windows Phone 上作为 Beta 应用程序引入。
在Internet Explorer的地址栏输入<code>about:flags</code>进入测试功能页面开启Edge模式浏览。


执行以下命令运行:
* 打印对话框
<pre>
运行以下命令:
explorer.exe shell:AppsFolder\Microsoft.WindowsDefaultLockScreen_8wekyb3d8bbwe!LockApp
<syntaxhighlight lang="batch">
</pre>
* '''打印对话框'''
执行以下命令运行:
<pre>
explorer.exe shell:AppsFolder\Windows.PrintDialog_cw5n1h2txyewy!Microsoft.Windows.PrintDialog
explorer.exe shell:AppsFolder\Windows.PrintDialog_cw5n1h2txyewy!Microsoft.Windows.PrintDialog
</pre>
</syntaxhighlight>
* '''云体验主机'''
 
执行以下命令运行:
* Cloud Experience Host
<pre>
运行以下命令:
<syntaxhighlight lang="batch">
explorer.exe shell:AppsFolder\Microsoft.CloudExperienceHost_8wekyb3d8bbwe!App
explorer.exe shell:AppsFolder\Microsoft.CloudExperienceHost_8wekyb3d8bbwe!App
</pre>
</syntaxhighlight>
* '''新版登录界面'''
 
将最后一位改为 0 来禁用或 1 来启用。导入后重启 explorer。
* Windows Shell Experience Host
<pre>
运行以下命令:
<syntaxhighlight lang="batch">
start-menu://test
</syntaxhighlight>
显示屏幕一段时间然后关闭,之后会显示错误。
 
* 新版锁屏及登录界面
将最后一位改为<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>
* '''新版音量控制'''
 
<pre>
* 新版音量控制
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MTCUVC]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MTCUVC]
"EnableMtcUvc"=dword:00000001
"EnableMtcUvc"=dword:00000001
</pre>
</syntaxhighlight>
* '''新版时钟和日历'''
 
<pre>
* 新版时钟和日历
<syntaxhighlight lang="registry">
Windows Registry Editor Version 5.00
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell]
"UseWin32TrayClockExperience"=dword:00000000
"UseWin32TrayClockExperience"=dword:00000000
</pre>
</syntaxhighlight>
* '''启用开始屏幕和 Build 9841 的开始菜单'''
您可以通过导入注册表返回到先前的开始菜单。
 
禁用新的 XAML 开始菜单后,你还可以返回到开始屏幕。
 
将其设置为 0 可取消激活。
 
将其设置为 1 以激活。
<pre>
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableXamlStartMenu"=dword:00000000
</pre>

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

9918.0 version.png
Windows 10 10.0.9918.0.fbl_awesome1501.150107-2124
内核版本 10.0
架构 AMD64, x86
版本 China, Core, Enterprise, Pro, Pro with Media Center, Single Language
语言 Chinese (Simplified, China), English (United Kingdom), English (United States), Portuguese (Brazil)
编译日期 2015/1/7
版本字串 10.0.9918.0.fbl_awesome1501.150107-2124

2015年1月12日通过快速渠道推送(仅限Build 9901),但由于9901的Update Bug,无法接收推送。2015年1月28日泄露。

新的特性

  • 引入DirectX 12。
  • Cortana小娜具有新的外观。

注意事项

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

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

  • 打印对话框

运行以下命令:

explorer.exe shell:AppsFolder\Windows.PrintDialog_cw5n1h2txyewy!Microsoft.Windows.PrintDialog
  • Cloud Experience Host

运行以下命令:

explorer.exe shell:AppsFolder\Microsoft.CloudExperienceHost_8wekyb3d8bbwe!App
  • Windows Shell Experience Host

运行以下命令:

start-menu://test

显示屏幕一段时间然后关闭,之后会显示错误。

  • 新版锁屏及登录界面

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

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\TestHooks]
"Threshold"=dword:00000001
  • 新版音量控制
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MTCUVC]
"EnableMtcUvc"=dword:00000001
  • 新版时钟和日历
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell]
"UseWin32TrayClockExperience"=dword:00000000