Enable/Disable ClearType

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

ClearType is the Microsoft implementation of subpixel rendering technology, aiming to improve the appearance of text on certain types of computer display screens, especially LCD flat panel monitors.

<package
  id="cleartype"
  name="ClearType subpixel rendering technology (suggested for LCD/TFT monitors)"
  execute="once"
  priority="0">
    <install cmd="%SOFTWARE%\cleartype\fs.exe on c 1500" />
    <remove  cmd="%SOFTWARE%\cleartype\fs.exe off" />
</package>

You can get fs.exe from here: http://www.donationcoder.com/Forums/bb/index.php?topic=14154.msg124681#msg124681