Windows 10 expired banner

Maybelle53

New member
Joined
Feb 19, 2025
Messages
3
Reaction score
0
Hi. I have 2 hard drives, one with Windows 11 and one with Windows 10. How can I get rid of the Windows 10 constant support ended banner?
 

Xploit Machine

私の人生の中で孤独な旅人
Administrator
Joined
Nov 29, 2022
Messages
1,325
Reaction score
119
Powershell Method

Open PowerShell as an administrator.
Run the following commands:
  • Get-ScheduledTask -TaskName "EOSNotify*" | Disable-ScheduledTask
  • Get-ScheduledTask -TaskName "GWX*" | Disable-ScheduledTask
or

Modify the Windows Registry

  • Press the Windows key + R to open the Run dialog box.
  • Type regedit and press Enter to open the Registry Editor.
  • Navigate to the following key (you can paste the path into the Registry Editor navigation bar): HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\Notify
  • If the Notify key does not exist under WindowsUpdate, right-click the WindowsUpdate folder, select New > Key, and name it Notify.
  • Inside the Notify key, right-click on the right pane and select New > DWORD (32-bit) Value.
  • Name the new value DiscontinueEOS and set its Value data to 1.
  • Close the Registry Editor and restart your PC for the changes to take effect.
 

Vote:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top