Tom

Results 9 comments of Tom

Hi AlexanderPro, Thanks for the fast update. CLI works fine now. On a similar subject, I do not know if it would be interesting for you to include this functionality...

You could also create a shortcut to your .bat file and add cmd /c to the target field of this shortcut: target: cmd /c "path/to/script.bat" You should then be able...

Hi, Im sorry, I dont understand the issue. Does pttb.exe not work with 21H2 19044.2846?

It's a good idea, I'll try to find the time to look into it.

Hi, After verifying that my windows version is indeed 19044.1706 as well, I just ran it on a couple of exe and lnk without any problem. The problem might be...

Hi, the issue might be that pttb uses PE injection into "progman", which is related to desktop/explorer/graphical interface. If you are remotely setting up through remote shell, there might not...

I did not personally try this method, https://superuser.com/a/1473839, but it makes sense and might work: - set up one pc manually - copy the corresponding folder "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar"...

> Yeah, I just take out the blocking mode transition now, write the header to start the SSE connection (in non-blocking mode), then hand back the stream to the caller....

> I can add an option to `startEventStream` and `startEventStreamSync` for this, but can I ask why you can't use `res.headers.add(...)` before calling `startEventStream` ? Brotli encoding can fail if...