Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > RE: registry: Could not open key:

Reply
Thread Tools Display Modes

RE: registry: Could not open key:

 
 
PaulB
Guest
Posts: n/a

 
      05-01-2009
Try right clicking on the install .exe and Select "Run as Administrator"
--
Paul


"MXC" wrote:

> When I uninstall or install SQL Server 2005
> I got several error message:
>
> Could not open key: key name.
> Verify that you have sufficient access to that key, or contact your support
> personnel
>
> When I check the permision of these keys, I found that it was blank in
> "Group and user Name"
> I had to set user there manually one by one.
>
> I do not know how the user would be deleted in these keys.
> If there are program could scan the regstry to find these keys which no any
> group or userhasthe permissions for the keys.
>
> Thanks
>

 
Reply With Quote
 
 
 
 
ju.c
Guest
Posts: n/a

 
      05-03-2009
That usually happens because a developer created the registry key
containing a null value, which cannot be read in Windows, to hide
some copy protection scheme.

You can delete an undeletable registry key using SysInternals'
RegDelNull:

"This command-line utility searches for and deletes Registry keys
that contain embedded-null characters that are undeleteable using
standard Registry-editing tools."

RegDelNull 44 KB (Freeware)
Info: http://technet.microsoft.com/en-us/s.../bb897448.aspx
Download: http://download.sysinternals.com/Files/Regdelnull.zip

Usage:
regdelnull <path> [-s] [-r]

path Registry path e.g. HKLM\SOFTWARE\
-s Recurse into subkeys

Example:
regdelnull -s HKLM\SOFTWARE\Classes\CLSID\{54955D07-73DF-4592-9A0F-C9D63E9360D2}


ju.c


"PaulB" <> wrote in message newsEBEA1CB-91B7-4606-B9FF-...
> Try right clicking on the install .exe and Select "Run as Administrator"
> --
> Paul
>
>
> "MXC" wrote:
>
>> When I uninstall or install SQL Server 2005
>> I got several error message:
>>
>> Could not open key: key name.
>> Verify that you have sufficient access to that key, or contact your support
>> personnel
>>
>> When I check the permision of these keys, I found that it was blank in
>> "Group and user Name"
>> I had to set user there manually one by one.
>>
>> I do not know how the user would be deleted in these keys.
>> If there are program could scan the regstry to find these keys which no any
>> group or userhasthe permissions for the keys.
>>
>> Thanks
>>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Registry Entry files will only open with notepad DeWitch Windows Vista General Discussion 11 04-08-2009 03:53 PM
Cannot open access control editor, invalid Registry value? YXQ Windows Vista Security 0 03-25-2009 03:17 AM
Vista Registry open key not identified Bob Arnett Windows Vista Performance 0 12-01-2008 05:18 PM
Icon for Indication of Open Registry Key Folder not working or mis Bob Arnett Windows Vista Performance 0 12-01-2008 05:14 PM
Registry fault: Can't open on-screen keyboard Vista/Office 2007 Ho Helga Windows Vista General Discussion 0 08-09-2007 02:14 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59