A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Yes, a script (batch file or powershell) to update the registry entry is still working to suppress the "nag" banner.
To use the batch file from task scheduler, use entries similar to this for the task:
Action: Start a program
Program/script: c:\windows\system32\cmd.exe
Add arguments: /c "[Drive_and_Path_to_Your_Batch_File]\filename.bat"
( do not include the two brackets, [], just the drive and path to your batch file )
Also be sure to select the "Run with highest privileges" option for the task.