Guest Rakesh Posted July 3, 2008 Posted July 3, 2008 Hi, I have a vb script file which does some thing like putting some files in program files folder and tweaking registry entries etc. How can I run this script as Administrator by default with out right clicking the cmd and then selecting the "Run As Administrator" Please help... Thanks in Advance Quote
Guest Daniel Petri Posted July 3, 2008 Posted July 3, 2008 Try this tip: http://www.vistax64.com/tutorials/162976-bypass-uac.html -- Sincerely, Daniel Petri MVP, Senior IT consultant, trainer www.petri.co.il "Rakesh" <Rocky@discussions.microsoft.com> wrote in message news:9D03D5C9-EB40-4672-B110-B7421DF02F88@microsoft.com...<span style="color:blue"> > Hi, > > I have a vb script file which does some thing like putting some files in > program files folder and tweaking registry entries etc. How can I run this > script as Administrator by default with out right clicking the cmd and > then > selecting the "Run As Administrator" > Please help... > Thanks in Advance </span> Quote
Guest Rocky Posted July 3, 2008 Posted July 3, 2008 Thanks for the response. The below tip does not solve my purpose, my case is like this: When I run my .vbs file directly it is not working and says "Permission Denied". But When I run the same .vbs file from command prompt which has been opened as Administrator (right click and run as administrator) it is working properly. But running the script this way is not a feasible solution for users of my script. I need some code snippet which runs my .vbs file using administrator privileges. Thanks, "Daniel Petri <MVP>" wrote: <span style="color:blue"> > Try this tip: > > http://www.vistax64.com/tutorials/162976-bypass-uac.html > > -- > Sincerely, > > Daniel Petri > MVP, Senior IT consultant, trainer > www.petri.co.il > > "Rakesh" <Rocky@discussions.microsoft.com> wrote in message > news:9D03D5C9-EB40-4672-B110-B7421DF02F88@microsoft.com...<span style="color:green"> > > Hi, > > > > I have a vb script file which does some thing like putting some files in > > program files folder and tweaking registry entries etc. How can I run this > > script as Administrator by default with out right clicking the cmd and > > then > > selecting the "Run As Administrator" > > Please help... > > Thanks in Advance </span> > </span> Quote
Guest Beoweolf Posted July 4, 2008 Posted July 4, 2008 have you tried compatibility mode? "Rocky" <Rocky@discussions.microsoft.com> wrote in message news:29D71CD0-0134-4435-8FF4-82706BE56038@microsoft.com...<span style="color:blue"> > Thanks for the response. > > The below tip does not solve my purpose, my case is like this: > When I run my .vbs file directly it is not working and says "Permission > Denied". > But When I run the same .vbs file from command prompt which has been > opened > as Administrator (right click and run as administrator) it is working > properly. > But running the script this way is not a feasible solution for users of my > script. > I need some code snippet which runs my .vbs file using administrator > privileges. > > Thanks, > > "Daniel Petri <MVP>" wrote: ><span style="color:green"> >> Try this tip: >> >> http://www.vistax64.com/tutorials/162976-bypass-uac.html >> >> -- >> Sincerely, >> >> Daniel Petri >> MVP, Senior IT consultant, trainer >> www.petri.co.il >> >> "Rakesh" <Rocky@discussions.microsoft.com> wrote in message >> news:9D03D5C9-EB40-4672-B110-B7421DF02F88@microsoft.com...<span style="color:darkred"> >> > Hi, >> > >> > I have a vb script file which does some thing like putting some files >> > in >> > program files folder and tweaking registry entries etc. How can I run >> > this >> > script as Administrator by default with out right clicking the cmd and >> > then >> > selecting the "Run As Administrator" >> > Please help... >> > Thanks in Advance</span> >> </span></span> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.