Page 2 of 3

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Sat Oct 23, 2021 2:32 am
by Jimmy
ffsss wrote: Sat Oct 23, 2021 2:13 am And would still continue working (can open buy sell operations?) or would it be like "offline" mode if i do that? Does this create any problem?
Thanks for your answer!
No, not offline mode at all. Your platform will continue to work exactly as it is without any disruption to charts or accounts etc. All this method does is stop MT4 from being able to update.

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Sat Oct 23, 2021 5:08 am
by moey_dw
Jimmy wrote: Sat Oct 23, 2021 1:46 am Completely remove all access privileges to the directories where the updates are being stored.

Don't change the actual Ownership of the directories.

The primary directory is:
"%APPDATA%\MetaQuotes\WebInstall"

To block updates, revoke permissions to the download directory:
"%APPDATA%\MetaQuotes\Tester\LiveUpdate"

You'll need to know how to set Permissions and Security Settings for directories on your Windows but that's the guaranteed way of doing it.
good info...... thx jimmyboy 🙇‍♂️🙇‍♂️🙇‍♂️

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Wed Nov 03, 2021 4:38 am
by global
Hi, I vaguely remember reading somewhere that if you block Metatrader from updating Metaquotes will somehow block you from using MT4. I did a google search to see if I could find the source of that info but I didn't find anything. If anyone comes across proof of that then please post it here. Thanks.

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Wed Nov 03, 2021 4:59 am
by ffsss
global wrote: Wed Nov 03, 2021 4:38 am Hi, I vaguely remember reading somewhere that if you block Metatrader from updating Metaquotes will somehow block you from using MT4. I did a google search to see if I could find the source of that info but I didn't find anything. If anyone comes across proof of that then please post it here. Thanks.
That is dissapointing.

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Wed Nov 03, 2021 4:30 pm
by moey_dw
global wrote: Wed Nov 03, 2021 4:38 am Hi, I vaguely remember reading somewhere that if you block Metatrader from updating Metaquotes will somehow block you from using MT4
ffsss wrote: Wed Nov 03, 2021 4:59 am That is dissapointing.
never had dis issue man been blocking since last year........... :think: :think: :think:

I DONT WANT NO UPDATE MAN


Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Sun Nov 28, 2021 8:57 pm
by Koalala
the way to prevent updating is this

terminal.exe /portable /skipupdate

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Sun Nov 28, 2021 9:54 pm
by ChuChu Rocket
Koalala wrote: Sun Nov 28, 2021 8:57 pm the way to prevent updating is this

terminal.exe /portable /skipupdate
You've lost me there. What does that mean? Open a file called "skipupdate" or?

Please explain it a bit for us.

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Sun Nov 28, 2021 10:00 pm
by Koalala
in your MT4 folder, you create a .txt file with the usual right click from your mous
then
you paste
terminal.exe /portable /skipupdate
in it
and you rename the .txt file in .cmd. Now you launch the terminal.exe by clicking the .cmd file. Always do this way and your terminal.exe will not update

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Sun Nov 28, 2021 10:22 pm
by ChuChu Rocket
Koalala wrote: Sun Nov 28, 2021 10:00 pm in your MT4 folder, you create a .txt file with the usual right click from your mous
then
you paste
terminal.exe /portable /skipupdate
in it
and you rename the .txt file in .cmd. Now you launch the terminal.exe by clicking the .cmd file. Always do this way and your terminal.exe will not update
Thanks for the step-by-step guidance. This is super useful :thumbup:

Re: Block MT4 Updates to protect indicators from future MT4 Updates

Posted: Sun Nov 28, 2021 10:30 pm
by Koalala
in order to kill the prompt window, this code works better



start /HIGH terminal.exe /portable /skipupdate
exit

the /HIGH command tells windows to use a higher priority for MT4. if you dont'want his, jsut remove it.