-
-
Notifications
You must be signed in to change notification settings - Fork 589
Description
Checklist
- I have used the search function to see if someone else has already submitted the same feature request.
- I will describe the problem with as much detail as possible.
- This issue only contains a request for one single feature, not multiple (related) features.
App version
3.8.7
Problem you are trying to solve
Applying the same rule to multiple applications is repetitive and inefficient. For example, to run Windows Update or update a complex app, I have to find every single executable involved and apply the same action (like a 10-minute timer) to each one individually. If I miss even one executable, the whole update process can fail. This makes temporarily allowing related services much more work than it needs to be.
Suggested solution
Introduce a feature to create named "Application Groups."
Here's how it would work:
-
I could, for example, create a new group called "Updates."
-
I would add all the different executables required for Windows Update into that single "Updates" group.
-
Then, I could apply a single action, like a 10-minute timer, to the entire "Updates" group. All applications inside that group would then be allowed for 10 minutes.
This would turn a repetitive, multi-step task into a simple, two-click action.
Screenshots / Drawings / Technical details
No response