Batch file to modify content of registry keys

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Benny
Posts: 1
Joined: 24 Sep 2014 05:31

Batch file to modify content of registry keys

#1 Post by Benny » 24 Sep 2014 05:37

Hello Everyone.

I need to write a script which actually delete only relevant content inside Registry key.
Meaning there are some keys that have couple of words in them, for example UpperFilters.
This key contain a list of words in it , every word is usually related to a relevant Filter.

The requirement is to remove from the content only the specific word without making any change to the other words in the key.

Thankyou.
Benny.

Post Reply