Tuesday, April 29, 2008

v7.00.0076 - 2008-04-29 15:06

  • ! A crash on startup (error 5) could happen on systems with an
    unexpected value at registry key HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\Shell Icon Size. Fixed.
  • ! Scripting: If AutoRefresh is True before script execution then the following script should auto-restore AutoRefresh to True after script execution:
      setting "AutoRefresh", 0; setting "AutoRefresh", 1;
    However, it did restore the Value to False. Fixed.