Using an accessible "System ID"

Can the “unique systemID” shown on the NAG screen at startup be changed to any of the “GetManualHardwareID(x)” values? (or any other value that I might prefer)

You could change the code of the nag dialog box to display your value based on GetManualHardwareID. Use HEScript to store the value you want from GetManualHardwareID into a global variable and use JavaScript to display the global variable in the nag dialog box.

So essentially just change the parameter passed via "getGlob(‘uniqSystemID’) in the NAG dialog script. OK thanks.

This topic was automatically closed after 24 hours. New replies are no longer allowed.