exists
(
value "Start Page" of key "Software\Microsoft\Internet Explorer\Main" of
(
key whose
(
(
(
it = name of current user as lowercase OR it starts with name of current user as lowercase & "@"
)
of
(
it as string as lowercase
)
of
(
if
(
name of operating system = "Win7"
)
then value "USERNAME" of key "Volatile Environment" of it else value "Logon User Name" of key "Software\Microsoft\Windows\CurrentVersion\Explorer" of it
)
)
)
of key "HKEY_USERS" of registry
)
as string as lowercase
)
whose
(
it contains ".microsoft.com/" OR it contains "/dell?hl=en&client=dell-usuk-rel" OR it contains "startnow.com"
)
exists (value "Start Page" of key "Software\Microsoft\Internet Explorer\Main" of (key whose (((it = name of current user as lowercase OR it starts with name of current user as lowercase & "@") of (it as string as lowercase) of (if (name of operating system = "Win7") then value "USERNAME" of key "Volatile Environment" of it else value "Logon User Name" of key "Software\Microsoft\Windows\CurrentVersion\Explorer" of it))) of key "HKEY_USERS" of registry) as string as lowercase) whose (it contains ".microsoft.com/" OR it contains "/dell?hl=en&client=dell-usuk-rel" OR it contains "startnow.com")