Rui Lopes
Rui Lopes
Will this work if we create the process with [CREATE_NEW_PROCESS_GROUP and then use GenerateConsoleCtrlEvent](https://docs.microsoft.com/en-us/windows/console/generateconsolectrlevent) to send a CTRL+BREAK? Also, does it make sense to create the process inside a [JobObject](https://docs.microsoft.com/en-us/windows/win32/procthread/job-objects)?...
As a side-node, the build-in Process class also does not properly work when running in a impersonation context (where we need to call the [CreateProcessAsUser](https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessasuserw) win32 api). I'm testing that...
in theory an `.AppImage` should run on any linux flavour
How about having some ordered preference list? that is, if an `.AppImage` asset is available, show that one? Otherwise, show all the other available versions? Have you looked at how...
Replacing all occurrences of `.deb` with `.AppImage` did the trick for me. On the documentation its said that it supports `.tar.gz`, is that on the same place as where `.deb`...
@ansrivas, did you open an issue in upstream about using another Match to exclude results? PS in the mean time, I've created an issue in upstream at https://github.com/grafana/loki/issues/3804
what I was trying to say was that dhclient is already installed, and I'm not sure why installing it again makes it work on your machine, I suspect something else...
I failed to mention that I was using the [current development version](https://github.com/FriedrichWeinmann/GPOTools/commit/4c829431438a23382b360ea0906ce3830435bdfc). I redid the export using `Get-GPO RDP | Backup-GptPolicy -Path "$PWD\xxx" -Identity 'Domain Users'` but it didn't change...
I redid the test using the version from `Install-Module GPOTools` as: ```powershell Get-GPO RDP | Backup-GptPolicy -Path "$PWD\yyy" -Identity 'Domain Users' ``` Then tried to restore with: ```powershell Restore-GptPolicy -Path...
No worries! Thanks for looking into it!