| View previous topic :: View next topic |
| Author |
Message |
motuslechat
Joined: 22 Oct 2004 Posts: 30
|
Posted: Mon May 16, 2005 9:50 am Post subject: Delete Key and all Subkey from registry |
|
|
Hi,
I have a problem to delete a key in my registry.
I have a Key : Hkey_Local_Machine\software\Lotus witn 4 subkeys and a lot of value in each subkey.
I have try to do this and it doesn't work :
RegDelete, HKEY_LOCAL_MACHINE,Software,Lotus
Can you help me !
Thank you very much.
MotusLechat |
|
| Back to top |
|
 |
Delpra Guest
|
Posted: Mon May 16, 2005 10:50 am Post subject: |
|
|
One Q
Do you have Administrative Rights on this computer ? |
|
| Back to top |
|
 |
motuslechat
Joined: 22 Oct 2004 Posts: 30
|
Posted: Mon May 16, 2005 11:00 am Post subject: Find solve |
|
|
Hi,
I have find the good synthax :
HKEY_LOCAL_MACHINE,Software\Lotus,
Thank you.
MotusLechat |
|
| Back to top |
|
 |
|