UAC (user access control)

  • Thread starter Thread starter Net Doe
  • Start date Start date
N

Net Doe

Is this necessary? I see it as a hack to circumvent tight code. I always
use an account with admin rights so I know when/what to install/run.
 
In message <[email protected]> "Net
Doe said:
Is this necessary?

In short, yes.
I see it as a hack to circumvent tight code.

Tight code?

Other way around, it's a hack to circumvent poorly written code that
assumes you are always an administrator.
I always
use an account with admin rights so I know when/what to install/run.

Users that always run with admin rights are the problem, and are the
reason UAC exists.
 
DevilsPGD said:
In message <[email protected]> "Net


In short, yes.


Tight code?

Other way around, it's a hack to circumvent poorly written code that
assumes you are always an administrator.

I sit corrected - you said what I meant to say..
Users that always run with admin rights are the problem, and are the
reason UAC exists.

Users that always run with admin rights AND don't know what they're doing
is the problem.
 
Users that always run with admin rights AND don't know what they're doing
is the problem.


Windows is the only current OS where this attitude is prevalent. There
should be no need to ever run as an administrator unless you are performing
administrative tasks. Do you know every process that is running on your
computer and what it is doing at every second you are using the computer? I
see many computers where the owner "knew what they were doing" that are
infected with malware. They have an up to date AV installed and often
antispyware as well. If they had not been running as an administrator the
malware would only have infected one account and would be simple to remove.
Because they were running as an administrator the malware has to be manually
removed while booted from a Linux CD. If you routinely run as an
administrator the only reason you haven't been infected so far is because
you are lucky. The malware authors are always ahead of the anti-malware
authors.
 
In message <[email protected]> "Kerry
Brown said:
Windows is the only current OS where this attitude is prevalent.

Indeed. It exists because lazy developers assume everyone is an admin,
and apathetic users accept it.
There
should be no need to ever run as an administrator unless you are performing
administrative tasks.

And yet you put up a little popup before letting an administrative task
use administrative privileges, and look at how everyone moans!
 
Back
Top