Is there a way where I can clear of the registration information and run the same application in trial mode?

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Registration > Common >

Is there a way where I can clear of the registration information and run the same application in trial mode?

You can use the SDK function WLRegRemoveCurrentKey or just explicitly deleting the file license (or registry key) which holds the registration information. Basically, that function removes the file from disk (or the Registry license from the Windows Registry).

 

If you want to fully invalidate the current license, so it cannot be used again, you have to call the function WLRegDisableCurrentKey.