unique values of
(
(
(
it as UPPERCASE
)
of string values of
(
selects "PNPDeviceID from Win32_DesktopMonitor" of wmis ;
(
selects "InstanceName FROM WMIMonitorID" of wmis "root\wmi"
)
)
)
;
(
(
it as UPPERCASE
)
of
(
following texts of lasts "\Enum\" of it
)
of
(
it as string
)
of keys whose
(
exists keys "Device Parameters" of it
)
of keys of keys "Enum\DISPLAY" of
(
keys "CurrentControlSet" of it;keys whose
(
name of it starts with "ControlSet"
)
of it
)
of keys "HKEY_LOCAL_MACHINE\SYSTEM" of
(
x64 registries;x32 registries
)
)
)
unique values of ( ( (it as UPPERCASE) of string values of ( selects "PNPDeviceID from Win32_DesktopMonitor" of wmis ; (selects "InstanceName FROM WMIMonitorID" of wmis "root\wmi") ) ) ; ( (it as UPPERCASE) of (following texts of lasts "\Enum\" of it) of (it as string) of keys whose(exists keys "Device Parameters" of it) of keys of keys "Enum\DISPLAY" of (keys "CurrentControlSet" of it;keys whose(name of it starts with "ControlSet") of it) of keys "HKEY_LOCAL_MACHINE\SYSTEM" of (x64 registries;x32 registries) ) )