Environment:
Under Windows 10, when a program runs, it randomly generates a folder with a 12-character name in C:\Program Files\
Inside this folder, a 123.exe executable program will be generated
This 123.exe is what we need, but it has a serious bug when it connects to the Internet while running
So we need to add 123.exe to the firewall rules to prohibit it from connecting to the Internet
How to achieve this
PS: The randomly generated 12-character name folder is uncontrollable
Known firewall command
netsh advfirewall firewall add rule name="Rule" dir=in program="C:\Program Files\Randomly generated 12-character name folder\123.exe" action=block
[ Last edited by 1M1048576 on 2021-3-30 at 13:16 ]
Under Windows 10, when a program runs, it randomly generates a folder with a 12-character name in C:\Program Files\
Inside this folder, a 123.exe executable program will be generated
This 123.exe is what we need, but it has a serious bug when it connects to the Internet while running
So we need to add 123.exe to the firewall rules to prohibit it from connecting to the Internet
How to achieve this
PS: The randomly generated 12-character name folder is uncontrollable
Known firewall command
netsh advfirewall firewall add rule name="Rule" dir=in program="C:\Program Files\Randomly generated 12-character name folder\123.exe" action=block
[ Last edited by 1M1048576 on 2021-3-30 at 13:16 ]
