第17行: |
第17行: |
| 2015 年 7 月 28 日作为 Windows 10 v1507 的正式版发布<ref>[https://blogs.windows.com/windowsexperience/2015/07/28/windows-10-free-upgrade-available-in-190-countries-today/ Windows 10 Free Upgrade Available in 190 Countries Today | Windows Insider Blog]</ref>。 | | 2015 年 7 月 28 日作为 Windows 10 v1507 的正式版发布<ref>[https://blogs.windows.com/windowsexperience/2015/07/28/windows-10-free-upgrade-available-in-190-countries-today/ Windows 10 Free Upgrade Available in 190 Countries Today | Windows Insider Blog]</ref>。 |
| | | |
− | Windows 10 v1507 的 RTM 。 | + | 此版本为 Windows 10(初始版本)的正式版本。相比 [[Windows 10:10.0.10176.16384.th1.150705-1526|Build 10176]] 变化不大,但相比[[Windows 10:10.0.10166.0.fbl_impressive.150703-1818|最后一个 Threshold 1 预览版本]],此版本移除了水印,并增强了系统稳定性,版本分支从<code>fbl_impressive</code>切换到了<code>th1</code>。 |
| + | |
| + | 2022 年 9 月 20 日,在微软公共符号服务器上发现了 ARM32 版本的系统文件。 |
| + | |
| + | ==发现== |
| + | ===黑暗模式=== |
| + | 导入以下注册表并重启电脑,注意该功能不适用于家庭版。 |
| + | <syntaxhighlight lang="registry"> |
| + | Windows Registry Editor Version 5.00 |
| + | |
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize] |
| + | "AppsUseLightTheme"=dword:00000000 |
| + | |
| + | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize] |
| + | "AppsUseLightTheme"=dword:00000000 |
| + | </syntaxhighlight> |
| + | ===旧版 Windows 遗留=== |
| + | 由于来自预览体验版本或 Windows 8.1 等更早 Windows 版本的源代码未完全清理,一些旧的功能能通过某些特殊方法打开。 |
| + | ====Windows 8.x Charm 栏搜索功能<ref>https://www.askvg.com/did-you-know-windows-8-search-everywhere-feature-still-works-in-windows-10/</ref>==== |
| + | 在运行窗口里输入<code>rundll32 -sta {C90FB8CA-3295-4462-A721-2935E83694BA}</code>即可打开。 |
| + | ====Windows 8.1 式开始屏幕==== |
| + | MetroFetro 曾经在他的油管频道发布过关于在 Windows 10 1507 x86 开启 Windows 8.1 开始屏幕的方法,并包含了修改过的 <code>shell32.dll</code> 和 <code>twinui.dll</code> 和一个注册表项(用于开启旧版开始屏幕)<ref>https://www.youtube.com/watch?v=cT4SrOqutxg</ref>。后来他发布了 x64 版本替换所需要的文件,但是实装后这一版开始屏幕存在很多问题。 |
| + | ====Windows 8.1 任务栏跳转列表==== |
| + | 替换一个旧版的 <code>SHCore.dll</code>,会把任务栏跳转列表替换为旧版。同期的 [[Windows Server 2016]] 内部版本也可以实现这个功能。 |
| + | ====Builds 98xx 式通知中心(已经部分损坏)==== |
| + | 在 AskVG 上发现开启方法<ref>https://www.askvg.com/collection-of-windows-10-hidden-secret-registry-tweaks</ref>。 |
| + | <syntaxhighlight lang="registry"> |
| + | Windows Registry Editor Version 5.00 |
| + | |
| + | [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell] |
| + | "UseActionCenterExperience"=dword:00000001 |
| + | </syntaxhighlight> |
| + | ====控制面板遗留==== |
| + | * 虽然 Windows 10 已经默认通知区域图标设置界面移动到了设置应用,但是在运行窗口输入<code>explorer.exe shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}</code>也可以在控制面板打开对应页面。此功能直到 [[Windows 11]] 依然可用。{{黑幕|看来微软不准备把控制面板给砍了啊}} |
| + | * 控制面板里的个性化设置 |
| + | ** 桌面壁纸:运行<code>explorer.exe shell:::{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921} -Microsoft.Personalization\pageWallpaper</code> |
| + | ** 颜色与外观:运行<code>control color</code>或<code>explorer.exe shell:::{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921} -Microsoft.Personalization\pageColorization</code> |
| + | |
| | | |
| ==相关新闻== | | ==相关新闻== |