Avatar of mlsides
mlsides
 asked on

Unable to delete empty registry key

I am unable to install Windows XP SP3 on a Dell laptop because the installation blows up when attempting to update the registry.  The problem centers on this subkey:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl]

All attempts to delete, open, rename, overwrite or otherwise affect it produce error messages in the nature of "error reading registry".  This does not appear to be a permissions issue; the subkey itself and its superior key \Main have Full Control assigned to Everyone and to me personally.  An export of the \Main key does not show this subkey at all.

I have tried safe mode, the registry cleaners EUsing and RegSeeker, and RegDelNull to no avail.  I've also tried importing a reg file with this statement:

-[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl]

So far nothing has worked.  How can I get rid of this thing?

Thanks.
System UtilitiesWindows XP

Avatar of undefined
Last Comment
mlsides

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
jss1199

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
LeeTutor

That part of the registry might be loaded on a corrupted sector of the disk.  Try running CHKDSK.
LeeTutor

mlsides, any feedback?
mlsides

ASKER
Not yet, Lee.  Workday just beginning and I need to get access to the workstation.  Will report back when possible; thanks for both suggestions so far.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
mlsides

ASKER
Lee, CHKDSK ran clean and made no difference.

jss1199, you ring the chimes!  For the benefit of others, the correct syntax is

subinacl /subkeyreg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\Main\FeatureControl\"
/setowner=YourUsername

I had to try several approaches, the working one was to log in as the local adminstrative account and grant that account full rights, at which the subkey opened up and permitted further rights settings.  Thanks very much!