$getproperty
Returns the current settings of certain device or registry properties. Syntax #1 Returns the current settings of certain desktop properties. $getproperty(“desktop”,property) Parameters property A character string or an expression that evaluates to a character string. Properties include MousePresent, ScreenColors (or ScreenColours), ScreenHeight, ScreenUnits, and ScreenWidth. Return Value Character string or $null if property is not…
Read more