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
Archive: How to write thie value?
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
hmm.. Well dont know how to read the value's but try this:
WriteRegStr HKCR ".mp3\OpenWithProgIds" "mp3file" "hex(0)"
WriteRegBin HKCR ".mp3\OpenWithProgIds" "mp3file" "00"
;)
But this is REG_BINARY,not REG_NONE.
The reg file import a REG_NONE entry,and value is emptry.
i c
WriteRegBin HKCR ".mp3\OpenWithProgIds" "mp3file" ""
(have same entry)
This command write REG_BINARY,not REG_NONE
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