A solução é reverter o relógio para a data em que o software foi instalado pela primeira vez. Isso pode ser feito manualmente, mas é complicado. É melhor escrever um pequeno script em lote para fazer o trabalho. O software continua funcionando depois que a data foi redefinida para a data de hoje.
SET BackupDate=%date%
ECHO Today's Date backed up to: %BackupDate%
:: This echo will show you the date format to be used in the next line,
:: or you can simply look at the notification tray.
:: The date itself has to be when you first installed the software.
PAUSE
DATE 2009-05-23
:: CEPT consists of a number of exe files of which FileTypeDoctor is one.
:: Look in Program Files to find the others.
START "" "C:\Program Files\Creative Element Power Tools\File Type Doctor.exe"
:: Reset today's date.
DATE %BackupDate%