Skip to content
⌘ NSIS Forum Archive

How to write thie value?

7 posts

bluenet#

How to write thie value?

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.mp3\OpenWithProgIds]
"mp3file"=hex(0):

This is the .reg file.I try to

WriteRegBin HKCR .mp3\OpenWithProgIds mp3file ""

but not work
VegetaSan#
hmm.. Well dont know how to read the value's but try this:


WriteRegStr HKCR ".mp3\OpenWithProgIds" "mp3file" "hex(0)"
Brummelchen#
it makes NO difference - DAMN

at least IT'S BINARY

REG_NONE is not a specified value, its nothing and Windows handles it as BINARY