The task definition uses a deprecated feature

Q:
Getting error message The task definition uses a deprecated feature while trying to create a task to display a message in windows task scheduler.

A:
Displaying messages is deprecated  in windows 8 Task scheduler. Don't worry!!! we can get it back in few simple steps.

Launch the Task scheduler from

Start -> Apps ->  Control Panel -> System and Security -> Administrative Tools  ->Task Scheduler

Create a folder for your tasks if you have not created yet.

Click on 'Create a task' from the right side menu

Now task creator has lauched..
In general tab, give a name and description for your task.

Click on triggers and click on new. Give details of the schedule there

Click on action

Here you have a problem....!! display a message task in deprecated in windows 8. So what to do????

Select run a program itself, and give details as given below. You can replace MyMsg with anything.

 Click ok and again ok, if you dont want to give any additional conditions. Your task to display a message is done.

Thank you