Block em-Client updates #118
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: WINDOWS/w10install#118
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Old mechanism not working anymore. find a new way to block this SHIT.
successfully blockd with:
set EMSERVERIP=104.22.21.185,172.67.15.154,104.22.20.185
netsh advfirewall firewall add rule name="block_emclient_updates" ^
dir=out action=block protocol=tcp localip=any remoteip=%EMSERVERIP% ^
remoteport=80,443 program="%ProgramFiles(x86)%\eM Client\MailClient.exe" 1>nul 2>nul
Result:
Rule Name: block_emclient_updates
Enabled: Yes
Direction: Out
Profiles: Domain,Private,Public
Grouping:
LocalIP: Any
RemoteIP: 104.22.20.185/32,104.22.21.185/32,172.67.15.154/32
Protocol: TCP
LocalPort: Any
RemotePort: 80,443
Edge traversal: No
Action: Block
Ok.
commit
bf3b9ccd00
(HEAD -> master, origin/master, origin/HEAD)Author: Michael H.G. Schmidt michael@schmidt2.de
Date: Sun Aug 13 14:42:56 2023 +0200