[GH-ISSUE #903] Access to Task Scheduler to add/remove entries #621

Open
opened 2026-02-27 15:51:08 +03:00 by kerem · 2 comments
Owner

Originally created by @BurntDog on GitHub (Dec 30, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/903

Is your feature request related to a problem? Please describe.
No feature in toolbar to access Task Scheduler at this time

Describe the solution you'd like
Add a feature to access "Task Scheduler" to add/remove entries

Additional context
We have a Startup Manager feature in toolbar adding "Task Scheduler" would be very useful.

Originally created by @BurntDog on GitHub (Dec 30, 2020). Original GitHub issue: https://github.com/quasar/Quasar/issues/903 **Is your feature request related to a problem? Please describe.** No feature in toolbar to access Task Scheduler at this time **Describe the solution you'd like** Add a feature to access "Task Scheduler" to add/remove entries **Additional context** We have a Startup Manager feature in toolbar adding "Task Scheduler" would be very useful.
Author
Owner

@gmiwoj commented on GitHub (Mar 5, 2021):

you can create task on your pc, export it to xml, upload it to client pc, import xml from remote cmd with something like this:
schtasks /create /xml "C:\full\path\my_task.xml" /tn "\My Tasks\Do Something"

then run your task like this:
schtasks /run /tn "\My Tasks\Do Something"

<!-- gh-comment-id:791701195 --> @gmiwoj commented on GitHub (Mar 5, 2021): you can create task on your pc, export it to xml, upload it to client pc, import xml from remote cmd with something like this: `schtasks /create /xml "C:\full\path\my_task.xml" /tn "\My Tasks\Do Something"` then run your task like this: `schtasks /run /tn "\My Tasks\Do Something"`
Author
Owner

@r1sk01 commented on GitHub (Feb 11, 2024):

you can create task on your pc, export it to xml, upload it to client pc, import xml from remote cmd with something like this: schtasks /create /xml "C:\full\path\my_task.xml" /tn "\My Tasks\Do Something"

then run your task like this: schtasks /run /tn "\My Tasks\Do Something"

although that works, it would work really well to just have the tools there instead of needing to remember names of certain things or go through long lists to change one setting

<!-- gh-comment-id:1937464080 --> @r1sk01 commented on GitHub (Feb 11, 2024): > you can create task on your pc, export it to xml, upload it to client pc, import xml from remote cmd with something like this: `schtasks /create /xml "C:\full\path\my_task.xml" /tn "\My Tasks\Do Something"` > > then run your task like this: `schtasks /run /tn "\My Tasks\Do Something"` although that works, it would work really well to just have the tools there instead of needing to remember names of certain things or go through long lists to change one setting
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#621
No description provided.