Testing the activation

Hello,

Could you tell me where the product key is stored in the registry?I need to delete it for testing.

Cheers,Kim

Hey Kim,

The product key isn't stored in the registry. To delete the product key just call Deactivate(true) (or Deactivate(1) in C/C++). That will deactivate and remove the product key.

Great, thanks.

Is there a way of resetting LimeLm so that it 'forgets' my machine, so I can test the trial functionality?

Thanks,Kim

No, just by calling ExtendTrial().

Thanks, I'll have a go with that.