Hi there
i want to delete all of data in regedit (reg_sz and reg_DWORD) that named for example "green"
how?
how to delete some Data in regedit
Moderator: DosItHelp
-
- Posts: 84
- Joined: 08 Sep 2010 10:25
- Location: Iran,Kashan
- Contact:
Re: how to delete some Data in regedit
'
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.
Brainstorming:
In DOS it may be possible querying the whole registry...
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!"
In DOS it may be possible querying the whole registry...
Re: how to delete some Data in regedit
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.Brainstorming:Code: Select all
"!FullPathFile.RegFind!" -B -y "!SourceSTRING!" -r "!TargetSTRING!"
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.