Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 31, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 31, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 31, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 31, 2025

      Windows 11 version 25H2: Everything you need to know about Microsoft’s next OS release

      May 31, 2025

      Elden Ring Nightreign already has a duos Seamless Co-op mod from the creator of the beloved original, and it’ll be “expanded on in the future”

      May 31, 2025

      I love Elden Ring Nightreign’s weirdest boss — he bargains with you, heals you, and throws tantrums if you ruin his meditation

      May 31, 2025

      How to install SteamOS on ROG Ally and Legion Go Windows gaming handhelds

      May 31, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Oracle Fusion new Product Management Landing Page and AI (25B)

      May 31, 2025
      Recent

      Oracle Fusion new Product Management Landing Page and AI (25B)

      May 31, 2025

      Filament Is Now Running Natively on Mobile

      May 31, 2025

      How Remix is shaking things up

      May 30, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Windows 11 version 25H2: Everything you need to know about Microsoft’s next OS release

      May 31, 2025
      Recent

      Windows 11 version 25H2: Everything you need to know about Microsoft’s next OS release

      May 31, 2025

      Elden Ring Nightreign already has a duos Seamless Co-op mod from the creator of the beloved original, and it’ll be “expanded on in the future”

      May 31, 2025

      I love Elden Ring Nightreign’s weirdest boss — he bargains with you, heals you, and throws tantrums if you ruin his meditation

      May 31, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»How to block Windows 11 24H2 if it is already downloading

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

    February 13, 2025

    To block Windows 11 24H2 when it is already downloading, you can use the wushowhide tool. In the tool, click Next and select Hide updates. Choose Windows 11 24H2 from the list, click Next, and close the tool. To prevent it from installing again, modify the OS policies using the Group Policy editor.

    Windows 11 24H2 had the worst launch last year on October 1, and 23H2 users want to stay until Microsoft fixes the problems with the update. From game launch issues to broken apps and features, there’s rarely an issue that the Windows 11 24H2 update lacks.

    Some of them are isolated incidents, while broken features like Auto-HDR affect a lot of gamers who have a compatible display. On top of it, Microsoft has confirmed that it will auto install Windows 11 24H2 on compatible hardware, which is a bold move because it means we could see some devices installing the update without your permission.

    It isn’t surprising that users want to avoid Windows 11 24H2 until it becomes more stable. But what if your Windows 11 PC has already downloaded or is downloading the update? Is there a way to avoid it and stay on Windows 11 23H2 without rolling back or doing a clean install? We’ll try to answer all these questions in this post. Let’s begin.

    Block Windows 11 24H2 Update From Installing

    Microsoft has been removing the Windows 11 24H2 upgrade blocks introduced after several reported issues were resolved. As a result, you might see the update automatically.

    If you checked for updates and Windows 11 24H2 is downloading without confirmation, it will still need a reboot to apply the changes, so you have the chance to stop it from installing.

    You can remove the downloaded files from the software distribution folder to avoid this. Here’s how:

    1. Launch the Command Prompt with administrator rights.
    2. Type and execute the following code to stop the update-related services:
      net stop wuauserv 
      
      net stop bits
    3. Now, remove the Software Distribution folder, which contains 24H2 update-related files:
      del /f /s /q %windir%SoftwareDistributionDownload*
    4. Minimize the window.
      stopping update services and deleteing 24h2 update files in windows 11 23h2
    5. Now, download the wushowhide tool from our Discord server (look under attachments channel). It’s a deprecated utility to show or hide updates in Windows OS. Run the .cab file to launch the dialog box.
    6. Click Next and select the Hide updates option.
      Hiding Windows 11 24H2 update using wushowhide tool
    7. Select the Windows 11, 24H2 version option from the list and click Next.
      Forcing Windows 11 24H2 to hide
    8. Close the tool window.
    9. Revisit the Command Prompt window and execute the following command to restart the update-related services:
      net start wuauserv 
      
      net start bits

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

    If you don’t see the Windows 11 24H2 update offered via the settings, it’s probably because your PC is still facing a compatibility block. Microsoft won’t offer Windows 11 24H2 until that problem goes away, and you can use Group Policy Editor to stay on Windows 11 23H2.

    To prevent Windows 11 24H2 from installing, use these steps in Group Policy:

    Hostinger
    1. Search for gpedit.msc in the Start menu and launch the utility.
    2. Navigate to the Manage updates offered from Windows Update entry using the following path:
    3. Computer Configuration > Administrative Templates > Windows Components > Windows Update
      Block Windows 11 24H2 update using Group Policy Editor
    4. Double-click on the Select the target Feature Update version policy.
      Select the policy to block Windows 11 24H2 installation
    5. Set it to enabled and type 23H2 in the Target Version for future updates field.
      Configuring policy to block 24h2 update and stay on 23H2
    6. Click on Apply and then click OK.
    7. Exit the GPE and restart your PC to apply changes.

    Prevent Windows 11 2024 Update using Registry Editor

    Microsoft doesn’t offer Group Policy Editor in the Home edition. But there’s a way around it.

    Group Policy Editor simply acts as a GUI interface to make changes to the system registry.

    If you don’t have it, you can modify some registry entries to get it done and block the Windows 11 24H2 update. But before doing that, create a system restore point and export a registry backup to a USB drive.

    Then, repeat the following steps:

    1. Launch the registry editor and paste the following path in the address bar:
      HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindows
    2. Right-click on Windows Update, select New > String Value, and name it Product Release. Double-click on it and type Windows 11 in the Value Data field.
      Block Windows 11 24H2 using Registry Editor ProductVersion value
    3. Next, right-click on the right pane, select New > String Value, and name it TargetReleaseVersionInfo. Double-click on it and type 23H2 in the Value Data field.
      Set target release in Windows Registry Editor
    4. Lastly, open the right-click context menu, select New > DWORD (32-bit) Value, and name it TargetReleaseVersion. Double-click on it and type 1 in the Value Data field.
      Target release version in Windows 11
    5. Close the Registry Editor and restart your PC to apply the changes.

    So, this is how you can block Windows 11 24H2 from installing on your Windows 11 PC.

    We won’t advise you to stay on Windows 11 23H2 after November 2025 because it will retire that month. Delete these registry entries or revert the policy changes to receive the Windows 11 24H2 update offer again.

    The post How to block Windows 11 24H2 if it is already downloading appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleMicrosoft to make app downloads faster on Windows 11 with Winget PowerToys plugin
    Next Article Microsoft Edge experiments with a built-in video recorder on Windows 11

    Related Posts

    News & Updates

    Windows 11 version 25H2: Everything you need to know about Microsoft’s next OS release

    May 31, 2025
    News & Updates

    Elden Ring Nightreign already has a duos Seamless Co-op mod from the creator of the beloved original, and it’ll be “expanded on in the future”

    May 31, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    I forced myself to play ranked in Call of Duty: Warzone to see if it’s as miserable as everyone says it is — you might not be surprised by what I found

    News & Updates

    U.S. Department of Justice Alleges Cybersecurity Failings By Georgia Tech

    Development

    CVE-2025-4991 – “3DEXPERIENCE Collaborative Industry Innovator Stored XSS”

    Common Vulnerabilities and Exposures (CVEs)

    Magento Development With Vue.js and React.js

    Development

    Highlights

    Development

    The Caregivers’ Journey, Part 1: Guidance

    July 10, 2024

    The facts and figures about caregivers — family members and friends who provide care and…

    Oh Liberty: Helldivers 2 just lost Angel’s Venture to the Illuminate and the Meridia black hole, and now the aliens are sending it right at Super Earth

    February 13, 2025

    State-Sponsored Hackers Weaponize ClickFix Tactic in Targeted Malware Campaigns

    April 17, 2025

    Exporting Test Cases with Attachments?

    November 13, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.