Hey,
I am trying to automate the windows password reset using UiPath. The robot is logging into a user account (non-admin) and shall change the windows login password.
The non-admin case leads to the conclusion that “access is denied” when using CMD or PowerShell, unfortunately. (Change Windows Login Password)
The UiPath package for Active Directory activities is also leading to an Error 403, which could imply missing access rights. However, I am wondering why this is not working if changing the password via Ctrl-Alt-Del → Change Password is working.
Therefore, I want to automate the Ctrl-Alt-Del Path via maybe Hotkeys(?). This does not seem to work unfortunately as well - the security surface is not appearing.
Does somebody know how to automate this without admin rights?