Windows API
LogonUser
Based on "github.com/itchio/ox/winox". This requires special privileges (which CreateProcessWithLogon) does not.
Resources
https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-logonuserw#return-value https://golang.org/src/internal/syscall/windows/exec_windows_test.go https://medium.com/jettech/breaking-all-the-rules-using-go-to-call-windows-api-2cbfd8c79724
Last updated