simplewall icon indicating copy to clipboard operation
simplewall copied to clipboard

[Feature] Exclude path from app / use signature / calculate own hash / whatever works

Open RealKodijack opened this issue 1 year ago • 4 comments

Checklist

  • [X] I have used the search function to see if someone else has already submitted the same feature request.
  • [X] I will describe the problem with as much detail as possible.
  • [X] This issue only contains a request for one single feature, not multiple (related) features.

App version

3.7.8

Problem you are trying to solve

Programs starting from a temporary place (e.g. "backgrounddownloader.exe" from VisualStudio) ending up in A LOT of requests each day, despite being always the same thing.

Suggested solution

Could be easily solved by:

  • Only appname.exe (no path), maybe in combination with developer/root-folder/product/etc.
  • Using signature from developer as a wildcard (safe but too broad maybe)
  • Calculating a hash of the exe.
  • I don't know :)

Screenshots / Drawings / Technical details

No response

RealKodijack avatar Feb 20 '24 01:02 RealKodijack

Please add this feature as soon as possible. It's been annoying issue for long time. Simplest in coding wise would be just trim the path and check the executable name. I think it would work in most cases.

tormit avatar Apr 02 '24 18:04 tormit