banner

External.StopRemind method

Prevents Windows Welcome from creating Internet service provider (ISP) sign-up or registration reminders.

Syntax

window.external.StopRemind(lType);

Parameters lType

Long

Value Description
0 Registration reminder
1 ISP sign-up reminder
Return Values None
Applies To window.external
Example
window.external.StopRemind(1);
Comments Use StopRemind only in full-screen mode.