How to disable the "Your Windows 7 PC is out of support" full screen popup
Results 1 to 2 of 2

Thread: How to disable the "Your Windows 7 PC is out of support" full screen popup

  1. #1
    Join Date
    Mar 2009
    Location
    Arkham Asylum, Cell 13
    Posts
    11,686

    How to disable the "Your Windows 7 PC is out of support" full screen popup

    https://www.ghacks.net/2019/12/12/ho...-screen-popop/

    You can also run the following command from a cmd prompt:
    REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify" /v DiscontinueEOS /t REG_DWORD /d "1" /f

  2. #2
    Join Date
    Jul 1998
    Location
    Toronto
    Posts
    25,426
    Another option:

    Seems like EOS nagware can be disabled in a simple way using taskschd.msc (Task Scheduler).

    It creates new grop (under: \Microsoft\Windows) , named ‘Setup’, which contains two tasks: ‘EOSNotify’ and ‘EOSNotify2’. By default, the latter is set to run everyday at 12 AM, starting from January, 15. They simply run ‘%windir%\System32\EOSNotify.exe’

    It can be disabled and/or deleted via command prompt:

    Disable:

    schtasks /Change /DISABLE /TN “Microsoft\Windows\Setup\EOSNotify”

    schtasks /Change /DISABLE /TN “Microsoft\Windows\Setup\EOSNotify2”

    Removal:

    schtasks /Delete /F /TN “Microsoft\Windows\Setup\EOSnotify”

    schtasks /Delete /F /TN “Microsoft\Windows\Setup\EOSnotify2”

    https://www.askwoody.com/forums/topi.../#post-2017590

    VirtualDr email notices are not working.
    Check back regularly for responses.

    _____________________
    cat lovers click here

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •