saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

How to run task in unattended mode #287

Open rajeshsoni-eezi opened 2 years ago

rajeshsoni-eezi commented 2 years ago

I abled to create RDP task workflow using Taskt and this is working well without user interaction in active session. BUT I am struggling to configure it unattended mode. It means once I minimised or disconnect RDP and it throws "Access is denied" error.

I get this Error: "System.ComponentModel.Win32Exception (0x80004005): Access is denied" on UI automation or send keystrokes

I am using aws ec2 window server 2019. Please help