Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Desktop Duplication API to capture Logon & Lock Screens

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?

like image 696
tunafish24 Avatar asked Sep 20 '16 21:09

tunafish24


1 Answers

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

like image 182
j100nnv Avatar answered Oct 30 '22 05:10

j100nnv