I am trying to create a Perl script to remove all dead OCX references from the registry. (Win32::Registry)
So far it successfully does this with the exception of the references in the HKLM\SOFTWARE\Microsoft\Visual Basic\6.0 key. e.g. {043A3B20-756E-43E4-84AE-4624EBCECB1E}#5.1
Is there something special about this key that is preventing me from deleting? Or something I need to code differently?
Thanks,
Dave