I intended to create a rule that deletes any new services to update google chrome, MS Edge, etc.
For example, monitor the registry key:
Code: Select all
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Code: Select all
*googleupdate* (OR)
*edgeupdate*
Process, System, or Keyboard
I do not have an option to create a registry watcher.
How do I accomplish this?
Thank you.