@echo off taskkill /f /im IDMan.exe taskkill /f /im IEMonitor.exe reg delete "HKCU\Software\DownloadManager" /f reg delete "HKLM\SOFTWARE\Internet Download Manager" /f del /f /q "%APPDATA%\IDM\*.bak" del /f /q "%WINDIR%\Prefetch\IDM*.pf" echo IDM Trial Reset Complete. Reboot and reinstall IDM. pause
According to u/tech_support_tips (a trusted contributor), you must disable your internet during the uninstall/reinstall process for this to work on IDM 6.42 and above.
@echo off taskkill /f /im IDMan.exe taskkill /f /im IEMonitor.exe reg delete "HKCU\Software\DownloadManager" /f reg delete "HKLM\SOFTWARE\Internet Download Manager" /f del /f /q "%APPDATA%\IDM\*.bak" del /f /q "%WINDIR%\Prefetch\IDM*.pf" echo IDM Trial Reset Complete. Reboot and reinstall IDM. pause
According to u/tech_support_tips (a trusted contributor), you must disable your internet during the uninstall/reinstall process for this to work on IDM 6.42 and above.