There is no need to re-enter the licence key for the current version of the application to continue functioning after renewing the licence. However, if you plan to update the software to a newer version, it is possible that the new version will not accept the existing licence key on that machine, if the new version was not covered but the previous key. In such cases, we recommend updating the licence key beforehand on all machines.
The licence key is stored in the following location:
%PROGRAMDATA%\RAM Disk\ramdisk.xml
You can update this file across multiple machines without reinstalling the software. The relevant section in the file is:
<?xml version="1.0" encoding="UTF-8"?>
<ramdisk>
<config>
...
<license>licence-key-code-goes-here</license>
...
</config>
<mount/>
<autorun/>
</ramdisk>
When updating the licence key this way, remove the BEGIN/END markers from the key to avoid any issues. You can deploy the updated ramdisk.xml file via a script or Group Policy to all client PCs. Please ensure that the RAM Disk software is not running when updating the file to prevent overwriting.