Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Can a Scheduled Task be renamed?

Reply
Thread Tools Display Modes

Can a Scheduled Task be renamed?

 
 
Fred B.
Guest
Posts: n/a

 
      05-03-2007
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

 
Reply With Quote
 
 
 
 
Jon
Guest
Posts: n/a

 
      05-03-2007
"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

 
Reply With Quote
 
Fred B.
Guest
Posts: n/a

 
      05-03-2007
Thanks .......

Now I have a starting point, which I didn't have before.


Regards
 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      05-03-2007
"Fred B." <> wrote in message
news:02EF4465-F584-4F81-96FF-...
> Thanks .......
> Now I have a starting point, which I didn't have before.
>
>
> Regards


yw..

One odd thing I just noticed is that if you rename the task by opening up

C:\Windows\System32\Tasks\

and try simply renaming the task in the relevant subfolder, then the task
disappears from Task Scheduler (upon reopening). If you rename it back again
it reappears. This is despite the fact that the task itself appears to be in
plain text format - you can open it up in Notepad /. Wordpad to see the xml.
Possibly another security feature in Vista.

Not that that helps at all with your problem, but thought it was
interesting.

--
Jon

 
Reply With Quote
 
Fred B.
Guest
Posts: n/a

 
      05-03-2007
Thanks again,

Exporting 5 tasks to .XML, renaming, and importing took about 10 minutes.

Simple, when a person knows what to do.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing scheduled task? SonicJoe Windows Vista Performance 6 11-07-2007 06:48 PM
Scheduled task from standby---help! ksipp01 Windows Vista General Discussion 12 11-04-2007 05:29 PM
Scheduled task failed njem Windows Vista General Discussion 0 08-20-2007 09:53 PM
How do you rename a scheduled task Keith Hill [MVP] Windows Vista Administration 3 07-26-2007 05:32 PM
How to get SyncToy to run as a Scheduled Task on Vista felix turner Windows Vista General Discussion 0 04-10-2007 03:14 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59