The troubleshooting steps below apply to AgentOS running as a Windows service. For standalone mode on macOS or Linux, check the terminal output for errors.
Logs
Service logs are stored at:Common Issues
Agent can’t press CTRL+ALT+DEL
The login/lock screen cannot be automated unless the local security policy allows services to simulate a Secure Attention Sequence (SAS). To enable it:- Open the Group Policy Editor (
gpedit.msc). - Navigate to Computer Configuration → Administrative Templates → Windows Components → Windows Logon Options.
- Set Disable or enable software Secure Attention Sequence to Enabled.
SERVICE_ENABLE_SAS is set to 1 (default) in the Silent installer parameters.
Agent can’t interact with apps running as Administrator
Windows prevents non-elevated processes from sending input to elevated (Run as Administrator) applications. If your agent can’t click or type into an app running as Administrator, you need to start the Remote Device Controller in elevated mode. To enable elevated mode:- Service Installer (GUI): Open Windows Add/Remove Programs, find AskUI AgentOS, click Modify, and enable the elevated execution engine option. Alternatively, reinstall AgentOS with the option enabled.
- Silent Installer: Set
SERVICE_EXECUTION_ENGINE_ELEVATEDto1— see Silent installer parameters.