Problem with registry

D

-=Dan=- ©

Hi all,

I've got a problem on a machine here, trying to access a certain key using
Regedit I get an 'Access denied' error. The key is:

HKLM\SOFTWARE\Classes\Interface\{F7A533DB-676E-4CC2-9890-BD547A7CFD28}

I'm logged in as the local Administrator so it's not a rights issue.

Any help much appreciated.

Dan
 
T

Terry

On 1/6/2005 9:47 AM On a whim, -=Dan=- © pounded out on the keyboard
Hi all,

I've got a problem on a machine here, trying to access a certain key using
Regedit I get an 'Access denied' error. The key is:

HKLM\SOFTWARE\Classes\Interface\{F7A533DB-676E-4CC2-9890-BD547A7CFD28}

I'm logged in as the local Administrator so it's not a rights issue.

Any help much appreciated.

Dan

I didn't find the key on this machine but that's not unusual. Do you
have any problems accessing any of the other keys under Interface? Do
you know what program the key is related to? A Google search came up
empty. Possibly the program that installed it is using the key? Have you
tried Safe Mode?


--
Terry

***Reply Note***
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
 
D

-=Dan=- ©

Terry said:
On 1/6/2005 9:47 AM On a whim, -=Dan=- © pounded out on the keyboard


I didn't find the key on this machine but that's not unusual. Do you have
any problems accessing any of the other keys under Interface? Do you know
what program the key is related to? A Google search came up empty.
Possibly the program that installed it is using the key? Have you tried
Safe Mode?
Hi Terry,

thanks for the quick response. The problem becomes apparent when I try to
install AVG Anti-Virus software. I wonder if AVG created that key on a
previous install? It *is* now uninstalled though, ready to be reinstalled. I
have tried Safe Mode, I even repaired the Windows XP installation today from
a CD and it is still the same.

Appreciate any more ideas!

Dan
 
T

Terry

On 1/6/2005 12:45 PM On a whim, -=Dan=- © pounded out on the keyboard
Hi Terry,

thanks for the quick response. The problem becomes apparent when I try to
install AVG Anti-Virus software. I wonder if AVG created that key on a
previous install? It *is* now uninstalled though, ready to be reinstalled. I
have tried Safe Mode, I even repaired the Windows XP installation today from
a CD and it is still the same.

Appreciate any more ideas!

Dan

Hi Dan,

I'm not sure I'm following you. Are you trying to install AVG and it
informs you of the key being locked? You already had AVG installed
correct? So are you trying to upgrade, but you uninstalled it first?

Have you tried using a reg file to delete it (save the two lines below
to a text file called delete.reg, then right click on the file and
select Merge)? The minus at the beginning removes the key.

REGEDIT4

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{F7A533DB-676E-4CC2-9890-BD547A7CFD28}]



--
Terry

***Reply Note***
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
 
W

Wesley Vogel

I have that key...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\NumMethod
s

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\ProxyStub
Clsid32

Doesn't matter if you are an administrator. Check the permissions on the
key itself.

Caution
[[Incorrectly editing the registry may severely damage your system. Before
making changes to the registry, you should back up any valued data on your
computer. ]]

Try this...
Reset the registry permissions
As soon as you have found the registry subkey that has the incorrect
permissions, update the permissions for that subkey.

To update the permissions of the registry subkey, follow these steps:
a. Click Start, click Run, type regedit, and then click OK to start
Registry Editor.
b. Locate and right-click the registry subkey:
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
and then click Permissions.
c. Under Group or user names, click Administrators.
d. Under Permissions for Administrators, make sure that the Allow check box
for the following entries is selected:
• Full Control
• Read
e. Click Apply, and then click OK.
f. On the File menu, click Exit to quit Registry Editor.

Open the Registry Editor again and see if you can delete the key now.

If not, try this...
Start | Run | Type: regedit | OK |
Navigate to >>>
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Right click the key in the left hand pane | Permissions... | Advanced
button | Owner tab | click the new owner and then click OK.

[[You can take ownership of a registry key if you are logged on as an
administrator or if you have been specifically assigned the permission to
take ownership of the registry key by the current owner. ]]

See permissions, registry in Registry Editor HELP.

Also check these out.

