To disable the notifications for upgrading to Windows 11 on a PC running Windows 10 Home, you can try the following steps:
- Group Policy Editor: While Windows 10 Home does not include the Group Policy Editor by default, you might be able to access similar settings through the Registry Editor. However, be cautious when modifying the registry.
- Registry Modification: If you want to try disabling the notifications through the registry, you can create the necessary keys manually:
- Open the Registry Editor by typing
regeditin the Run dialog (Win + R). - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate. - If the
WindowsUpdatekey does not exist, you can create it. Right-click onWindows, select New > Key, and name itWindowsUpdate. - In the
WindowsUpdatekey, create a new DWORD (32-bit) value namedDisableOSUpgradeand set its value to1.
- Open the Registry Editor by typing
- Task Scheduler: You mentioned Task Scheduler, and while you may not see specific tasks related to EOS notifications, you can check for any scheduled tasks that might be related to Windows Update and disable them if necessary. Look under
Task Scheduler Library > Microsoft > Windows > Setup. - Windows Update Settings: Additionally, you can check your Windows Update settings to ensure that automatic updates are configured according to your preferences. However, this may not completely eliminate the notifications.
- Third-party Tools: Some users opt for third-party tools that can help manage Windows Update notifications, but use these with caution as they can sometimes lead to unintended consequences.
Please note that modifying system settings can have unintended effects, so proceed with caution and consider backing up your system before making changes.