How can i get visual basics 6.0 to accept this registry entry
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\msn.com\related]
"http"=dword:00000004
or in the form of a batch accept this entry...
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\1clickspyclean.com" /v * /t REG_DWORD /d 4 /f

