Signing applications to prevent UAC prompt
Is it possible to (authenticode?) sign an application to prevent UAC prompts? People start creating dirty hacks (SkipUAC ), service helper based applications or disable UAC completely. I don't think that's intended by Microsoft.
December 6th, 2009 7:47pm

I'll try it. Thank you!
Free Windows Admin Tool Kit Click here and download it now
December 15th, 2009 8:22pm

Linda: Hello! This suggestion works great for an Individual application, when I have administrative privilege to create and then run the task. Thanks! However, is it possible to create a task in the manner you describe while I'm logged on as an administrator on Windows7, which can then be run by any users of the PC (even guests)? -Scott
June 21st, 2010 9:18pm

Hello Linda, "... However, if you are sure certain application is safe..." Most, very most of all application are safe. This is the normal case. But UAC is designed as this is not the normal case with the result, that UAC in so many situation steals your time, makes your work harder. I had so many situations where not a malware or virus breaked my work, no, THE GREATE UAC was standing in the way to finish my work. In my opinion, effort to handle UAC in daily works is relative high, its benefits low.
Free Windows Admin Tool Kit Click here and download it now
December 14th, 2010 8:27am

sorry chinaski , you only say this because you never used a standard user account ;) Do the same steps under XP when you get the UAC prompt in Windows Vista/7 and what the ugly error message "Access denied". What is darder? Accept a UAC prompt or do the ugly "RunAs" operations in XP?"A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
December 14th, 2010 10:17am

The work around of creating a task does not help when the program is to be lauched by Windows, for example a program that is associated with a file type. Another idiotic source of frustration courtesy of the mediocre MS.
Free Windows Admin Tool Kit Click here and download it now
December 26th, 2010 2:05pm

Can you explain this more? What are you trying to do?"A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
December 26th, 2010 2:26pm

Every time I install a program that needs to run under XP compatibility mode to run correctly, UAC is launched. I can either turn it off which defeats the benefit of having windows 7. Using the shortcut is not a help as the program is associated with certain filetypes (image files) so the user tries to open an image file associated with the original exe file the dreaded UAC launches.
Free Windows Admin Tool Kit Click here and download it now
December 26th, 2010 2:40pm

yes, remove the shortcut and create a shortcut which runs the Task: schtasks.exe /RUN /TN "Taskname" "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
December 26th, 2010 2:46pm

I turned off the local security policy to automatically elevate for administrators or admin mode but I hope this is not the same as turning off UAC.
Free Windows Admin Tool Kit Click here and download it now
December 26th, 2010 2:51pm

Why are you not following the steps Linda gave you?"A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
December 26th, 2010 3:04pm

Linda's advice worked great for my uac problem. Thanks
Free Windows Admin Tool Kit Click here and download it now
January 7th, 2011 11:18am

This solution does not work for enterprise level applications being deployed to hundreds/thousands of users. Is there any way that is more enterprise?
January 13th, 2011 5:20pm

this solution only works if your user is part of the admin group."A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
Free Windows Admin Tool Kit Click here and download it now
January 13th, 2011 6:27pm

Thank you Linda. And for a bonus, I can drag that new shortcut into the Startup folder so my favourite program starts at boot without the UAC dialogue. (Start/All Programs/Startup then right-click to open Startup folder)
September 29th, 2011 10:33pm

For the sake of being tidy: If you right click on the Task Scheduler Library you can add a folder.Then add your tasks in that folder. Just be sure to put the name of that folder in your shortcut - You'll need to wrap the path in quotes for it to work though: C:\Windows\System32\schtasks.exe /run /tn "\User Defined\Your Task Name UAC" Note: I found moving tasks to folders is not straight forward. However I was able to Export the task I had created in / to my desktop (it's XML) and then import into my new folder. Then I deleted the one in / Hope that is of use ;) ~D
Free Windows Admin Tool Kit Click here and download it now
April 5th, 2012 11:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics