C
Chuck Flink
I note a LOT of answers of this sort:
"At present, Microsoft AntiSpyware Beta 1 will only
operate correctly in accounts with Administrator rights.
This is a known restriction and will probably change in
future, but do not hold your breath."
For DECADES now, UNIX users have know that it is a very
foolish practice to login as "root" (superuser,
admniistrator, etc.) for ANYTHING other than strict
administrative functions. There is no greater
security "sin" in the UNIX, Linux and mainframe worlds
than to fail to strictly restrict and respect
administrator rights.
With Windows NT 3.1 (13 years ago!) Microsoft entered the
modern era by FINALLY separating administrator rights from
ordinary user rights....
Yet we still have this "only works for accounts with
administrator rights" crap!
If you STILL have not set up a separate "limited" account
for your day-to-day ordinary computing... if you STILL do
everything as a member of the administrators group...
Understand you are handing over your system to every fool
who ever had write permission on any executable you
blithly execute.... and realize that administrators have
write permission (at least indirectly) on virtually
everything.... not just their own files!
Learn what "least privilege" means and operate that way!
No programmer worth his salt should read mail, browse the
web, and edit documents while logged in with
administrative rights.
Now programmer worth his salt should develop software
executable by non-admin users AND TEST IT ONLY AS AN
ADMINISTRATOR!
If MS Spyware only runs correctly as an administrator, it
should NOT run in be running in the tray of an ordinary
user. ...it should be running as a service to provide
the real-time protection, not as a task running in the
tray of an unpriviledge user!
"At present, Microsoft AntiSpyware Beta 1 will only
operate correctly in accounts with Administrator rights.
This is a known restriction and will probably change in
future, but do not hold your breath."
For DECADES now, UNIX users have know that it is a very
foolish practice to login as "root" (superuser,
admniistrator, etc.) for ANYTHING other than strict
administrative functions. There is no greater
security "sin" in the UNIX, Linux and mainframe worlds
than to fail to strictly restrict and respect
administrator rights.
With Windows NT 3.1 (13 years ago!) Microsoft entered the
modern era by FINALLY separating administrator rights from
ordinary user rights....
Yet we still have this "only works for accounts with
administrator rights" crap!
If you STILL have not set up a separate "limited" account
for your day-to-day ordinary computing... if you STILL do
everything as a member of the administrators group...
Understand you are handing over your system to every fool
who ever had write permission on any executable you
blithly execute.... and realize that administrators have
write permission (at least indirectly) on virtually
everything.... not just their own files!
Learn what "least privilege" means and operate that way!
No programmer worth his salt should read mail, browse the
web, and edit documents while logged in with
administrative rights.
Now programmer worth his salt should develop software
executable by non-admin users AND TEST IT ONLY AS AN
ADMINISTRATOR!
If MS Spyware only runs correctly as an administrator, it
should NOT run in be running in the tray of an ordinary
user. ...it should be running as a service to provide
the real-time protection, not as a task running in the
tray of an unpriviledge user!