Unable to click UAC popup

Unable to click “YES” on Windows UAC popup while installing/uninstalling the application from control panel.

Hi @Sathish_Kumar_S

Can you please try the below and let us know?

  1. Click on the Windows logo to restart the PC.
  2. Hold and press the Shift key and select Restart .
  3. This will boot you into the Windows Recovery Environment.
  4. Select Troubleshoot .
  5. Click on Advanced options .
  6. Select Command Prompt .
  7. Choose an account to continue.
  8. Type the following command to enable the built-in administrator:
    net user administrator /active:yes
  9. Hit Enter to execute the command.
  10. Reboot the PC and use the built-in administrator to troubleshoot the issue.
  11. Press Windows + R key once you boot into the desktop.
  12. Type the command netplwiz to open User Account settings.
  13. Select the account where the Yes option in User Account Control is missing.
  14. Click on Properties > Group Membership .
  15. Click on the Administrator radio button.
  16. Select Apply , and click on OK .
  17. Reboot the PC for the changes to take effect.

Alternatively, you can look into the below video as well.

Hope this will be helpful. Thank you.

Are we trying to perform this with automation using UiPath

If so then there are two simple activities to click on that button

  1. We can use normal click activity or Send hot key activity with enter as key

  2. Or if it is not accessible as a individual element then we can try with Click image or computer vision activities

Cheers @Sathish_Kumar_S