How to get executable file for shortcut of Administrator mode Command Prompt?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-17 08:26 PM
Hi All,
I want to open command prompt in Administrative mode from Blue Prism.
And for this added shortcut for administrative mode command prompt, but unable to get exe file for this, that i need to attach in blue prism.
Please help me.
Thanks,
Supriya
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-17 02:38 PM
Not completely sure but, there could be several ways possible to launch cmd as Administrator. Can you try the following :-
1. Use Action Stage with Object as - ""Utility - Environment"" and Action - ""Start Process""
2. Configure the Inputs to this Action; Application - ""C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"" and Arguments - ""start-process cmd -verb runas""
This should help you launch cmd as Administrator, without worrying about the shortcut file path. However, there could be other alternative approaches as well to achieve the same. Maybe, others on portal can guide.
Regards,
Deep Shah
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-10-17 02:58 PM
Thanks Deep Shah..
