Invokes the Properties context menu command on a Shell object
#include <WinAPIShellEx.au3>
_WinAPI_ShellObjectProperties ( $sFilePath [, $iType = $SHOP_FILEPATH [, $sProperty = '' [, $hParent = 0]]] )
| $sFilePath | The object name. |
| $iType | [optional] The value that specifies the type of object. $SHOP_PRINTERNAME $SHOP_FILEPATH (Default) $SHOP_VOLUMEGUID |
| $sProperty | [optional] The name of the property sheet page to be opened initially. |
| $hParent | [optional] Handle of the parent window of the dialog box. |
| Success: | True. |
| Failure: | False. |
Search SHObjectProperties in MSDN Library.