What the *&^%$ am I doing wrong here

(imported topic written by boostaz191)

value “00036601” of key “HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles”(value “DefaultProfile” of key “HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles” of registry)"\13dbb0c8aa05101a9bb000aa002fc45a" of registry

(imported comment written by MattBoyd)

There’s a few missing ampersands (&) and you may need to change the position of some parentheses. Give this a try:

value “00036601” of key (“HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles” & (value “DefaultProfile” of key “HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles” of registry as string) & “\13dbb0c8aa05101a9bb000aa002fc45a”) of registry