Thursday, September 03, 2009

Windows Media Center Traps The Cursor

Running Windows Media Center (MCE) on Vista Premium with two monitors. When maximizing Media Center, the cursor would get trapped in the MCE window which made it impossible to work on the other monitor. Apparently this bug has been present since MSWindows XP, so it is a design feature.

MCEMultiMon (unzip it - no install program) provides a few commands to send MCE to different monitors and allows MCE to be maximized without trapping the cursor.

On this PC, the right monitor is #1 and the left monitor is #2. To make the program work properly, editing the configuration file to offset the window was necessary. The changes are in bold:
[Version]
Current=0.2
[Screen 1]
Enabled=1
Width=1280
Height=1024
X Offset=0
Y Offset=0
[Screen 2]
Enabled=1
Width=1152
Height=864
X Offset=-1152
Y Offset=0
[Screen 3]
Enabled=0
Width=1280
Height=1024
X Offset=2560
Y Offset=0
[Screen 4]
Enabled=0
Width=1280
Height=1024
X Offset=3840
Y Offset=0
[Default Screen]
Current=2
[Startup]
Run with Windows=0


The next feature of MCE that would be useful to change is to make the application volume control work for the application, and not change the volume for everything. For example, muting MCE mutes everything and this is not desired.

Saturday, August 22, 2009

Blocking Web Ads

Firefox has add-ons to block advertisements. While these are effective within the specific browser, modifying the hosts file in MS Windows will provide a more complete solution that works in all browsers for all users of the PC.

Updating the HOSTS file in MS Windows Vista is described here.

Sunday, August 16, 2009

Burn ISO To CD

I found isorecorder to be a handy utility to burn ISO images on MS Windows. Simply right-click on an iso file and choose "Copy image to CD".