Question : Change key default value by script

Hello, I am trying to create a registry script that will create a key and change its default value to 0, below is what I tried and it creates the Key but it doesn't change the value.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E87F6C8E-16C0-11D3-BEF7-009027438003}]
"Default"=reg_sz:0

Answer : Change key default value by script

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{E87F6C8E-16C0-11D3-BEF7-009027438003}]
@="0"
Random Solutions  
 
programming4us programming4us