To assign permissions to a registry key
http://www.microsoft.com/resources/...xp/all/proddocs/en-us/regedit_permit_key.mspx

To assign special access to a registry key
http://www.microsoft.com/resources/...ll/proddocs/en-us/regedit_assign_specacc.mspx

To grant Full Control of a registry key
http://www.microsoft.com/resources/.../xp/all/proddocs/en-us/regedit_yield_own.mspx

To add users or groups to the audit list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_audit_key_adduser.mspx

To add users or groups to the Permissions list
http://www.microsoft.com/resources/...roddocs/en-us/regedit_permit_key_adduser.mspx

To remove a user or group from the Permissions list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_permit_key_remove.mspx

To take ownership of a registry key
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regedit_take_own.mspx
 
K

Kelly

What does the Default Data read, Wes?

--
All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


Wesley Vogel said:
I have that key...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\NumMethod
s

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\ProxyStub
Clsid32

Doesn't matter if you are an administrator. Check the permissions on the
key itself.

Caution
[[Incorrectly editing the registry may severely damage your system. Before
making changes to the registry, you should back up any valued data on your
computer. ]]

Try this...
Reset the registry permissions
As soon as you have found the registry subkey that has the incorrect
permissions, update the permissions for that subkey.

To update the permissions of the registry subkey, follow these steps:
a. Click Start, click Run, type regedit, and then click OK to start
Registry Editor.
b. Locate and right-click the registry subkey:
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
and then click Permissions.
c. Under Group or user names, click Administrators.
d. Under Permissions for Administrators, make sure that the Allow check
box
for the following entries is selected:
• Full Control
• Read
e. Click Apply, and then click OK.
f. On the File menu, click Exit to quit Registry Editor.

Open the Registry Editor again and see if you can delete the key now.

If not, try this...
Start | Run | Type: regedit | OK |
Navigate to >>>
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Right click the key in the left hand pane | Permissions... | Advanced
button | Owner tab | click the new owner and then click OK.

[[You can take ownership of a registry key if you are logged on as an
administrator or if you have been specifically assigned the permission to
take ownership of the registry key by the current owner. ]]

See permissions, registry in Registry Editor HELP.

Also check these out.

To assign permissions to a registry key
http://www.microsoft.com/resources/...xp/all/proddocs/en-us/regedit_permit_key.mspx

To assign special access to a registry key
http://www.microsoft.com/resources/...ll/proddocs/en-us/regedit_assign_specacc.mspx

To grant Full Control of a registry key
http://www.microsoft.com/resources/.../xp/all/proddocs/en-us/regedit_yield_own.mspx

To add users or groups to the audit list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_audit_key_adduser.mspx

To add users or groups to the Permissions list
http://www.microsoft.com/resources/...roddocs/en-us/regedit_permit_key_adduser.mspx

To remove a user or group from the Permissions list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_permit_key_remove.mspx

To take ownership of a registry key
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regedit_take_own.mspx

--
Hope this helps. Let us know.
Wes

In
-=Dan=- © said:
Hi Terry,

thanks for the quick response. The problem becomes apparent when I
try to install AVG Anti-Virus software. I wonder if AVG created that
key on a previous install? It *is* now uninstalled though, ready to
be reinstalled. I have tried Safe Mode, I even repaired the Windows
XP installation today from a CD and it is still the same.

Appreciate any more ideas!

Dan
 
D

-=Dan=- ©

Wesley Vogel said:
I have that key...

Thanks for your reply Wesley,

I tried your suggestion, but I cannot change any permissions or ownership, I
get 'Access denied' every time. If I check the ownership, the ownership
window reads 'Cannot read current ownership'....

Any other thoughts, I really don't want to rebuild the machine....

TIA

Dan
 
T

Terry

On 1/7/2005 2:03 AM On a whim, -=Dan=- © pounded out on the keyboard
Thanks for your reply Wesley,

I tried your suggestion, but I cannot change any permissions or ownership, I
get 'Access denied' every time. If I check the ownership, the ownership
window reads 'Cannot read current ownership'....

Any other thoughts, I really don't want to rebuild the machine....

TIA

Dan

Did you try the registry hack I suggested?

--
Terry

***Reply Note***
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
 
W

Wesley Vogel

Hi Kelly,

