PC Review


Reply
Thread Tools Rate Thread

APC Back-UPS CS XP Driver?

 
 
Bob
Guest
Posts: n/a
 
      30th Jan 2007
Hi,

Does anyone know if APC Back-UPS CS have any XP native driver?

This is the unit I am looking to buy:


 
Reply With Quote
 
 
 
 
LVTravel
Guest
Posts: n/a
 
      30th Jan 2007
Yes and no. There are two required physical connections and a program
connection to the UPS to allow Windows to function as a control. The first
physical connection is the power supply connection and the second is either
a USB or Serial connection (depending on UPS model and it looks as if this
unit will use either) to the computer and UPS. The power feature of XP does
not natively have the ability to shut down itself due to power outage but
has to have the driver from PowerChute to interact with XP for the shutdown
upon whatever settings you have made to the UPS. The footprint in memory of
the APC driver is relatively small (less than 5 MB) and leaves an icon in
the system tray. This allows quick access to the program to change
settings. It is relatively unobtrusive.

I have more powerful units (Backup RS 1500s) on all my desktops and they
function well. All are set to shut down Windows when I have 5 minutes of
power left. APC has always stood behind their product when I had the
occasional problem (owned various units for more than 15 years now.) Even
have them on my cable box & tvs, answering machine, etc. to keep those
devices alive when power goes out. Have turned off the power outage alarms
to all except one that I use for medical equipment in the house.

Hope this helps.


"Bob" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Does anyone know if APC Back-UPS CS have any XP native driver?
>
> This is the unit I am looking to buy:
>



 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      2nd Feb 2007
Thanks for your detail explanation. I have had a few other UPS all but one
has a native XP driver which allows me to set the shutdown policy. All other
are terrible as they use some external program which does not know how to
perform hibernation.

Anyone can call ExitWindowsEx() API to shutdown. Hence now I am on the
Market to buy a replacement, I want to avoid those that use external
program. Many are written to please the vendor's accountant and they are not
even written properly for Windows. One such one is Belkin. The program is so
bad it does not even conform to Windows XP security model. I bought one only
to discover the major problem and hence returning to the shop immediately to
get my money back.

I run all my machines in LUA (Least Privilege User Account) and the program
that was supplied by Belkin did not run at all - it tried to write to
"\Program Files\...." in clear violation of the security policy.

The UPS settings in XP has sufficient support to set the shutdown policy if
suitable USB driver is available.

So it is good to hear that APC has this kind of support and it is most
likely the one to get.

Thanks.

"LVTravel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Yes and no. There are two required physical connections and a program
> connection to the UPS to allow Windows to function as a control. The
> first physical connection is the power supply connection and the second is
> either a USB or Serial connection (depending on UPS model and it looks as
> if this unit will use either) to the computer and UPS. The power feature
> of XP does not natively have the ability to shut down itself due to power
> outage but has to have the driver from PowerChute to interact with XP for
> the shutdown upon whatever settings you have made to the UPS. The
> footprint in memory of the APC driver is relatively small (less than 5 MB)
> and leaves an icon in the system tray. This allows quick access to the
> program to change settings. It is relatively unobtrusive.
>
> I have more powerful units (Backup RS 1500s) on all my desktops and they
> function well. All are set to shut down Windows when I have 5 minutes of
> power left. APC has always stood behind their product when I had the
> occasional problem (owned various units for more than 15 years now.) Even
> have them on my cable box & tvs, answering machine, etc. to keep those
> devices alive when power goes out. Have turned off the power outage
> alarms to all except one that I use for medical equipment in the house.
>
> Hope this helps.
>
>
> "Bob" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi,
>>
>> Does anyone know if APC Back-UPS CS have any XP native driver?
>>
>> This is the unit I am looking to buy:
>>

>
>



 
Reply With Quote
 
Jeff Barnett
Guest
Posts: n/a
 
      3rd Feb 2007
Bob,

I think that APC wrote the XP battery interface software used in XP (at
least there logo is on the power options GUI). So I would think there
own software would probably get things right. However, there are some
options that can only be selected by an administrator account and that
is completely consistent with XP security policy: enabling hibernation,
selecting who and how to notify when there are power problems, and
timing before hibernation is induced.

