Windows 10:10.0.9925.0.fbl awesome1501.150116-2110:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
 
第12行: 第12行:
}}
}}
2015年1月28日泄露。
2015年1月28日泄露。
==新的特性==
* '''更多特性请查看注意事项。'''


==注意事项==
==注意事项==
* '''Edge模式'''
* Edge模式
在Internet Explorer的地址栏输入“about:flags”进入测试功能页面开启Edge模式浏览。
在Internet Explorer的地址栏输入<code>about:flags</code>进入测试功能页面开启Edge模式浏览。
* '''Windows Default Lock Screen'''
包含一个新的默认应用程序,已在Windows Phone上作为Beta应用程序引入。


执行以下命令运行:
* 打印对话框
<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>