func ExecuteCommandAsAdmin(cmd, username, pwd, domain string) {
    var si startupinfo
    var handle HANDLE
    var pi processinfo