Go Back   TechArena Community > Technical Support > Computer Help > Windows Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



Unable to Delete Registry Key

Windows Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 02-02-2009
To Old To . . .
 
Posts: n/a
Unable to Delete Registry Key

I have 3 registry keys that I cannot delete. "Error opening Key"
I cannot take ownership because there is no permissions.
I have tried reg and tried to make a .reg file. no elp
The keys are
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
Extensions\Approved\{46D9700D-6DAC-7507-46E7-457874290BE0}
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
Extensions\Approved\{4B3E4A36-23CD-FC8D-0BB7-F8E8437CBAE0}
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
Extensions\Approved\{C34915D6-DC50-AEBD-57B2-6CCDBFF763AC}

Any suggestions?
Sysinternals regnull shows as a security mismatch.

Is there a natice api program that I can run to put the valuse in that I
would like to delete? Or is there some other way to delete these keys?

Thank you in advance

Reply With Quote
  #2  
Old 02-02-2009
David H. Lipman
 
Posts: n/a
Re: Unable to Delete Registry Key

From: "To Old To . . ." <ToOldTo@discussions.microsoft.com>

| I have 3 registry keys that I cannot delete. "Error opening Key"
| I cannot take ownership because there is no permissions.
| I have tried reg and tried to make a .reg file. no elp
| The keys are
| HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
| Extensions\Approved\{46D9700D-6DAC-7507-46E7-457874290BE0}
| HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
| Extensions\Approved\{4B3E4A36-23CD-FC8D-0BB7-F8E8437CBAE0}
| HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
| Extensions\Approved\{C34915D6-DC50-AEBD-57B2-6CCDBFF763AC}

| Any suggestions?
| Sysinternals regnull shows as a security mismatch.

| Is there a natice api program that I can run to put the valuse in that I
| would like to delete? Or is there some other way to delete these keys?

| Thank you in advance


You have to find the DLL that is being used and kill it. The keys are protected.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp


Reply With Quote
  #3  
Old 03-02-2009
To Old To . . .
 
Posts: n/a
Re: Unable to Delete Registry Key

I have booted with an external WinPE disk and remote regedit. The keys are
not being protected at that point. A virus has wriiten to the keys and the
security users have been removed. I have ran into this before about two years
ago, but I cannot find the tool that I used to remove it then. All I remember
was that it was a regedit tool that was written in native API and not Windows
API. I found a couple of partial tools on Code project but they are not
complete enough to use, missing files.
Thanks for your reply.



"David H. Lipman" wrote:

> From: "To Old To . . ." <ToOldTo@discussions.microsoft.com>
>
> | I have 3 registry keys that I cannot delete. "Error opening Key"
> | I cannot take ownership because there is no permissions.
> | I have tried reg and tried to make a .reg file. no elp
> | The keys are
> | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
> | Extensions\Approved\{46D9700D-6DAC-7507-46E7-457874290BE0}
> | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
> | Extensions\Approved\{4B3E4A36-23CD-FC8D-0BB7-F8E8437CBAE0}
> | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
> | Extensions\Approved\{C34915D6-DC50-AEBD-57B2-6CCDBFF763AC}
>
> | Any suggestions?
> | Sysinternals regnull shows as a security mismatch.
>
> | Is there a natice api program that I can run to put the valuse in that I
> | would like to delete? Or is there some other way to delete these keys?
>
> | Thank you in advance
>
>
> You have to find the DLL that is being used and kill it. The keys are protected.
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
>
>
>

Reply With Quote
  #4  
Old 16-03-2009
To Old To . . .
 
Posts: n/a
Re: Unable to Delete Registry Key

Well I found the answer.


RegDelNull v1.10 - Delete Registry keys with embedded null
Copyright (C) 2005-2006 Mark Russinovich
Sysinternals - www.sysinternals.com


regdelnull hku -S

Thank you Mark



"To Old To . . ." wrote:

> I have booted with an external WinPE disk and remote regedit. The keys are
> not being protected at that point. A virus has wriiten to the keys and the
> security users have been removed. I have ran into this before about two years
> ago, but I cannot find the tool that I used to remove it then. All I remember
> was that it was a regedit tool that was written in native API and not Windows
> API. I found a couple of partial tools on Code project but they are not
> complete enough to use, missing files.
> Thanks for your reply.
>
>
>
> "David H. Lipman" wrote:
>
> > From: "To Old To . . ." <ToOldTo@discussions.microsoft.com>
> >
> > | I have 3 registry keys that I cannot delete. "Error opening Key"
> > | I cannot take ownership because there is no permissions.
> > | I have tried reg and tried to make a .reg file. no elp
> > | The keys are
> > | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
> > | Extensions\Approved\{46D9700D-6DAC-7507-46E7-457874290BE0}
> > | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
> > | Extensions\Approved\{4B3E4A36-23CD-FC8D-0BB7-F8E8437CBAE0}
> > | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell
> > | Extensions\Approved\{C34915D6-DC50-AEBD-57B2-6CCDBFF763AC}
> >
> > | Any suggestions?
> > | Sysinternals regnull shows as a security mismatch.
> >
> > | Is there a natice api program that I can run to put the valuse in that I
> > | would like to delete? Or is there some other way to delete these keys?
> >
> > | Thank you in advance
> >
> >
> > You have to find the DLL that is being used and kill it. The keys are protected.
> >
> > --
> > Dave
> > http://www.claymania.com/removal-trojan-adware.html
> > Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
> >
> >
> >

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Unable to Delete Registry Key"
Thread Thread Starter Forum Replies Last Post
Unable to delete Fun Web Products registry entries MossS AntiVirus Software 4 26-08-2011 12:37 PM
Not able to delete keys from the registry. Oren10 Windows Software 3 09-05-2009 10:53 AM
Unable to delete invalid registry entries miscak Vista Help 7 02-10-2008 05:24 PM
Unable to delete invalid registry entries miscak Vista Help 3 01-10-2008 09:37 PM
Unable to delete registry keys Art Vista Help 2 05-12-2007 03:40 AM


All times are GMT +5.5. The time now is 11:38 PM.