Set-RegistryKey - REG_NONE value of 00

This reg file:

<code>
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SRB]
@=hex(0):00
</code>

Sets the Default value of a key to a REG_NONE type and a value of 00.
Set-RegistryKey -Key $keyPath -Name Default -Value 00 -Type None
doesn’t do it. I tried a bunch of different values, but can’t replicate the results. I’m not even sure about how to set the Default value properly, but that’s another question.