Skip to content
⌘ NSIS Forum Archive

Delete all keys in a branch

3 posts

sethradio#

Delete all keys in a branch

I was wondering if it was possible do delete all the registry keys in one branch using wildcards. I don't want to try this unless I know it works
Yathosho#
i think the registry plug-in does all this, but in any case i'd use this with a set of test keys, or better, a virtual machine.
PoRtAbLe_StEaLtH#
Originally Posted by sethradio View Post
I was wondering if it was possible do delete all the registry keys in one branch using wildcards. I don't want to try this unless I know it works
EnumRegKey.. works great.

You can see an example here:


or here: