How do I...?

Get the Registered User of the Computer

To detect the registered user of the system in AutoPlay Media Studio:

  1. Insert the following script in the On Startup event of your project:

user = System.GetUserInfo();

Note: User is a table variable.  To display this information on a page in your application, reference:
user.RegOwner – the registered owner of the computer
user.RegOrganization – the registered organization