-- Jeff Barnett

Bob wrote:
> Thanks for your detail explanation. I have had a few other UPS all but one
> has a native XP driver which allows me to set the shutdown policy. All other
> are terrible as they use some external program which does not know how to
> perform hibernation.
>
> Anyone can call ExitWindowsEx() API to shutdown. Hence now I am on the
> Market to buy a replacement, I want to avoid those that use external
> program. Many are written to please the vendor's accountant and they are not
> even written properly for Windows. One such one is Belkin. The program is so
> bad it does not even conform to Windows XP security model. I bought one only
> to discover the major problem and hence returning to the shop immediately to
> get my money back.
>
> I run all my machines in LUA (Least Privilege User Account) and the program
> that was supplied by Belkin did not run at all - it tried to write to
> "\Program Files\...." in clear violation of the security policy.
>
> The UPS settings in XP has sufficient support to set the shutdown policy if
> suitable USB driver is available.
>
> So it is good to hear that APC has this kind of support and it is most
> likely the one to get.
>
> Thanks.
>
>

 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      4th Feb 2007
>However, there are some options that can only be selected by an
>administrator account and that is completely consistent with XP security
>policy: enabling hibernation, selecting who and how to notify when there
>are power problems, and timing before hibernation is induced.

Fully agree otherwise there is chaos and no point having administrative
rights.

However, in many other UPS, their software ignores and fails to observe
where it can write the log files etc. It simply writes to "\Program
Files\....". LUA cannot write to that tree and its sub-tree. These programs
need to observe the Windows Security Model.

Unfortunately, often these UPS do not openly advertise their failings - I
suspect their developers are not aware of this either - and the only way to
find out is for forums like this to advertise their failings.

Like WiFi network adaptors, they can either use the Windows to configure it
(once the driver is loaded) or to use their provided software. It is the
user's choice. But in many UPS, they do not provide that choice.

Bob


"Jeff Barnett" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Bob,
>
> I think that APC wrote the XP battery interface software used in XP (at
> least there logo is on the power options GUI). So I would think there own
> software would probably get things right. However, there are some options
> that can only be selected by an administrator account and that is
> completely consistent with XP security policy: enabling hibernation,
> selecting who and how to notify when there are power problems, and timing
> before hibernation is induced.
>
> -- Jeff Barnett
>
> Bob wrote:
>> Thanks for your detail explanation. I have had a few other UPS all but
>> one has a native XP driver which allows me to set the shutdown policy.
>> All other are terrible as they use some external program which does not
>> know how to perform hibernation.
>>
>> Anyone can call ExitWindowsEx() API to shutdown. Hence now I am on the
>> Market to buy a replacement, I want to avoid those that use external
>> program. Many are written to please the vendor's accountant and they are
>> not even written properly for Windows. One such one is Belkin. The
>> program is so bad it does not even conform to Windows XP security model.
>> I bought one only to discover the major problem and hence returning to
>> the shop immediately to get my money back.
>>
>> I run all my machines in LUA (Least Privilege User Account) and the
>> program that was supplied by Belkin did not run at all - it tried to
>> write to "\Program Files\...." in clear violation of the security policy.
>>
>> The UPS settings in XP has sufficient support to set the shutdown policy
>> if suitable USB driver is available.
>>
>> So it is good to hear that APC has this kind of support and it is most
>> likely the one to get.
>>
>> Thanks.
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting back my keyboard driver gavin Windows Vista Administration 0 23rd Jun 2008 11:15 PM
How to Change SCSI Driver back to read from IDE/ATAPI Driver? Liz Barnard Windows XP Accessibility 1 13th Dec 2007 05:43 AM
driver back-up Pez D Spencer Windows XP General 6 8th Apr 2006 01:51 AM
Any driver back freeware Annie Freeware 10 20th May 2005 02:16 AM
Rolling back a driver Vance Roos Windows XP General 2 17th Aug 2003 03:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:08 PM.