I need to type user name and password in User Account Control Window. I am doing it in citrix enviroment, recorder will stop automatically when the pop up displayed.
PFA.
How can I type user name and password in the UAC window in citrix enviroment?
I tried with find image it doesn’t work, could please help me on this?
I can’t use image exists and type into or hot keys since citrix recorder will stop once this pop up window appears. Once this window appears all functions will be disabled.
I’m a little confused - you said it’s in Citrix environment (which I understood as robot is running on local machine and has an active RDP[or equivalent] connection to a remote one). If that’s the case, it shouldn’t matter what pops up on the remote machine.
But shouldn’t it popup on the “other side” of the connection (and thus you could handle it with image automation)?
Either way - depending on your system, you might try this (not tested) and make the robot run the shortcut:
Or any of the solutions that are around the net for “run mmc as admin without UAC”, as this is nothing UiPath specific.
One other possible solution:
Create a shortcut for target “C:\Windows\System32\runas.exe /user:domain\username C:\Windows\System32\mmc.exe”, then TypeInto the password to the console that will popup (possible Yes confirmation needed in between).