It is possible to register Slidewise licenses so that users do not have to individually register the license. Multi-user subscriptions of Slidewise are usually issued so that they use the same registration name and key. Replace the details supplied upon purchase of Slidewise with the following in the scripts you create below:
REGISTRATION_NAME
REGISTRATION_KEY
Note: It is your responsibility to ensure that you have enough licenses to cover all the users that have access to Slidewise through per-user or per-machine registration. For help and questions, please contact support.
Script deployment
If you plan to deploy the script using something that runs as an Administrator, use HKLM, otherwise use HKCU. If that's a problem (e.g. because you need it to work only for a subset of users) please contact us.
In either case, save the file as a '.reg' file and then deploy it to the user/machine.
Per-machine registration (HKLM)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Neuxpower\Slidewise AddIn]
"RegisteredName"="REGISTRATION_NAME"
"LicenceKey"="REGISTRATION_KEY"
Per-user registration (HKCU)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Neuxpower\Slidewise AddIn]
"RegisteredName"="REGISTRATION_NAME"
"LicenceKey"="REGISTRATION_KEY"