added update blocking rule for emclient
This commit is contained in:
parent
371c285737
commit
d6d8afec66
@ -17,19 +17,25 @@ msiexec /i %MSI% /quiet
|
|||||||
@echo off
|
@echo off
|
||||||
cd %OPT%
|
cd %OPT%
|
||||||
|
|
||||||
rem copy link to desktop ...
|
echo removing autostart for em-Client ...
|
||||||
copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\eM Client.lnk" ^
|
|
||||||
%PUBLIC%\Desktop
|
|
||||||
|
|
||||||
rem remove autostart for em-Client ...
|
|
||||||
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^
|
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^
|
||||||
/v "eM Client" /f
|
/v "eM Client" /f
|
||||||
|
|
||||||
taskkill /F /IM SystemSettings.exe 2>nul
|
taskkill /F /IM SystemSettings.exe 2>nul
|
||||||
|
|
||||||
rem refresh desktop (W10 style)
|
echo copying link to desktop ...
|
||||||
|
copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\eM Client.lnk" ^
|
||||||
|
%PUBLIC%\Desktop
|
||||||
|
|
||||||
|
echo refreshing desktop ...
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
|
||||||
|
echo disabling automatic updates via W10 firewall ...
|
||||||
|
netsh advfirewall firewall delete rule name="block_emclient_updates" 2>nul
|
||||||
|
netsh advfirewall firewall add rule name="block_emclient_updates" ^
|
||||||
|
dir=out action=block protocol=tcp localip=any remoteip=168.62.48.183 ^
|
||||||
|
remoteport=80,443 program="%ProgramFiles(x86)%\eM Client\MailClient.exe"
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user