diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-28 17:30:52 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-28 17:30:52 -0500 |
commit | 370eca97a1e4ae10f29af11c7f26073abe2b7e0a (patch) | |
tree | 0d1569337e2fbe01761ca1190b8e153a15c7019a | |
parent | 9b85731a836371655b61abaea5f42c287a3ba5e2 (diff) | |
download | goexec-370eca97a1e4ae10f29af11c7f26073abe2b7e0a.tar.gz goexec-370eca97a1e4ae10f29af11c7f26073abe2b7e0a.zip |
TODO: new feature ideas, check ShellWindows
-rw-r--r-- | TODO.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -9,8 +9,12 @@ We wanted to make development of this project as transparent as possible, so we' - [X] Generate random name/path - [X] Output - [X] Add `tsch change` -- [ ] Serialize XML with default indent level -- [ ] Add --session to `tsch change` +- [ ] Serialize XML with default indent level? + +### `tsch change` + +- [ ] Add `--session` (like `tsch demand`) +- [ ] Add the option to avoid direct task start using TimeTrigger (similar to `tsch create`) ## SCMR @@ -66,7 +70,8 @@ We wanted to make development of this project as transparent as possible, so we' ### DCOM -- [ ] ShellWindows & ShellBrowserWindow +- [X] ShellWindows +- [ ] ShellBrowserWindow ### WinRM |