"Fred B." <> wrote in message
news:A6975BD3-E231-42C5-9EAF-...
> Hi,
>
> Once created, is there a way to rename a scheduled task, or does a "new"
> task have to be created with the desired name?
>
>
> Thanks
The option appears to be missing.
You could right-click the task and export it as .xml, and then rename the
..xml file, and reimport it , by right-clicking a folder in the left pane.
Alternatively you could delete the recreate the task via scripting
eg 'schtasks' for batch file, or ProgID "Schedule.Service" using VBScript
/JScript
Start > cmd > schtasks /?
--
Jon
|