Ok, I have a weird one here. I have been using KiXtart for 15+ years now in multiple different companies. I have moved on to a new company and I am testing it out and I appear to be having a problem I have never had before. I am trying to delete a registry VALUE.
 Code:
DelValue("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run","CitrixReceiver")

This is returning the error 5 - Access Denied
I am an administrator on the computer. I can delete the value manually, any idea why this isn't allowing me to remove this? I know there are other ways to accomplish this, however, KiXtart always just worked for me so I would rather stick with something I "know" as opposed to adding a new variable to the mix.

Any input would be greatly appreciated.