|
I've found a tip that describes how to do this courtesy of the folks at the JSI FAQ site. The tip is a batch file that can be run from Startup batch fileto suppress the Automatic Update reboot warnings.
To the best of my knowledge, the message itself cannot be customized, but I imagine you could put a pop-up notice in this script of some kind without too much difficulty. For instance, the first lines of the script could be an ECHO message that provides the needed text, followed by a PAUSE command to wait for user input.
|