C# Screenshot winlogon as well as User Desktop
问题 I am working with screen sharing project.But i was got into trouble to capture secure desktop. I have already ask related question here and got Answer too Pls go through above link as suggested by dymanoid. I am using PsExec exe to capture secured desktop/winlogon desktop as below The /x and /s switches run the process under the SYSTEM account and on the Winlogon desktop. PsExec /i /h /x /d /s "path_\screencapture.exe" Now screencapture exe is running as SYSTEM account on winlogon desktop, i