These keys are for AVG7 Free version. It's what I have installed.

Not sure what all you wanted...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Value Name: (Default)
Value Type: REG_SZ
Value Data: IAvgAmAlertManager2

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\
NumMethods
Value Name: (Default)
Value Type: REG_SZ
Value Data: 8

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\
ProxyStubClsid32
Value Name: (Default)
Value Type: REG_SZ
Value Data: {AA70B423-9C37-4793-9EB8-6292160324E8}
===

Search for {AA70B423-9C37-4793-9EB8-6292160324E8}
brings up...

HKEY_CLASSES_ROOT\CLSID\{AA70B423-9C37-4793-9EB8-6292160324E8}
Value Name: (Default)
Value Type: REG_SZ
Value Data: PSFactoryBuffer

HKEY_CLASSES_ROOT\CLSID\{AA70B423-9C37-4793-9EB8-6292160324E8}\
InprocServer32
Value Name: (Default)
Value Type: REG_SZ
Value Data: C:\Program Files\Grisoft\AVG Free\avgamsps.dll

Value Name: ThreadingModel
Value Type: REG_SZ
Value Data: Both

avgamsps.dll is AVG Alert Manager Proxy/Stub
====

Of course searching for {AA70B423-9C37-4793-9EB8-6292160324E8} brings in a
lot more keys. A lot more.

avgamsvr.exe is the AVG Alert Manager.

--
Hope this helps. Let us know.
Wes

In
Kelly said:
What does the Default Data read, Wes?

--
All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


Wesley Vogel said:
I have that key...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\NumMethod
s

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\ProxyStub
Clsid32

Doesn't matter if you are an administrator. Check the permissions
on the key itself.

Caution
[[Incorrectly editing the registry may severely damage your system.
Before making changes to the registry, you should back up any valued
data on your computer. ]]

Try this...
Reset the registry permissions
As soon as you have found the registry subkey that has the incorrect
permissions, update the permissions for that subkey.

To update the permissions of the registry subkey, follow these steps:
a. Click Start, click Run, type regedit, and then click OK to start
Registry Editor.
b. Locate and right-click the registry subkey:
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
and then click Permissions.
c. Under Group or user names, click Administrators.
d. Under Permissions for Administrators, make sure that the Allow
check box
for the following entries is selected:
• Full Control
• Read
e. Click Apply, and then click OK.
f. On the File menu, click Exit to quit Registry Editor.

Open the Registry Editor again and see if you can delete the key now.

If not, try this...
Start | Run | Type: regedit | OK |
Navigate to >>>
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Right click the key in the left hand pane | Permissions... |
Advanced button | Owner tab | click the new owner and then click OK.

[[You can take ownership of a registry key if you are logged on as an
administrator or if you have been specifically assigned the
permission to take ownership of the registry key by the current
owner. ]]

See permissions, registry in Registry Editor HELP.

Also check these out.

To assign permissions to a registry key
http://www.microsoft.com/resources/...xp/all/proddocs/en-us/regedit_permit_key.mspx

To assign special access to a registry key
http://www.microsoft.com/resources/...ll/proddocs/en-us/regedit_assign_specacc.mspx

To grant Full Control of a registry key
http://www.microsoft.com/resources/.../xp/all/proddocs/en-us/regedit_yield_own.mspx

To add users or groups to the audit list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_audit_key_adduser.mspx

To add users or groups to the Permissions list
http://www.microsoft.com/resources/...roddocs/en-us/regedit_permit_key_adduser.mspx

To remove a user or group from the Permissions list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_permit_key_remove.mspx

To take ownership of a registry key
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regedit_take_own.mspx

--
Hope this helps. Let us know.
Wes

In
-=Dan=- © said:
On 1/6/2005 9:47 AM On a whim, -=Dan=- © pounded out on the
keyboard

Hi all,

I've got a problem on a machine here, trying to access a certain
key using Regedit I get an 'Access denied' error. The key is:

HKLM\SOFTWARE\Classes\Interface\{F7A533DB-676E-4CC2-9890-BD547A7CFD28}

I'm logged in as the local Administrator so it's not a rights
issue.

Any help much appreciated.

Dan

