arcadejust

Results 6 comments of arcadejust

Set `#define DEVELOPING TRUE` and check the log file - look for "no pcpUser!!!" or "_pszQualifiedUserName: " or uncomment ` //if (DEVELOPING) PrintLn(L"Field altered, fieldID: %d", dwFieldID);`

Can you make a new commit in your branch and I will check it. You can make this branch private if you don't want others to see it.

Only domain user that has locally stored account after previous logon. Not for domain user that never logged on this PC. It was important for me to detect login from...

That is standard behawior of the RDP client. There is a way to disable it on older rdp client version by disabling secure connection (but not anymore). Now Microsoft ensures...

That was my plan from the start but my CP is called by the LogonUI and as I remember LogonUI never provided me with required data (GetSerialization/SetSerialization) so the CP...