We market a software using a 30 day trial version. Currently we track the trial version via Registry keys. However, this becomes a problem with business users whose IT dept controlled laptop does not allow them admin privileges. So we are looking for other ways to implement the trial version checks which do not include the registry or admin privileges.
Are there any best practices regarding this? We do not want to implement web based checking. Also, we do not want to limit features in the trial version. The other option we have thought about is to write date in a hidden encrypted file.
Any reference or pointers to solving this are greatly appreciated.