Here is the code that works with my .reg file
Code: Select all
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION]
"MyProgram.exe"=dword:0

But this is as close as I could get with Neobook's RegistryWrite
Code: Select all
RegistryWrite "HKEY_CURRENT_USER" "SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION\MyProgram.exe" "0x00000000 (0)"

How do I switch the "Type" value from REG_SZ to RG_DWORD?
Does anybody know? Thanks in advance.
