Skip to content Skip to sidebar Skip to footer

Put Text To Clipboard In The Background Process On Locked Windows 10 Machine

I'm building a process (so far I've tried VBA, Python and C# on .Net Framework 4.7.2) which requires to put some string to clipboard on Windows 10 machine behind the lock screen. F

Solution 1:

In order to do this, your background process should be running in user account and should get launched during the user login.


Post a Comment for "Put Text To Clipboard In The Background Process On Locked Windows 10 Machine"