Use double quotes if a string contains spaces. Default is "*". /k Specifies to search in key names only. /d Specifies the ...

Use double quotes if a string contains spaces. Default is "*".    /k       Specifies to search in key names only.    /d       Specifies the search in data only.    /c       Specifies that the search is case sensitive.            The default search is case insensitive.    /e       Specifies to return only exact matches.            By default all the matches are returned.    /t       Specifies registry value data type.            Valid types are:              REG_SZ, REG_MULTI_SZ, REG_EXPAND_SZ,              REG_DWORD, REG_BINARY, REG_NONE            Defaults to all types.    /z       Verbose: Shows the numeric equivalent for the type of the valuename.