AutoLogon Property
The AutoLogon property indicates whether the windows logon is done automatically when the computer is started.
Syntax
SiteKiosk.StartSettings.AutoLogon [=bool]
|
Possible Values
Boolean value that specifies or retrieves the AutoLogon status.
|
The property is read/write.
Remarks
Examples
The following example determines if the windows logon will be done automatically when the computer is started.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.StartSettings.AutoLogon);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top