Windows Defender firewall rules accumulate
Posted: Wed Feb 23, 2022 4:06 am
First of all, thanks for creating and sharing this wonderful program!
Back in March 2020, there was a question posted here with the subject:
I have an network application I'd like to package with VirtualBox. Currently it runs from a directory that contains the .exe along with many configuration files, DLLs, etc. A perfect application for VirtualBox or Enigma Protector.
If I package it with VirtualBox, the customer will nagged by a Windows 10 Security Alert every time they run the program:
The user can press the "Allow access" button and the program runs.
The reason this decision isn't remembered by the operating system is the fact that the temporary executable file name changes:
First run:
Second run:
etc.
In the earlier thread, this reply was given:
Suggestion: Always use the same temporary file name for a given package. The user will have to "Allow access" the first time only.
Thanks for any insights or alternatives.
Back in March 2020, there was a question posted here with the subject:
I'd like to revive this question and emphasize that it is not a rare or trivial problem.windows10 restart create temp exe and new firewall rule to validate
I have an network application I'd like to package with VirtualBox. Currently it runs from a directory that contains the .exe along with many configuration files, DLLs, etc. A perfect application for VirtualBox or Enigma Protector.
If I package it with VirtualBox, the customer will nagged by a Windows 10 Security Alert every time they run the program:
Code: Select all
Windows Defender Firewall has blocked some features...
The reason this decision isn't remembered by the operating system is the fact that the temporary executable file name changes:
First run:
Code: Select all
C:\users\myself\appdata\local\temp\evba2d0.tmp
Code: Select all
C:\users\user\appdata\local\temp\evb7510.tmp
In the earlier thread, this reply was given:
It seems to me that delivering a networking application is impossible without annoying the customer every time they run the program and eventually bogging down their operating system with hundreds or even thousands of firewall rules. Each time they "Allow access" a new rule is added....I mean this is very specific option and not sure if other users will use it...
Suggestion: Always use the same temporary file name for a given package. The user will have to "Allow access" the first time only.
Thanks for any insights or alternatives.