Registry Watcher

Post your Watchers here to share with the community
Post Reply
MediaManny
Posts: 1
Joined: Mon Nov 27, 2023 4:54 am

Registry Watcher

Post by MediaManny »

I downloaded Tweakeze because it suggests that I can monitor the registry and take actions on changes.

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
And delete any new services created matching:

Code: Select all

*googleupdate* (OR)
*edgeupdate*
However, when I create a new "Watcher" I only have options of:
Process, System, or Keyboard

I do not have an option to create a registry watcher.

How do I accomplish this?

Thank you.
User avatar
admin
Site Admin
Posts: 19
Joined: Sat Mar 06, 2021 7:01 pm
Contact:

Re: Registry Watcher

Post by admin »

Hi there,

When creating a Watcher for Windows Registry and not specifying a Trigger, the Windows Registry Action itself becomes its own trigger.
If you create a Trigger then the Registry Action will revert to only being an Action.

See snapshot below for creating a Watcher for a Windows Registry Key:
Image
Post Reply