Page 1 of 1

how to delete some Data in regedit

Posted: 06 Sep 2011 01:27
by Mohammad_Dos
Hi there
i want to delete all of data in regedit (reg_sz and reg_DWORD) that named for example "green"

how?

Re: how to delete some Data in regedit

Posted: 06 Sep 2011 07:26
by Ed Dyreen
'
Download Regfind.CAB http://www.mediafire.com/myfiles.php#nk3paeav4918j

This code I use to change all references in registry from Administrator to ADMIN,
Maybe it can help to delete aswell.

Code: Select all

"!FullPathFile.RegFind!" -B -y "!SourceSTRING!" -r "!TargetSTRING!"
Brainstorming:
In DOS it may be possible querying the whole registry...

Re: how to delete some Data in regedit

Posted: 07 Sep 2011 21:07
by nitt
Ed Dyreen wrote:'
Download Regfind.CAB http://www.mediafire.com/myfiles.php#nk3paeav4918j

This code I use to change all references in registry from Administrator to ADMIN,
Maybe it can help to delete aswell.

Code: Select all

"!FullPathFile.RegFind!" -B -y "!SourceSTRING!" -r "!TargetSTRING!"
Brainstorming:
In DOS it may be possible querying the whole registry...


Can't you do this with the basic REG command? I know you can delete data. Although, I wouldn't even attempt learning to clear large portions of data. Because the only reason I see for doing that is for malicious purposes.