|
|
#1 |
|
Junior Member
Join Date: Jun 2007
Posts: 10
|
Problem with deleting startup reg keys
I don't know why my script doesn't delete startup reg keys from registry:
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Run\MyApp" The path is correct but registry keys still exists. I have no problems with deleting other registry keys and there problem is only with startup keys. What is the reason? I'm running this script on XP as Administrator. |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
You don't have keys under Run, only values. Use DeleteRegValue.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jun 2007
Posts: 10
|
I'm blind. Thx for help
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|