Courtesy of Abbodi86
The following registry keys should be used to block the Windows 8.1 nagware for it’s end of life notification
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\EOSNotify /f /v DiscontinueEOS /t REG_DWORD /d 1
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v DiscontinueEOS /t REG_DWORD /d 1
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v RemindMeAfterEndOfSupport /t REG_DWORD /d 1
Note you can download these registry keys from this location. Click to install on your machine.
Also, click on start, then type in cmd and right mouse click and run as administrator.
Now enter the following commands:
schtasks /Change /DISABLE /TN “Microsoft\Windows\Setup\EOSNotify”
schtasks /Change /DISABLE /TN “Microsoft\Windows\Setup\EOSNotify2”
Edit by Paul T:
Commands with the correct quotes.
schtasks /Change /DISABLE /TN "Microsoft\Windows\Setup\EOSNotify" schtasks /Change /DISABLE /TN "Microsoft\Windows\Setup\EOSNotify2"
Susan Bradley Patch Lady/Prudent patcher