I understand that with powershell it's possible to change registry values.
for example, here: http://poshcode.org/3504
we can set the properties like this:
Set-ItemProperty 'HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice' -name ProgId IE.FTP
however, is it possible to set these binary values using powershell??
