Windows 11 Build 26120.6772.ge release svc betaflt im.251001-1709:修订间差异

跳转到导航 跳转到搜索
第 23 行: 第 23 行:
针对对各种 Win32 文件操作对话框(复制/粘贴、删除、确认等)的深色模式支持,此功能在先前的 [[Windows 11 Build 26120.5751.ge_release_svc_betaflt_prod1.250808-1451|Build 26120.5751]] 中实现,并逐步推出。可以通过启用 {{code|49453572}}、{{code|49453572}}、{{code|57857165}} 和 {{code|57994323}} [[velocity]] 暂存密钥手动激活。
针对对各种 Win32 文件操作对话框(复制/粘贴、删除、确认等)的深色模式支持,此功能在先前的 [[Windows 11 Build 26120.5751.ge_release_svc_betaflt_prod1.250808-1451|Build 26120.5751]] 中实现,并逐步推出。可以通过启用 {{code|49453572}}、{{code|49453572}}、{{code|57857165}} 和 {{code|57994323}} [[velocity]] 暂存密钥手动激活。


=== Out-of-box experience ===
=== 全新安装体验 ===
* A new {{code|SetSAMFolderName}} registry string has been implemented for changing the name of default user folder during [[OOBE]]. It can be acheived by executing <syntaxhighlight lang="PowerShell">reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\UserOOBE" /v "SetSAMFolderName" /t "REG_SZ" /d "%NAME%" /f && shutdown /r /t 0</syntaxhighlight> or <syntaxhighlight lang="text">%SystemRoot%\System32\oobe\SetDefaultUserFolder.cmd %NAME%</syntaxhighlight>(where {{code|%NAME%}} is the user defined name) in an elevated Command Prompt window.
* 实现了一个新的 {{code|SetSAMFolderName}} 注册表字符串,用于在 [[OOBE]](全新安装体验)期间更改默认用户文件夹的名称。可以通过在提升权限的命令提示符窗口中执行以下操作实现:
* Starting from this build, the {{code|start ms-cxh:localonly}} command to show the [[Windows 10]]-style OOBE for local account creation is no longer effective.
<syntaxhighlight lang="PowerShell">reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\UserOOBE" /v "SetSAMFolderName" /t "REG_SZ" /d "%NAME%" /f && shutdown /r /t 0</syntaxhighlight>
<syntaxhighlight lang="text">%SystemRoot%\System32\oobe\SetDefaultUserFolder.cmd %NAME%</syntaxhighlight>(其中 {{code|%NAME%}} 为用户自定义的名称)。
* 从此版本开始,使用 {{code|start ms-cxh:localonly}} 命令显示用于本地帐户创建的 [[Windows 10]] 风格 OOBE 的功能不再有效。


=== Click to Do ===
=== Click to Do ===

导航菜单