Windows 11 Build 26200.5516.ge prerelease im.250320-1602:修订间差异

跳转到导航 跳转到搜索
第 37 行: 第 37 行:
* “单击以执行”链接已添加到“开始”菜单的“全部”列表中。
* “单击以执行”链接已添加到“开始”菜单的“全部”列表中。


=== Miscellaneous ===
=== 其他 ===
* The <code>BypassNRO.cmd</code> script under <code>%SystemRoot%\System32\oobe</code> has been removed, which prevents the <code>oobe\bypassnro</code> command for skipping Internet connectivity and Microsoft account requirements during the [[out-of-box experience]] from working properly. The script can still be reactivated by restoring the <code>BypassNRO.cmd</code> script from earlier builds, or manually executing the following command in Command Prompt: <syntaxhighlight lang="PowerShell">reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v "BypassNRO" /t "REG_DWORD" /d "1" /f && shutdown /r /t 0</syntaxhighlight>
* 删除了<code>%SystemRoot%\System32\oobe</code> 下的 <code>BypassNRO.cmd</code> 脚本,这会阻止在[[全新安装体验]]期间跳过 Internet 连接和 Microsoft 帐户要求的 <code>oobe\bypassnro</code> 命令正常工作。仍可以通过从早期版本还原 <code>BypassNRO.cmd</code> 脚本或在命令提示符中手动执行以下命令来重新激活此脚本:
* A new {{key press|⊞ Win|C}} keyboard shortcut has been added for launching Copilot. Holding the shortcut for 2 seconds will also invoke the "press to talk" feature and start a conversation with Copilot. These changes are gradually rolled out, but can be activated manually by enabling the <code>55120546</code> velocity staging key.
<syntaxhighlight lang="PowerShell">
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v "BypassNRO" /t "REG_DWORD" /d "1" /f && shutdown /r /t 0
</syntaxhighlight>
* 添加了用于启动 Copilot 的新 {{key press|⊞ Win|C}} 键盘快捷方式。按住键盘快捷方式 2 秒钟还将调用“按下通话”功能并开始与 Copilot 对话。这些更改会逐步推出,但可以通过启用 <code>55120546</code> velocity 暂存密钥来手动激活。


== Bugfixes ==
== Bugfixes ==

导航菜单