From eb470b968d981b33438dae56e8d6ed1f862d13e5 Mon Sep 17 00:00:00 2001 From: Belim Date: Fri, 29 Nov 2024 07:36:20 +0100 Subject: [PATCH] Update plugins_manifest.json --- plugins/plugins_manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugins_manifest.json b/plugins/plugins_manifest.json index 0127ce3..68ad195 100644 --- a/plugins/plugins_manifest.json +++ b/plugins/plugins_manifest.json @@ -15,5 +15,5 @@ "Windows Old Remover.json": "This plugin will remove the ability to roll back a PC to a previous installation of Windows.", "Force Windows Update to Windows 11 24H2.json": "Forces Windows Update to initiate the upgrade to Windows 11 version 24H2.", "Inplace Upgrade to 24H2 via Registry.json": "Sets registry keys to enable an in-place upgrade to Windows 11 version 24H2.", - "Windows 11 24H2 Upgrade (Bypass HW Checks).ps1": "Upgrades to Windows 11 version 24H2 while bypassing hardware compatibility checks. This method leverages the Windows Server variant of the Windows setup, which skips most hardware compatibility checks. It allows Windows 11 to be installed on unsupported PCs, bypassing the usual system requirements. Importantly, while the setup runs in server mode, it installs the standard Windows 11 (not the server version)." + "Windows 11 24H2 Inplace Upgrade (Server Setup).ps1": "Upgrades to Windows 11 version 24H2 while bypassing hardware compatibility checks. This method leverages the Windows Server variant of the Windows setup, which skips most hardware compatibility checks. It allows Windows 11 to be installed on unsupported PCs, bypassing the usual system requirements. Importantly, while the setup runs in server mode, it installs the standard Windows 11 (not the server version)." }