1

Possible Duplicate:
How to run program from command line with elevated rights

I have a computer with these settings for UAC:

enter image description here

Attempting to run a safe program results in a UAC prompt:

enter image description here

Is there any in-built CMD commands we can use to elevate a program without the UAC prompt?

Or a solution that doesn't require downloading any external programs as proposed by this thread)?

Pacerier
  • 28,143

2 Answers2

1

Can you just choose 'never notify' on UAC Setings.

1

You could try this way with the Application Toolkit (here http://www.techrepublic.com/blog/window-on-windows/selectively-disable-uac-for-your-trusted-vista-applications/635) or i remember a workaround with the task scheduler (here http://www.petri.co.il/bypass-uac-using-desktop-shortcut.htm)

patricks
  • 636