You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to try using RobotGo for keyboard input control in Windows lock screen state, but the actual call fails.
Here is the sample code for my application:
This code runs successfully under normal conditions, but it fails in lock screen state, and the err is still nil.
In lock screen state, I noticed that the internally used SendInput method fails, returning Error code: 5(ERROR_ACCESS_DENIED).
However, even when I run the application with SYSTEM privileges, the same error still occurs.
My testing environment is: