How to block Windows 11 24H2 if it is already downloading

For those navigating the complexities of Windows 11 updates, particularly the controversial 24H2 version, there are practical steps to take if you find yourself in the midst of an unwanted download. The wushowhide tool serves as a reliable ally in this endeavor. By simply clicking Next and selecting Hide updates, users can easily choose Windows 11 24H2 from the list, proceed with Next, and close the tool to halt the update’s progress. To ensure it doesn’t resurface, adjustments to the OS policies via the Group Policy editor are recommended.

The launch of Windows 11 24H2 on October 1 last year was met with considerable backlash, as users of the 23H2 version expressed a desire to remain on their current setup until Microsoft addresses the myriad of issues plaguing the update. From game launch failures to malfunctioning applications, the list of grievances is extensive. Notably, features like Auto-HDR have caused widespread frustration among gamers with compatible displays. Adding to the concern, Microsoft has indicated that the 24H2 update will automatically install on compatible hardware, raising the stakes for users who prefer to delay the transition.

Block Windows 11 24H2 Update From Installing

As Microsoft continues to lift upgrade blocks for Windows 11 24H2, users may find the update downloading without their explicit consent. Fortunately, there remains a window of opportunity to prevent installation, as a reboot is necessary to apply changes. Users can take the following steps to remove downloaded files from the software distribution folder:

  1. Open the Command Prompt with administrator rights.
  2. Execute the following commands to halt update-related services:
    net stop wuauserv 
    net stop bits
  3. Delete the contents of the Software Distribution folder:
    del /f /s /q %windir%SoftwareDistributionDownload*
  4. Minimize the Command Prompt window.
  5. Download the wushowhide tool from the designated Discord server and run the .cab file to initiate the dialog box.
  6. Click Next and select Hide updates.
  7. Choose Windows 11, 24H2 version from the list and click Next.
  8. Close the tool window.
  9. Return to the Command Prompt and restart the update-related services with:
    net start wuauserv 
    net start bits

How to block Windows 11 24H2 update using Group Policy editor

For users whose systems are still under compatibility blocks, the Group Policy Editor can be a useful tool to prevent the installation of Windows 11 24H2. Here’s how to navigate this process:

  1. Search for gpedit.msc in the Start menu and launch the utility.
  2. Follow this path to access the relevant settings: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. Double-click on the Select the target Feature Update version policy.
  4. Enable the policy and enter 23H2 in the Target Version for future updates field.
  5. Click Apply and then OK.
  6. Exit the Group Policy Editor and restart your PC to implement the changes.

Prevent Windows 11 2024 Update using Registry Editor

For those using the Home edition of Windows 11, which lacks the Group Policy Editor, registry modifications can serve as an alternative method to block the 24H2 update. Prior to making any changes, it’s prudent to create a system restore point and back up your registry. Follow these steps:

  1. Open the registry editor and navigate to: HKEYLOCALMACHINESoftwarePoliciesMicrosoftWindows.
  2. Right-click on Windows Update, select New > String Value, and name it Product Release. Set the value to Windows 11.
  3. Create another string value named TargetReleaseVersionInfo and set its value to 23H2.
  4. Finally, create a DWORD (32-bit) Value named TargetReleaseVersion and set its value to 1.
  5. Close the Registry Editor and restart your PC to apply the changes.

By following these steps, users can effectively block the Windows 11 24H2 update from installing on their systems. However, it’s essential to consider that remaining on Windows 11 23H2 indefinitely may not be advisable, as support for this version is set to retire in November 2025. Users should be prepared to revert their changes to receive future updates when the time comes.

Winsage
How to block Windows 11 24H2 if it is already downloading