LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 07-29-2014, 01:27 PM   #1
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Rep: Reputation: 30
How to disable the uac prompt in windows 7 for specific applications


Hello,

I am running Windows 7 Home and I have an application called "core temp" from AMD that I use to monitor my processor core temps. Unfortunately, I cannot seem to get the application to launch without the UAC prompt. I have read numerous sites about how to disable that, such as "running with highest privileges" and whatnot, however, it does not work. Everything I have read, I have tried but nothing seems to work. Basically, I want this app to launch when I log on to Windows and bypass the UAC prompts.

Like I said, I have tried everything that I can think of. Does anyone have any ideas? If anyone has Win7 Home and has an AMD processor, could you try downloading the app and seeing what I'm talking about? That way you could be able to ascertain what the problem might be. Thanks!
 
Old 07-29-2014, 01:32 PM   #2
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
You're asking this in the Programming section of a Linux forum why?

Have you tried adjusting the UAC settings in the Control Panel?
 
Old 07-29-2014, 01:36 PM   #3
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Original Poster
Rep: Reputation: 30
First off, what I read is that this forum is not specifically for Linux. Secondly, can you be more specific with your question. Yes, I have tried changing the UAC settings in the control panel. Nothing seems to work. I am simply trying to get this app to launch when I log into Windows as a regular user without the UAC prompt.
 
Old 07-29-2014, 02:12 PM   #4
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by suicidaleggroll View Post
You're asking this in the Programming section of a Linux forum why?
Oh god not this again.

It is absolutely fine, encouraged, and on-topic to to ask Windows programming questions here.
 
Old 07-29-2014, 02:38 PM   #5
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by scottpioso View Post
First off, what I read is that this forum is not specifically for Linux. Secondly, can you be more specific with your question. Yes, I have tried changing the UAC settings in the control panel. Nothing seems to work. I am simply trying to get this app to launch when I log into Windows as a regular user without the UAC prompt.
Please list all of the "nothing" things you have tried

Simply stating "nothing works" is no help to anyone


To be honest, I don't understand why it is not installed as some kind of service.. along with all of the other 'system tray' applications I normally disable


You should be able to create your own service with netsvc.exe , but I will note that it hasn't always worked for me.
 
Old 07-29-2014, 02:47 PM   #6
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Yes, on the subject of have you tried everything, what happened when you tried this:

http://lifehacker.com/how-to-elimina...ions-493128966

which I quote:
Code:
The process is a little tedious, but easy enough if you're familiar with Task Scheduler:

In Task Scheduler, right-click "Task Scheduler Library" and select "New Folder" 
Name it whatever you would like.

Select the new folder and click "Create Task" (not "Create Basic Task")

Name the task something descriptive. Enable "Run with highest privileges," and select your OS under "Configure for."

Under the Actions tab, select "Start a program" in the Action dropdown if it isn't already. 
Click Browse and find your app's .exe file (usually under Program Files on your C: drive).

(Laptops) Under Conditions tab, deselect "Start the task only if the computer is on AC power."

On your desktop, right click and select New > Shortcut.

Paste 'C:\Windows\System32\schtasks.exe /RUN /TN "Name of folder\Name of task" into the text box.
Works for me.
 
Old 07-29-2014, 03:56 PM   #7
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by dugan View Post
Oh god not this again.

It is absolutely fine, encouraged, and on-topic to to ask Windows programming questions here.
That's great, but this is not a programming question. It's a Windows OS/UAC question.

I'm not saying the question doesn't belong here, I'm saying that the quality of answers he's going to get on this or any other Linux-specific forum will pale in comparison to those on an actual Windows forum. It's more of a "this is a waste of your time 'Why?'" versus a "this is the wrong section 'Why?'". He might as well be posting it in the Off-Topic section of an iOS forum.

Quote:
Originally Posted by scottpioso View Post
Secondly, can you be more specific with your question. Yes, I have tried changing the UAC settings in the control panel. Nothing seems to work. I am simply trying to get this app to launch when I log into Windows as a regular user without the UAC prompt.
There's a slider bar in the UAC settings in the Control Panel that controls the aggressiveness of the UAC notifications. If you turn that down to "never notify", it shouldn't prompt you again. Of course if you do that it won't prompt you for anything, but maybe there's an "Exceptions" section of that settings page.
 
Old 07-30-2014, 12:11 PM   #8
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Original Poster
Rep: Reputation: 30
Suicide,

Enough on this going back and forth on whether or not I should have posted this question here or not. I think you are wasting more time trying to type and cutting and pasting everything than you would have if you had simply tried to answer my question. Geesh.
 
Old 07-30-2014, 12:13 PM   #9
scottpioso
Member
 
Registered: Jan 2003
Location: United States of America and damn proud of it!
Distribution: Windows 10 prior Red Hat User
Posts: 473

Original Poster
Rep: Reputation: 30
Btw, Harmless,

Thank you for your effort in trying to help me. I will let you know if that worked. Right now, my time is somewhat limited so I will try to do this later as I do not have time right now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Make Bash prompt look like Windows C:\ prompt -- *PROBLEM* arkadios Linux - General 5 07-24-2012 11:29 AM
passing parameters from a unix shell prompt into a windows cmd.exe prompt nano2 Programming 1 09-01-2009 11:26 AM
I wish to disable the password prompt in Ubuntu 8.10 magoo532 Linux - Newbie 6 04-15-2009 11:10 AM
LXer: Vista's UAC...More Secure? LXer Syndicated Linux News 0 04-28-2008 09:40 PM
How to disable 3D desktop effects from the command prompt NoahT1BM Linux - Software 2 04-05-2008 06:41 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 12:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration