![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Run As Administrator from vbScript I want to use the "Run As Administrator" functionality of Windows Vista (UAC), from a vbScript to call any application. It is possible? Thanks. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Run As Administrator from vbScript Yes. Here is a sample script! - - - Set objSh = CreateObject("Shell.Application") objSh.ShellExecute "notepad.exe", "" , "", "runas", 1 - - - See also: VBScripts and UAC elevation: http://www.winhelponline.com/article...elevation.html -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] The Winhelponline Blog: http://www.winhelponline.com/blog Windows® Troubleshooting: http://www.winhelponline.com "Santiago Bruni" <SantiagoBruni@xxxxxx> wrote in message news:354D2163-7D84-484E-BE54-81B9319B9094@xxxxxx I want to use the "Run As Administrator" functionality of Windows Vista (UAC), from a vbScript to call any application. It is possible? Thanks. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Run As Administrator from vbScript Thanks Ramesh!!! It is possible to pass through the same function User and Password of Administrator to execute this application? Regards. "Ramesh, MS-MVP" wrote: Quote: > Yes. Here is a sample script! > > - - - > Set objSh = CreateObject("Shell.Application") > objSh.ShellExecute "notepad.exe", "" , "", "runas", 1 > - - - > > See also: > > VBScripts and UAC elevation: > http://www.winhelponline.com/article...elevation.html > > -- > Regards, > > Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] > The Winhelponline Blog: http://www.winhelponline.com/blog > Windows® Troubleshooting: http://www.winhelponline.com > > "Santiago Bruni" <SantiagoBruni@xxxxxx> wrote in message news:354D2163-7D84-484E-BE54-81B9319B9094@xxxxxx > I want to use the "Run As Administrator" functionality of Windows Vista > (UAC), from a vbScript to call any application. > It is possible? > > Thanks. > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Run As Administrator from vbScript Nope. I don't think it's possible, especially in the UAC dialog. Perhaps you can repost this question in WSH groups for any alternate solutions. -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] The Winhelponline Blog: http://www.winhelponline.com/blog Windows® Troubleshooting: http://www.winhelponline.com "Santiago Bruni" <SantiagoBruni@xxxxxx> wrote in message news:046E6BD3-9327-46F0-ACA1-6CB71F4F9AE7@xxxxxx Thanks Ramesh!!! It is possible to pass through the same function User and Password of Administrator to execute this application? Regards. "Ramesh, MS-MVP" wrote: Quote: > Yes. Here is a sample script! > > - - - > Set objSh = CreateObject("Shell.Application") > objSh.ShellExecute "notepad.exe", "" , "", "runas", 1 > - - - > > See also: > > VBScripts and UAC elevation: > http://www.winhelponline.com/article...elevation.html > > -- > Regards, > > Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] > The Winhelponline Blog: http://www.winhelponline.com/blog > Windows® Troubleshooting: http://www.winhelponline.com > > "Santiago Bruni" <SantiagoBruni@xxxxxx> wrote in message news:354D2163-7D84-484E-BE54-81B9319B9094@xxxxxx > I want to use the "Run As Administrator" functionality of Windows Vista > (UAC), from a vbScript to call any application. > It is possible? > > Thanks. > |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Run As Administrator from vbScript In message <046E6BD3-9327-46F0-ACA1-6CB71F4F9AE7@xxxxxx> Santiago Bruni <SantiagoBruni@xxxxxx> wrote: Quote: >It is possible to pass through the same function User and Password of >Administrator to execute this application? administrative privileges after a UAC prompt? If you can handle waiting a minute or two, you can have a scheduled task that launches a script to look for an external trigger (existence of a temporary file would be the easiest) that kicks off the elevated process. If you wanted something more real-time and don't need to interact with the desktop, you could write a service to accomplish your goal. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| How to do No hang up VBScript (nohup for VBScript) | VB Script | |||
| Account 'NAMED' Administrator vs. 'administrator rights' question | Vista installation & setup | |||
| Program will not run as administrator, forced as administrator | System Security | |||
| If I am logged in as administrator why don't programs run as administrator vista? | Vista General | |||
| System Administrator vs. Application Administrator | Vista account administration | |||