darkjeric wrote:Works fine for me on Vista Business. One annoying little thing: Vista keeps preventing SetFSBTray to run at startup, because it needs administrator elevation to run (which is inevitable if software has to change hardware stuff). There is absolutely no way (except turning off UAC of course) to have it run directly at startup, I always have to clich 'See blocked programs' and then click the link to start it manually.
But since I practically never shut it down (always in standby), it doesn't bother me too much. It still is a great app, and Vista UAC is just a tad too restrictive 
try MS's Application Compatibility Toolkit
http://www.microsoft.com/downloads/deta … laylang=en
1)Download and install the Application Compatibility Toolkit
2) In the Start menu, locate the new folder. Find the shortcut icon for Compatibility Administrator. Right click it and clik Run as administrator.
3) In the left hand pane, right-click on the database under Custom Databases and select Create New, and select Application Fix.
4) Enter the name and other details of the application you want to alter behavior on and then browse to it to select it. Click Next.
5) Click Next until you are in the Compatibility Fixes screen.
6) On the Compatibility Fixes screen, find the item RunAsInvoker, and check it.
7) Click Next and then Finish.
Select File and Save As. Save the file as a filename.SDB type file in a directory you will easily find it.
9) Copy the .sdb file to the Vista computer you want to alter the elevation prompt behavior on.
10) Click Start>All Programs>Accessories. Right click Command Prompt and click Run as administrator.
11) Run the command below:
sdbinst \.sdb
For example, if you saved the .SDB file as abc.sdb in the c:\Windows folder, the command should be like this:
sdbinst c:\abc.sdb
It should prompt: Installation of complete.
Unistall fix
sdbinst.exe -u c:\abc.sdb
Works to fix most uac problematic apps don't know why they don't publicize it more then they do