About Activity SetAutoLogin

I found a Aciviity : SetAutoLogin in OpenRPA.
Can I use this activity to achieve Windows auto-login ?
If so, what settings do I need to configure in order to use it ?

You need to run openrpa as administrator, so not that usefull if you ask me.
I would use Set-AutoLogin frm the openrpa powershell module istead

    Set-AutoLogin -Username <string> -Password <string> [-LogonCount <int>]

You can make windows auto login by adding username and password to the regsitry.
But saving a password in clear text in the registry is generally not a good idea, so this command allows you to enable auto login, but save the password in the local credential store

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.