I didn't find the key on this machine but that's not unusual. Do
you have any problems accessing any of the other keys under
Interface? Do you know what program the key is related to? A
Google search came up empty. Possibly the program that installed
it is using the key? Have you tried Safe Mode?

Hi Terry,

thanks for the quick response. The problem becomes apparent when I
try to install AVG Anti-Virus software. I wonder if AVG created that
key on a previous install? It *is* now uninstalled though, ready to
be reinstalled. I have tried Safe Mode, I even repaired the Windows
XP installation today from a CD and it is still the same.

Appreciate any more ideas!

Dan
 
K

Kelly

Thanks, Wes. That is exactly what I needed. :blush:)

BTW, did that index.dat help you the other day? Would love a follow up on
that as well.

--
Thanks,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


Wesley Vogel said:
Hi Kelly,

These keys are for AVG7 Free version. It's what I have installed.

Not sure what all you wanted...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Value Name: (Default)
Value Type: REG_SZ
Value Data: IAvgAmAlertManager2

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\
NumMethods
Value Name: (Default)
Value Type: REG_SZ
Value Data: 8

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\
ProxyStubClsid32
Value Name: (Default)
Value Type: REG_SZ
Value Data: {AA70B423-9C37-4793-9EB8-6292160324E8}
===

Search for {AA70B423-9C37-4793-9EB8-6292160324E8}
brings up...

HKEY_CLASSES_ROOT\CLSID\{AA70B423-9C37-4793-9EB8-6292160324E8}
Value Name: (Default)
Value Type: REG_SZ
Value Data: PSFactoryBuffer

HKEY_CLASSES_ROOT\CLSID\{AA70B423-9C37-4793-9EB8-6292160324E8}\
InprocServer32
Value Name: (Default)
Value Type: REG_SZ
Value Data: C:\Program Files\Grisoft\AVG Free\avgamsps.dll

Value Name: ThreadingModel
Value Type: REG_SZ
Value Data: Both

avgamsps.dll is AVG Alert Manager Proxy/Stub
====

Of course searching for {AA70B423-9C37-4793-9EB8-6292160324E8} brings in a
lot more keys. A lot more.

avgamsvr.exe is the AVG Alert Manager.

--
Hope this helps. Let us know.
Wes

In
Kelly said:
What does the Default Data read, Wes?

--
All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


Wesley Vogel said:
I have that key...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\NumMethod
s

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\ProxyStub
Clsid32

Doesn't matter if you are an administrator. Check the permissions
on the key itself.

Caution
[[Incorrectly editing the registry may severely damage your system.
Before making changes to the registry, you should back up any valued
data on your computer. ]]

Try this...
Reset the registry permissions
As soon as you have found the registry subkey that has the incorrect
permissions, update the permissions for that subkey.

To update the permissions of the registry subkey, follow these steps:
a. Click Start, click Run, type regedit, and then click OK to start
Registry Editor.
b. Locate and right-click the registry subkey:
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
and then click Permissions.
c. Under Group or user names, click Administrators.
d. Under Permissions for Administrators, make sure that the Allow
check box
for the following entries is selected:
• Full Control
• Read
e. Click Apply, and then click OK.
f. On the File menu, click Exit to quit Registry Editor.

Open the Registry Editor again and see if you can delete the key now.

If not, try this...
Start | Run | Type: regedit | OK |
Navigate to >>>
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Right click the key in the left hand pane | Permissions... |
Advanced button | Owner tab | click the new owner and then click OK.

[[You can take ownership of a registry key if you are logged on as an
administrator or if you have been specifically assigned the
permission to take ownership of the registry key by the current
owner. ]]

See permissions, registry in Registry Editor HELP.

Also check these out.

To assign permissions to a registry key
http://www.microsoft.com/resources/...xp/all/proddocs/en-us/regedit_permit_key.mspx

To assign special access to a registry key
http://www.microsoft.com/resources/...ll/proddocs/en-us/regedit_assign_specacc.mspx

To grant Full Control of a registry key
http://www.microsoft.com/resources/.../xp/all/proddocs/en-us/regedit_yield_own.mspx

To add users or groups to the audit list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_audit_key_adduser.mspx

To add users or groups to the Permissions list
http://www.microsoft.com/resources/...roddocs/en-us/regedit_permit_key_adduser.mspx

