It is in HKEY_USERS
The path is "\.DEFAULT\Software\Microsoft\Windows\Run"
and the value for the key is "Choke"

So it's:
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\Run\Choke

How can I get rid of this value using RegDeleteValue with code?