![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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) |
| Guest | start an application in elevated mode after logon Hi, I have Windows vista ultimate edition. I have a customized application which i want to be able to run automatically in elevated mode as soon as i login to Vista. How can i do that? Lukesh |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: start an application in elevated mode after logon Right click the application and select "Run as Administrator" "lukesh" <lukesh@discussions.microsoft.com> wrote in message news:ECDDE3FE-7707-440F-A39C-0D4A4E94A72B@microsoft.com... > Hi, > I have Windows vista ultimate edition. I have a customized application > which > i want to be able to run automatically in elevated mode as soon as i login > to > Vista. How can i do that? > > Lukesh |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: start an application in elevated mode after logon I think i was not able to communicate my problem properly. I want my application to start itself automatically in elevated mode as soon as i login. Something like a login script or guirunonce ;-) "AJR" wrote: > Right click the application and select "Run as Administrator" > > "lukesh" <lukesh@discussions.microsoft.com> wrote in message > news:ECDDE3FE-7707-440F-A39C-0D4A4E94A72B@microsoft.com... > > Hi, > > I have Windows vista ultimate edition. I have a customized application > > which > > i want to be able to run automatically in elevated mode as soon as i login > > to > > Vista. How can i do that? > > > > Lukesh > > > |
My System Specs![]() |
| | #4 (permalink) |
| Guest | Re: start an application in elevated mode after logon Hello, If it is a background task, you can schedule the task with task scheduler to run inside an administrator or system account with highest privilege. Note that the application will not be visible on the screen. It is not currently possible to have an interactive application run automatically with elevated privileges without prompting the user. -- - JB Microsoft MVP - Windows Shell/User Windows Vista Support Faq http://www.jimmah.com/vista/ "lukesh" <lukesh@discussions.microsoft.com> wrote in message news:4F4FFAAB-C2CC-4289-852C-F339EFF30597@microsoft.com... >I think i was not able to communicate my problem properly. I want my > application to start itself automatically in elevated mode as soon as i > login. Something like a login script or guirunonce ;-) > > "AJR" wrote: > >> Right click the application and select "Run as Administrator" >> >> "lukesh" <lukesh@discussions.microsoft.com> wrote in message >> news:ECDDE3FE-7707-440F-A39C-0D4A4E94A72B@microsoft.com... >> > Hi, >> > I have Windows vista ultimate edition. I have a customized application >> > which >> > i want to be able to run automatically in elevated mode as soon as i >> > login >> > to >> > Vista. How can i do that? >> > >> > Lukesh >> >> >> |
My System Specs![]() |
| | #5 (permalink) |
| Guest | Re: start an application in elevated mode after logon It IS possible running runas with /savecred option. -- Michal Kawecki [Windows - Shell/User MVP] Warsaw, PL "Jimmy Brush" <JimmyBrush@discussions.microsoft.com> wrote in message news:4A284804-1A36-4883-86D0-7D1E0BD436B2@microsoft.com... > Hello, > > If it is a background task, you can schedule the task with task > scheduler to run inside an administrator or system account with > highest privilege. Note that the application will not be visible on > the screen. > > It is not currently possible to have an interactive application run > automatically with elevated privileges without prompting the user. > > > -- > - JB > Microsoft MVP - Windows Shell/User > > Windows Vista Support Faq > http://www.jimmah.com/vista/ > "lukesh" <lukesh@discussions.microsoft.com> wrote in message > news:4F4FFAAB-C2CC-4289-852C-F339EFF30597@microsoft.com... >>I think i was not able to communicate my problem properly. I want my >> application to start itself automatically in elevated mode as soon as >> i >> login. Something like a login script or guirunonce ;-) >> >> "AJR" wrote: >> >>> Right click the application and select "Run as Administrator" >>> >>> "lukesh" <lukesh@discussions.microsoft.com> wrote in message >>> news:ECDDE3FE-7707-440F-A39C-0D4A4E94A72B@microsoft.com... >>> > Hi, >>> > I have Windows vista ultimate edition. I have a customized >>> > application >>> > which >>> > i want to be able to run automatically in elevated mode as soon as >>> > i login >>> > to >>> > Vista. How can i do that? >>> > >>> > Lukesh >>> >>> >>> > |
My System Specs![]() |
| | #6 (permalink) |
| Guest | Re: start an application in elevated mode after logon No it's not... Runas does not elevate applications. Using savecred will run the application under the profile of the saved credentials, but it will NOT be elevated. The only exception is with the built-in administrator account. -- - JB Microsoft MVP - Windows Shell/User Windows Vista Support Faq http://www.jimmah.com/vista/ |
My System Specs![]() |
| | #7 (permalink) |
| Guest | Re: start an application in elevated mode after logon "lukesh" <lukesh@discussions.microsoft.com> schrieb im Newsbeitrag news:4F4FFAAB-C2CC-4289-852C-F339EFF30597@microsoft.com... >I think i was not able to communicate my problem properly. I want my > application to start itself automatically in elevated mode as soon as i > login. Something like a login script or guirunonce ;-) > Use runasspc with the built-in administrator to run your application automatically after logon. You find the tool on on www.robotronic.de/runasspcEn.html |
My System Specs![]() |
| | #8 (permalink) |
| Guest | Re: start an application in elevated mode after logon "Jimmy Brush" <JimmyBrush@discussions.microsoft.com> wrote in message news:81745440-66F4-4095-8A4D-4B9B2440AE53@microsoft.com... > No it's not... > > Runas does not elevate applications. Using savecred will run the > application under the profile of the saved credentials, but it will > NOT be elevated. > > The only exception is with the built-in administrator account. Right, but we can run that app with runas /savecred using credentials of built-in administrator. -- Michal Kawecki [Windows - Shell/User MVP] Warsaw, PL |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Start application before User Logon | .NET General | |||
| script in logon with elevated privileges enables | PowerShell | |||
| How to always run a given exe file in elevated mode | Vista security | |||
| elevated mode | Vista General | |||
| Launching an application from a setup.exe program in InstallShield (elevated mode) | Vista General | |||