To remove a user or group from the Permissions list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_permit_key_remove.mspx

To take ownership of a registry key
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regedit_take_own.mspx

--
Hope this helps. Let us know.
Wes

In -=Dan=- © <[email protected]> hunted and pecked:
On 1/6/2005 9:47 AM On a whim, -=Dan=- © pounded out on the
keyboard

Hi all,

I've got a problem on a machine here, trying to access a certain
key using Regedit I get an 'Access denied' error. The key is:

HKLM\SOFTWARE\Classes\Interface\{F7A533DB-676E-4CC2-9890-BD547A7CFD28}

I'm logged in as the local Administrator so it's not a rights
issue.

Any help much appreciated.

Dan

I didn't find the key on this machine but that's not unusual. Do
you have any problems accessing any of the other keys under
Interface? Do you know what program the key is related to? A
Google search came up empty. Possibly the program that installed
it is using the key? Have you tried Safe Mode?

Hi Terry,

thanks for the quick response. The problem becomes apparent when I
try to install AVG Anti-Virus software. I wonder if AVG created that
key on a previous install? It *is* now uninstalled though, ready to
be reinstalled. I have tried Safe Mode, I even repaired the Windows
XP installation today from a CD and it is still the same.

Appreciate any more ideas!

Dan
 
W

Wesley Vogel

Yes, Kelly, the index.dat did the trick. I posted a reply in dts2 @ Monday,
03 January, 2005 6:14 PM (MST)

--
Hope this helps. Let us know.
Wes

In
Kelly said:
Thanks, Wes. That is exactly what I needed. :blush:)

BTW, did that index.dat help you the other day? Would love a follow
up on that as well.

--
Thanks,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


Wesley Vogel said:
Hi Kelly,

These keys are for AVG7 Free version. It's what I have installed.

Not sure what all you wanted...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Value Name: (Default)
Value Type: REG_SZ
Value Data: IAvgAmAlertManager2

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\
NumMethods
Value Name: (Default)
Value Type: REG_SZ
Value Data: 8

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\
ProxyStubClsid32
Value Name: (Default)
Value Type: REG_SZ
Value Data: {AA70B423-9C37-4793-9EB8-6292160324E8}
===

Search for {AA70B423-9C37-4793-9EB8-6292160324E8}
brings up...

HKEY_CLASSES_ROOT\CLSID\{AA70B423-9C37-4793-9EB8-6292160324E8}
Value Name: (Default)
Value Type: REG_SZ
Value Data: PSFactoryBuffer

HKEY_CLASSES_ROOT\CLSID\{AA70B423-9C37-4793-9EB8-6292160324E8}\
InprocServer32
Value Name: (Default)
Value Type: REG_SZ
Value Data: C:\Program Files\Grisoft\AVG Free\avgamsps.dll

Value Name: ThreadingModel
Value Type: REG_SZ
Value Data: Both

avgamsps.dll is AVG Alert Manager Proxy/Stub
====

Of course searching for {AA70B423-9C37-4793-9EB8-6292160324E8}
brings in a lot more keys. A lot more.

avgamsvr.exe is the AVG Alert Manager.

--
Hope this helps. Let us know.
Wes

In
Kelly said:
What does the Default Data read, Wes?

--
All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


I have that key...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\NumMethod
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\ProxyStub
Clsid32

Doesn't matter if you are an administrator. Check the permissions
on the key itself.

Caution
[[Incorrectly editing the registry may severely damage your system.
Before making changes to the registry, you should back up any
valued data on your computer. ]]

Try this...
Reset the registry permissions
As soon as you have found the registry subkey that has the
incorrect permissions, update the permissions for that subkey.

To update the permissions of the registry subkey, follow these
steps: a. Click Start, click Run, type regedit, and then click OK
to start Registry Editor.
b. Locate and right-click the registry subkey:
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
and then click Permissions.
c. Under Group or user names, click Administrators.
d. Under Permissions for Administrators, make sure that the Allow
check box
for the following entries is selected:
• Full Control
• Read
e. Click Apply, and then click OK.
f. On the File menu, click Exit to quit Registry Editor.

Open the Registry Editor again and see if you can delete the key
now.

If not, try this...
Start | Run | Type: regedit | OK |
Navigate to >>>
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Right click the key in the left hand pane | Permissions... |
Advanced button | Owner tab | click the new owner and then click
OK.

