The list below displays all variables available in the [SYSTEM] section of the Setup.ini configuration file.
AutoLogon_<Realm> = <u>:<p> (where "AutoLogon_", "=", and ":" are literal, <Realm> is the name of the realm for which you wish to create an autologon, <u> is the username, and <p> is the password (e.g. AutoLogon_MyRealm = Guest:GuestPass)). Enables you to create a pre-defined user account for a specific realm to allow guests to automatically logon without entering a username and password. You may configure multiple realms with autologons by listing them on separate lines in Setup.ini's [SYSTEM] section (e.g. AutoLogon_MyFirstRealm = Guest:GuestPass, AutoLogon_MySecondRealm = Demo:Enter).
If a namespace delimiter is used (see Realm Area Filtering), the username defined in the AutoLogon_<Realm> = <u>:<p> setting MUST NOT include the realm. For example, if the username is Demo.Guest, enter AutoLogon_Demo = Guest:Pass, NOT AutoLogon_Demo = Demo.Guest:Pass.
Note: Use of this Setup.ini variable will allow users to bypass the Enter Network Password dialog that requests a username and password before allowing the user to logon. It is intended only for closed intranet use where VIC security is not an issue, or for demonstration purposes only.