Hi,
Try the following workaround.
Firstly, create a folder in the root of your system drive and name it
'UserTaskMessages'. Next, use 'Notepad' to create your message and save it in
this folder with a meaningful filename. Keep this folder open for reference
purposes whilst you create your task.
Open 'Task scheduler'. In the left hand panel click to highlight 'Task
Scheduler Library' and in the 'Actions' panel click 'Create Basic Task...'.
The 'Create Basic Task Wizard' opens on the 'Create a Basic Task' page. In
the text box next to 'Name:', give your task a unique name, for example
'Test'. In the text box next to 'Description:' you can enter an optional
description for your task, for example the filename of the desired message.
Click 'Next >'.
The 'Task Trigger' page appears. Under 'When do you want the task to
start?', click 'One time' and then click 'Next >'. This is for testing
purposes.
The 'One Time' dialogue page appears. Add 2 or 3 minutes to the time shown
and then click 'Next >'. Remember that this is for testing purposes - you can
amend the schedule by following the instructions later on in this post.
The 'Action' dialogue page appears. Under 'What action do you want the task
to perform?', you might think that the correct option is 'Display a message'
but in fact the correct one is 'Start a program' (default). Click 'Next >'.
The 'Start a Program' dialogue appears. Here you can enter the required
parameters as follows. In the text box under 'Program/script:' enter
'C:\Windows\System32\notepad.exe'. In the text box next to 'Add arguments
(optional):', enter the filename of the desired message that you created
earlier. In the 'Start in (optional):' text box, enter the path to the folder
you created earlier, in this case 'C:\UserTaskMessages'. Click 'Next >'.
The 'Summary' page appears. Here you can review the information that you
entered. If you wish to change anything, you can click '< Back' to go back to
the relevant page to amend it. When you are happy with the settings, you can
click 'Finish' on this page.
The task will execute at the set time and the message will appear on top of
any other open windows. Once you are satisfied that the task works, you can
amend the schedule so that it executes at the desired time.
To do this, right click on the task and select 'Properties'. The properties
page for the task will open in the 'General' tab. Click on the 'Triggers'
tab, highlight the current trigger and then click 'Edit...'. The 'Edit
Trigger' dialogue will open. Here you can amend the schedule for your task.
Click 'OK' twice to close the properties dialogues and then close the 'Task
Scheduler' and the 'UserTaskMessages' folder.
Your task will execute according to your set schedule, and the message will
appear on top of any other open windows.
Apologies for the length of this post, but I wanted to make it as clear as
possible for you.
Dwarf