[[You can take ownership of a registry key if you are logged on as
an administrator or if you have been specifically assigned the
permission to take ownership of the registry key by the current
owner. ]]

See permissions, registry in Registry Editor HELP.

Also check these out.

To assign permissions to a registry key
http://www.microsoft.com/resources/...xp/all/proddocs/en-us/regedit_permit_key.mspx
To assign special access to a registry key
http://www.microsoft.com/resources/...ll/proddocs/en-us/regedit_assign_specacc.mspx
To grant Full Control of a registry key
http://www.microsoft.com/resources/.../xp/all/proddocs/en-us/regedit_yield_own.mspx
To add users or groups to the audit list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_audit_key_adduser.mspx
To add users or groups to the Permissions list
http://www.microsoft.com/resources/...roddocs/en-us/regedit_permit_key_adduser.mspx
To remove a user or group from the Permissions list
http://www.microsoft.com/resources/...proddocs/en-us/regedit_permit_key_remove.mspx
To take ownership of a registry key
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regedit_take_own.mspx
--
Hope this helps. Let us know.
Wes

In -=Dan=- © <[email protected]> hunted and pecked:
On 1/6/2005 9:47 AM On a whim, -=Dan=- © pounded out on the
keyboard

Hi all,

I've got a problem on a machine here, trying to access a certain
key using Regedit I get an 'Access denied' error. The key is:

HKLM\SOFTWARE\Classes\Interface\{F7A533DB-676E-4CC2-9890-BD547A7CFD28}

I'm logged in as the local Administrator so it's not a rights
issue.

Any help much appreciated.

Dan

I didn't find the key on this machine but that's not unusual. Do
you have any problems accessing any of the other keys under
Interface? Do you know what program the key is related to? A
Google search came up empty. Possibly the program that installed
it is using the key? Have you tried Safe Mode?

Hi Terry,

thanks for the quick response. The problem becomes apparent when I
try to install AVG Anti-Virus software. I wonder if AVG created
that key on a previous install? It *is* now uninstalled though,
ready to be reinstalled. I have tried Safe Mode, I even repaired
the Windows XP installation today from a CD and it is still the
same.

Appreciate any more ideas!

Dan
 
W

Wesley Vogel

Dan,

HKLM\SOFTWARE\Classes\Interface\{F7A533DB-676E-4CC2-9890-BD547A7CFD28}

This key is for AVG7. Forget the registry for the moment.

Did you have AVG6 installed, then uninstalled it and are now trying to
install AVG7? Installed AVG7/ uninstalled/ trying to re-install AVG7?

Is this key really part of whatever problem you're having?

What are you actually trying to do and what is happening? Any error
messages?

Mean while, back at the registry. Is the key dimmed by any chance?
 
K

Kelly

Thanks, Wes and how interesting....sorry, must have missed that. The list
has been busy as of late, as have I. :blush:(

--
All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


Wesley Vogel said:
Yes, Kelly, the index.dat did the trick. I posted a reply in dts2 @
Monday,
03 January, 2005 6:14 PM (MST)

--
Hope this helps. Let us know.
Wes

In
Kelly said:
Thanks, Wes. That is exactly what I needed. :blush:)

BTW, did that index.dat help you the other day? Would love a follow
up on that as well.

--
Thanks,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


Wesley Vogel said:
Hi Kelly,

These keys are for AVG7 Free version. It's what I have installed.

Not sure what all you wanted...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Value Name: (Default)
Value Type: REG_SZ
Value Data: IAvgAmAlertManager2

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\
NumMethods
Value Name: (Default)
Value Type: REG_SZ
Value Data: 8

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\
ProxyStubClsid32
Value Name: (Default)
Value Type: REG_SZ
Value Data: {AA70B423-9C37-4793-9EB8-6292160324E8}
===

Search for {AA70B423-9C37-4793-9EB8-6292160324E8}
brings up...

HKEY_CLASSES_ROOT\CLSID\{AA70B423-9C37-4793-9EB8-6292160324E8}
Value Name: (Default)
Value Type: REG_SZ
Value Data: PSFactoryBuffer

