Using an accessible "System ID"

Status
Not open for further replies.

Pipmon

New member
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.
 
Status
Not open for further replies.
Back
Top