I just installed an application in Windows Server 2008. When I run it, a dialog is displayed as warning to confirm it's running. Is there any way to disable the prompt?

link|improve this question

48% accept rate
1  
mind posting a screenshot of the dialog? – Molly7244 Sep 23 '09 at 17:25
feedback

1 Answer

up vote 2 down vote accepted

Its called UAC (user account control). Its a "feature" added since Vista.

A little background:

Windows wasn't originally designed as a true multiuser operating system. Until Windows 95, it basically had no security at all. With each sucessive version, Microsoft tried to improve the security but they were limited in how far they could go and still keep backwards compatibility.

Most software developers got to used to the idea that the programs they wrote had unlimited access to the entire operating system. With Vista, Microsoft introduced UAC, which prompts the user anytime a program tries to access something that should really require administrative access. This is nothing new, other multiuser OSs have been doing this for years. In fact, most would require reentering your password every time you needed administrative access or even require you to login as a separate user with the necessary access rights. This isn't a big deal for other OSs because software developed for those systems only request administrative privledges if its really necessary.

With Windows, there are still a ton of programs that demand administrative privileges simply because it was convenient for the programmer to write it that way. Yes, you can turn UAC off. You can find instruction for doing so here. But it isn't a good idea. As annoying as it is, UAC is one line of defense to protect the operating system from malicious programs intent on corrupting your computer.

link|improve this answer
not sure if I can change security permission to get around this issue? – David.Chu.ca Sep 23 '09 at 20:30
I read wiki page on UAC at en.wikipedia.org/wiki/User_Account_Control. This confirms that the prompt is Windows VISA's thing. – David.Chu.ca Sep 24 '09 at 19:30
It's a server running a thousand dollar OS. I would question the decision to LOWER security to shave an extra second off your day. – surfasb Jul 1 '11 at 19:19
Which is why I cautioned against it. – Kenneth Cochran Jul 5 '11 at 15:08
What security did Windows 95 provide? Windows NT 3.1 provided individual logins for multiple users in 1993. – Andrew J. Brehm Jan 18 at 8:06
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.