jonygomes06
jonygomes06
any updates on this come on pls
any updates on this come on pls
i copied it over to my machine and i see that it only triggers for the current process, for example, if i set the time interval to be 1 minute...
Ok no problems, thank you. For now i will use SizeTrigger.
Hey, im actually having similar problem. Using terminal and this path for powershell: C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe. Totaly works. But if i run it using rust programming language and using the same path...
I am using log4rs = "1.3.0" and this is the logger configuration: ```rust let stdout = ConsoleAppender::builder() .encoder(Box::new(PatternEncoder::new("{d(%Y-%m-%d %H:%M:%S)} | {h({({l}):5.5})} | {f}:{L} — {m}{n}"))) .build(); let trigger = Box::new(SizeTrigger::new(2...
I ran it in a win 11 environment, i tested in 2 vm machines, and one non vm machine(laptop also win 11). Im sure the service is still running because...
It probably just happens in windows, so I believe there's no need for now to test in other OS, also because we can't have a windows service running in any...
Thank you for both answers. It is not possible to install powershell 7.0 for this. I actually have in complement a system tray app so I think I will need...