Hi everyone,

I really need some help on deleting [x64] registry subkeys
I run my code and it shows that the keys were deleted
but when I search for the subkey everything seem like if nothing happened!
Code:
Set oReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv")
DelRegKeys "SOFTWARE\Classes\Interface\{1A2A195A-A0F9-4006-AF02-3F05EEFDE792}", HKEY_LOCAL_MACHINE
any help will be appreciate