[SOLVED] Write Registry under HKEY_CLASSES_ROOT
Hi,
writing to the registry is no problem, I just can't figure out how to write to

HKEY_CLASSES_ROOT\something

I tried
WriteRegStr HKCR "something" "name" "value"
and
WriteRegStr HKEY_CLASSES_ROOT "something" "name" "value"
but the Keys were not created. I found it at
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\something
instead..
Could anyone point me into the right direction please?

Windows 7 64 bit by the way :)


EDIT
Everything works fine, forgot to press F5 to refresh the Regedit editor.... 'duh