如果您在不受支持的硬件上运行 Windows 11,则较新的操作系统版本将在屏幕左下角显示“未满足系统要求”水印。
如果您在虚拟机中使用操作系统,这可能不是问题。但对于大多数人来说,水印可能会让人感到厌烦。幸运的是,您可以通过注册表破解和组策略编辑器删除未满足系统要求的水印。
Microsoft Windows 11 比其前身有更严格的硬件要求。如果您的系统不满足最低系统要求(包括 TPM 2.0),安装将突然停止。
但是,问题随之而来,有许多解决方法可以让您绕过限制并在不受支持的硬件上安装 Windows 11。
虽然微软最初允许在不受支持的硬件上安装,并警告用户存在安全问题和缺乏未来更新,但现在决定添加永久水印,以提醒用户他们的系统不受支持。 “设置”应用程序中也可能会出现类似的消息。
如果您在 PC 上看到“系统要求未满足”水印,可以通过修改 DWORD 来将其删除注册表编辑器中的值。
由于修改 Windows 注册表涉及风险,因此在使用注册表编辑器进行任何更改之前创建一个还原点。
按照以下步骤删除 Windows 11 中的“未满足系统要求”水印:
HKEY_CURRENT_USER\Control Panel\UnsupportedHardwareNotificationCache
如果您没有 UnsupportedHardwareNotificationCache 键,则必须创建一个新键并设置其值。为此:
水印可能会在新的更新中重新出现。因此,您必须在安装更新后重复这些步骤,以保持桌面干净。
您可以使用组策略编辑器关闭 Windows 11 中的“系统要求未满足”消息。要实现此目的,我们需要修改“当 Windows 系统要求不满足时隐藏消息”组策略并将其设置为启用。
仅 Windows 11 专业版、企业版和教育版默认安装本地组策略编辑器。如果运行家庭版,请按照以下步骤在 Windows Home 中启用组策略编辑器。
使用 GPedit 关闭系统要求而非消息:
<code class="hljs xml">Local Computer Policy > Computer Configuration > Administrative Templates > System</code>
Now, you need to restart your computer to apply the changes. After the restart, the "minimum system requirements are not met message" will not be displayed on the desktop.;
If you need to revert the changes, open the Hide messages when Windows system requirements are not met policy again and set it to Not Configured.
If you have bypassed the TPM secure boot requirement to install Windows 11, you will likely see the System requirement not met watermark on your PC. Fortunately, you can remove the watermark by modifying a Windows registry entry or configuring a group policy using GPedit.
以上是如何删除 Windows 11 中的'未满足系统要求”水印的详细内容。更多信息请关注PHP中文网其他相关文章!