microsoft / microsoft/terminal
OpenConsole 1.21.2405.06002 doesn't work with Task Scheduler
@lhecker is already working on this.
Since May 16, 2024.
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
### Windows Terminal version
1.21.1272.0
### Windows build number
10.0.19044.4291
### Other Software
Previously when you replaced `conhost.exe` with `OpenConsole.exe` there would be no problems, but now it breaks Task Scheduler, something between https://github.com/microsoft/terminal/compare/v1.20.11271.0...v1.21.1272.0. OpenConsole `1.20.2405.06001` works without fail.
### Steps to reproduce
1. Replace `conhost.exe` with `OpenConsole.exe` (`cp OpenConsole.exe /c/windows/System32/conhost.exe -f`)
1. Try to run a scheduled task
1. All scheduled tasks will result in `0xC0000142`
1. None actually properly run
### Expected Behavior
Should work as before.
### Actual Behavior
Tasks don't run.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.