mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #903] Access to Task Scheduler to add/remove entries #621
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#621
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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"@r1sk01 commented on GitHub (Feb 11, 2024):
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