Gabriel Kitzberger

Results 1 comments of Gabriel Kitzberger

You can do the following on Windows: Press Windows+R and type `shell:startup`. Create `pueue-service.vbs` with content ``` Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "pueued" & Chr(34), 0 Set WshShell...