@Muhammad_Anas_Baloch - Can you give a try by enabling the Run as Administrator in the properties and check how that goes. Step by step process in the below link
With shortcut of cmd it would not work…as you would ideally give the original pocation only…
Create a .bat file and set that to run as admin and call that bat file from UiPath using start process or use application/browser and that bat file would run as admin as you would set it to run
Basically whatever you want to run in cmd …you can save those commands in a notepad and then save that file with .bat extension…when you double click that file the command you want to run will run in cmd by default…
So you can have your commands in text file and then save as .bat and use