HKEY_CLASSES_ROOT\CLSID\{AA70B423-9C37-4793-9EB8-6292160324E8}\
InprocServer32
Value Name: (Default)
Value Type: REG_SZ
Value Data: C:\Program Files\Grisoft\AVG Free\avgamsps.dll

Value Name: ThreadingModel
Value Type: REG_SZ
Value Data: Both

avgamsps.dll is AVG Alert Manager Proxy/Stub
====

Of course searching for {AA70B423-9C37-4793-9EB8-6292160324E8}
brings in a lot more keys. A lot more.

avgamsvr.exe is the AVG Alert Manager.

--
Hope this helps. Let us know.
Wes

In Kelly <[email protected]> hunted and pecked:
What does the Default Data read, Wes?

--
All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


I have that key...

HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}


HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\NumMethod
s


HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}\ProxyStub
Clsid32

Doesn't matter if you are an administrator. Check the permissions
on the key itself.

Caution
[[Incorrectly editing the registry may severely damage your system.
Before making changes to the registry, you should back up any
valued data on your computer. ]]

Try this...
Reset the registry permissions
As soon as you have found the registry subkey that has the
incorrect permissions, update the permissions for that subkey.

To update the permissions of the registry subkey, follow these
steps: a. Click Start, click Run, type regedit, and then click OK
to start Registry Editor.
b. Locate and right-click the registry subkey:
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
and then click Permissions.
c. Under Group or user names, click Administrators.
d. Under Permissions for Administrators, make sure that the Allow
check box
for the following entries is selected:
• Full Control
• Read
e. Click Apply, and then click OK.
f. On the File menu, click Exit to quit Registry Editor.

Open the Registry Editor again and see if you can delete the key
now.

If not, try this...
Start | Run | Type: regedit | OK |
Navigate to >>>
HKEY_CLASSES_ROOT\Interface\{F7A533DB-676E-4cc2-9890-BD547A7CFD28}
Right click the key in the left hand pane | Permissions... |
Advanced button | Owner tab | click the new owner and then click
OK.

[[You can take ownership of a registry key if you are logged on as
an administrator or if you have been specifically assigned the
permission to take ownership of the registry key by the current
owner. ]]

See permissions, registry in Registry Editor HELP.

Also check these out.

To assign permissions to a registry key

http://www.microsoft.com/resources/...xp/all/proddocs/en-us/regedit_permit_key.mspx

To assign special access to a registry key

http://www.microsoft.com/resources/...ll/proddocs/en-us/regedit_assign_specacc.mspx

To grant Full Control of a registry key

http://www.microsoft.com/resources/.../xp/all/proddocs/en-us/regedit_yield_own.mspx

To add users or groups to the audit list

http://www.microsoft.com/resources/...proddocs/en-us/regedit_audit_key_adduser.mspx

To add users or groups to the Permissions list

http://www.microsoft.com/resources/...roddocs/en-us/regedit_permit_key_adduser.mspx

To remove a user or group from the Permissions list

http://www.microsoft.com/resources/...proddocs/en-us/regedit_permit_key_remove.mspx

To take ownership of a registry key

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regedit_take_own.mspx

--
Hope this helps. Let us know.
Wes

In -=Dan=- © <[email protected]> hunted and pecked:
On 1/6/2005 9:47 AM On a whim, -=Dan=- © pounded out on the
keyboard

Hi all,

I've got a problem on a machine here, trying to access a certain
key using Regedit I get an 'Access denied' error. The key is:

HKLM\SOFTWARE\Classes\Interface\{F7A533DB-676E-4CC2-9890-BD547A7CFD28}

I'm logged in as the local Administrator so it's not a rights
issue.

Any help much appreciated.

Dan

I didn't find the key on this machine but that's not unusual. Do
you have any problems accessing any of the other keys under
Interface? Do you know what program the key is related to? A
Google search came up empty. Possibly the program that installed
it is using the key? Have you tried Safe Mode?

Hi Terry,

thanks for the quick response. The problem becomes apparent when I
try to install AVG Anti-Virus software. I wonder if AVG created
that key on a previous install? It *is* now uninstalled though,
ready to be reinstalled. I have tried Safe Mode, I even repaired
the Windows XP installation today from a CD and it is still the
same.

Appreciate any more ideas!

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top