Advertisement
Androxilogin

IDM Fix

Nov 14th, 2017
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. 1. Go to C:\Program Files\Internet Downlaod Manager or C:\Program Files (x86)\Internet
  2. Downlaod Manager on a 64-bit computer
  3. 2. Search and delete the file called IDMGrHlp.exe
  4. 3. Now copy idmBroker.exe from the same folder and paste it in the same folder and
  5. rename it to IDMGrHlp.exe
  6. 4. Restart the system for the changes to take effect
  7. If you are still having problems and error messages are popping up, you may disable the
  8. automatic update function of IDM using the following methods:
  9. Disable automatic updates in IDM
  10. You can disable automatic updates of IDM using Windows Registry
  11. 1. Go to Run –> regedit
  12. 2. Go to HKEY_CURRENT_USER\Software\DownloadManager
  13. 3. In the right hand pane, select CheckUpdtVM and edit its value to 0
  14. Editing Hosts File to block IDM updates
  15. 1. Browse to C:\Windows\System32\drivers\etc\
  16. 2. Open hosts file using a text editor like notepad
  17. 3. Copy and paste these lines at the end of the HOSTS file:
  18. 127.0.0.1 tonec.com
  19. 127.0.0.1 http://www.tonec.com127.0.0.1%20registeridm.com
  20. 127.0.0.1 http://www.registeridm.com
  21. 127.0.0.1 secure.registeridm.com
  22. 127.0.0.1 internetdownloadmanager.com
  23. 127.0.0.1 http://www.internetdownloadmanager.com
  24. 127.0.0.1 secure.internetdownloadmanager.com
  25. 127.0.0.1 mirror.internetdownloadmanager.com
  26. 127.0.0.1 mirror2.internetdownloadmanager.com
  27. 127.0.0.1 mirror3.internetdownloadmanager.com
  28. Please note that this will disable the update function of Internet Download Manager. You
  29. will need to download the latest updates manually.
  30.  
  31. If the above doesn't work, consider making a .bat file to overwrite the broker file automatically upon opening. This way you can set a shortcut key to open IDM only when you need it as well:
  32.  
  33. xcopy "C:\Users\Owner\Documents\IDMGrHlp.exe" "C:\Program Files\Internet Download Manager" /q /r /y
  34.  
  35. start /d "C:\Program Files\Internet Download Manager\" IDMan.exe
  36.  
  37. Lastly, make a kill command .bat:
  38.  
  39. @echo off
  40. taskkill /IM IDM 7.1 Portable.exe /f
  41. taskkill /IM idman.exe /f
  42. taskkill /IM iemonitor.exe /f
  43.  
  44. Set a shortcut key to this as well.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement