Apparently Microsoft is killing off the ability for all third party apps to move the Task Bar in 24H2.
They want to force the entire world to have the task bar AT THE BOTTOM OF THE SCREEN ONLY DAMMIT! No one knows very than a Microsoft product manager how we should be using Windows.
I have prevented my Win 11 system from updating to 24H2 when it rolls out, while also continuing to allow security updates.
Here's ChatGPT instructions on how to do this.
To specifically stop the Windows 11 24H2 update and beyond while allowing other updates, you can use the Local Group Policy Editor and the Registry Editor to target the current Windows version and prevent feature updates beyond it. Here are the steps:
Using Local Group Policy Editor
- **Open the Local Group Policy Editor**:
- Press
Win + Rto open the Run dialog.- Type
gpedit.mscand press Enter.
- **Navigate to Windows Update for Business Settings**:
- In the Local Group Policy Editor, navigate to
Computer Configuration>Administrative Templates>Windows Components>Windows Update>Windows Update for Business.
- **Select when Feature Updates are Received**:
- Double-click on
Select when Preview Builds and Feature Updates are received.- Select
Enabled.
- **Configure Deferral Settings**:
- Under "Options", choose the
Semi-Annual Channel.- In the
After a feature update is released, defer receiving it for this many daysbox, enter the maximum value (365 days). This will delay the installation of feature updates like 24H2 for up to a year, giving you time to manage the update process manually.- Click
Apply, thenOK.Using the Registry Editor
- **Open the Registry Editor**:
- Press
Win + Rto open the Run dialog.- Type
regeditand press Enter.
- **Navigate to Windows Update Registry Key**:
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate.
- **Create and Set TargetReleaseVersion**:
- Right-click on
WindowsUpdate, selectNew, thenDWORD (32-bit) Value.- Name it
TargetReleaseVersion.- Double-click
TargetReleaseVersionand set the value to1.
- **Create and Set TargetReleaseVersionInfo**:
- Right-click on
WindowsUpdateagain, selectNew, thenString Value.- Name it
TargetReleaseVersionInfo.- Double-click
TargetReleaseVersionInfoand set the value to the version you want to stay on. For example, if you want to stay on Windows 11 22H2, set the value to22H2.Confirming Your Settings
- **Check for Updates Manually**:
- Go to
Settings>Windows Update.- Click on
Check for updatesto ensure that your device is not downloading feature updates beyond the targeted version.Additional Tips
- **Regularly Monitor Updates**:
- Regularly check for updates to ensure that only the desired updates (security and quality updates) are being installed.
- Review the update history periodically to ensure no feature updates have been applied inadvertently.
- **Use Windows Update Troubleshooter**:
- If you encounter issues, you can use the Windows Update Troubleshooter to resolve common problems with Windows Update.
By following these steps, you can effectively prevent Windows 11 24H2 and beyond updates while allowing necessary security and quality updates to continue.
Thank you so very much! I'm going to do this on every Windows 11 system here.