Hi guys,
I am trying to do some heuristic registry key deletion using batch and could use some help.
Here is an example of what I would like to achieve:
Look for registry keys that begin with these characters: crossriderapp
that are located at: hkey_local_machine\software\classes
If condition is met, delete the entire crossriderapp* key from hkey_local_machine\software\classes
More examples (full paths)
"hkey_local_machine\software\classes\crossriderapp0004352.bho"
"hkey_local_machine\software\classes\crossriderapp0004352.bho.1"
"hkey_local_machine\software\classes\crossriderapp0004352.fbapi"
"hkey_local_machine\software\classes\crossriderapp0004352.fbapi.1"
"hkey_local_machine\software\classes\crossriderapp0004352.sandbox"
"hkey_local_machine\software\classes\crossriderapp0004352.sandbox.1"
Would like all of these to be deleted using heuristics.
Thanks!
I am trying to do some heuristic registry key deletion using batch and could use some help.
Here is an example of what I would like to achieve:
Look for registry keys that begin with these characters: crossriderapp
that are located at: hkey_local_machine\software\classes
If condition is met, delete the entire crossriderapp* key from hkey_local_machine\software\classes
More examples (full paths)
"hkey_local_machine\software\classes\crossriderapp0004352.bho"
"hkey_local_machine\software\classes\crossriderapp0004352.bho.1"
"hkey_local_machine\software\classes\crossriderapp0004352.fbapi"
"hkey_local_machine\software\classes\crossriderapp0004352.fbapi.1"
"hkey_local_machine\software\classes\crossriderapp0004352.sandbox"
"hkey_local_machine\software\classes\crossriderapp0004352.sandbox.1"
Would like all of these to be deleted using heuristics.
Thanks!