banner

External.get_RetailOobe method

Detects whether Microsoft® Windows® uses the retail version of Windows Welcome.

Syntax

window.external.get_RetailOobe();

Parameters None
Return Values Boolean. Returns the value TRUE if Windows uses the retail version of Windows Welcome. Returns the value FALSE if Windows uses the OEM version of Windows Welcome.
Applies To window.external
Example
bType = window.external.get_RetailOobe();