So geht es:
Delphi-Quellcode:
reg.RootKey := HKEY_LOCAL_MACHINE;
if reg.OpenKey('\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name', true) then
reg.WriteString('', Application.ExeName);
Allerdings benötigst du auch Schreibrechte auf dem Hive
HKLM.
Grüße vom marabu