Does anyone know if there is a way to search the registry using the find command and then delete all of those keys in batch? I am trying to make an easier way to clean all the reg files in a key with batch, but dont know how.
set /p key= Key:
I only posted that bit of code to help understand what I am trying to do, I would like for when the user inputs that variable it searches th registry for that key and deletes it. is this possible?