6

Since Windows 10 doesn't support Mirror drivers, how do I use Desktop Duplication API to capture console at all times i.e. start with logon window, then user's desktop (after the user logs in) and also the lock screen?

tunafish24
  • 2,288
  • 6
  • 28
  • 47

1 Answers1

2

Detect desktop Switch event then SetThreadDesktop on the thread that is capturing and make sure you're running as SYSTEM user.

MWiesner
  • 8,868
  • 11
  • 36
  • 70
j100nnv
  • 21
  • 2