[SOLVED] how to remove idm fake serial

how to remove idm fake serial popup . please some one help me. thanks…

1 Like

Link - https://userscloud.com/r5gwsxhdtwto

Download the crack from the above link.

Make sure to upgrade IDM to latest version. 6.36 Beta 7.

Run the Crack, it just takes 2 secs and IDM should be then patched.

FYI - As it is a crack, if you have antivirus it will detect this as Malware, so use at your own risk… I am using the same crack on my computer, just run the crack and delete the files.

DISCLAIMER : No Copyright Infringement Intended, All Rights Reserved to the Actual Owner.

This content has been shared under Educational And Non-Profit Purposes Only.

  • For Copyright Content Removal Please Contact the Original Poster (OP)
    1Hack have no control over the shared content and nature of the external sites.
5 Likes

Simply Save Below Code as Idm-rset.bat after run file as administrator done!

https://raw.githubusercontent.com/CHEF-KOCH/Internet-Download-Manager-Trial-Reset/master/Trial%20Reset/IDMTR%20One-Click-Solution.bat

@echo off

:: Admin rights check
:-------------------------------------
REM → Check for permissions
IF “%PROCESSOR_ARCHITECTURE%” EQU “amd64” (

nul 2>&1 “%SYSTEMROOT%\SysWOW64\cacls.exe” “%SYSTEMROOT%\SysWOW64\config\system”
) ELSE (
nul 2>&1 “%SYSTEMROOT%\system32\cacls.exe” “%SYSTEMROOT%\system32\config\system”
)

REM → If error flag set, we do not have admin.
if ‘%errorlevel%’ NEQ ‘0’ (
echo Requesting administrative privileges…
goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
echo Set UAC = CreateObject^(“Shell.Application”^) > “%temp%\getadmin.vbs”
set params= %*
echo UAC.ShellExecute “cmd.exe”, “/c “”%~s0"” %params:“=”“%”, “”, “runas”, 1 >> “%temp%\getadmin.vbs”

"%temp%\getadmin.vbs"
del "%temp%\getadmin.vbs"
exit /B

:gotAdmin
pushd “%CD%”
CD /D “%~dp0”
:--------------------------------------

@ECHO OFF
TASKKILL /F /IM IDMan.exe
TASKKILL /F /IM IEMonitor.exe
Timeout 2
@ECHO.

::delete key value
::key 1: {7B8E9164-324D-4A2E-A46D-0165FB2000EC}

REG DELETE HKEY_CLASSES_ROOT\CLSID{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\CLSID{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\CLSID{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f

::key 2: {6DDF00DB-1234-46EC-8356-27E7B2051192}

REG DELETE HKEY_CLASSES_ROOT\CLSID{6DDF00DB-1234-46EC-8356-27E7B2051192} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\CLSID{6DDF00DB-1234-46EC-8356-27E7B2051192} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID{6DDF00DB-1234-46EC-8356-27E7B2051192} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\CLSID{6DDF00DB-1234-46EC-8356-27E7B2051192} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID{6DDF00DB-1234-46EC-8356-27E7B2051192} /f

::key 3: {D5B91409-A8CA-4973-9A0B-59F713D25671}

REG DELETE HKEY_CLASSES_ROOT\CLSID{D5B91409-A8CA-4973-9A0B-59F713D25671} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\CLSID{D5B91409-A8CA-4973-9A0B-59F713D25671} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID{D5B91409-A8CA-4973-9A0B-59F713D25671} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\CLSID{D5B91409-A8CA-4973-9A0B-59F713D25671} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID{D5B91409-A8CA-4973-9A0B-59F713D25671} /f

::key 4: {07999AC3-058B-40BF-984F-69EB1E554CA7}

REG DELETE HKEY_CLASSES_ROOT\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} /f

::key 5: {5ED60779-4DE2-4E07-B862-974CA4FF2E9C}

REG DELETE HKEY_CLASSES_ROOT\CLSID{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f
REG DELETE HKEY_CLASSES_ROOT\Wow6432Node\CLSID{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\CLSID{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f
REG DELETE HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\CLSID{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f
REG DELETE HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f

@ECHO OFF

::delete key value in SID even if not required
::------------------------------------------------------------------------------------------------------------------------------------
::------------------------------------------------------------------------------------------------------------------------------------
setlocal
set cmd=“wmic useraccount where name=‘%username%’ get sid”
for /f “skip=1” %%i IN ( ’ %cmd% ’ ) DO if not defined SID set “SID=%%i”
echo %SID%

REG DELETE HKEY_USERS%SID%\Software\Classes\CLSID{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f
REG DELETE HKEY_USERS%SID%_Classes\CLSID{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f
REG DELETE HKEY_USERS%SID%\Software\Classes\CLSID{6DDF00DB-1234-46EC-8356-27E7B2051192} /f
REG DELETE HKEY_USERS%SID%_Classes\CLSID{6DDF00DB-1234-46EC-8356-27E7B2051192} /f
REG DELETE HKEY_USERS%SID%\Software\Classes\CLSID{D5B91409-A8CA-4973-9A0B-59F713D25671} /f
REG DELETE HKEY_USERS%SID%_Classes\CLSID{D5B91409-A8CA-4973-9A0B-59F713D25671} /f
REG DELETE HKEY_USERS%SID%\Software\Classes\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} /f
REG DELETE HKEY_USERS%SID%_Classes\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} /f
REG DELETE HKEY_USERS%SID%\Software\Classes\CLSID{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f
REG DELETE HKEY_USERS%SID%_Classes\CLSID{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f

::Reset info to default
::------------------------------------------------------------------------------------------------------------------------------------
::------------------------------------------------------------------------------------------------------------------------------------
reg add HKEY_CURRENT_USER\Software\DownloadManager /v FName /f
reg add HKEY_CURRENT_USER\Software\DownloadManager /v LName /f
reg add HKEY_CURRENT_USER\Software\DownloadManager /v Email /f
reg add HKEY_CURRENT_USER\Software\DownloadManager /v Serial /f

REG ADD HKCU\Software\DownloadManager /v CheckUpdtVM /f
REG ADD HKCU\Software\DownloadManager /v scansk /f
REG ADD HKCU\Software\DownloadManager /v tvfrdt /f

::------------------------------------------------------------------------------------------------------------------------------------

reg add HKEY_USERS%SID%\Software\DownloadManager /v FName /f
reg add HKEY_USERS%SID%\Software\DownloadManager /v LName /f
reg add HKEY_USERS%SID%\Software\DownloadManager /v Email /f
reg add HKEY_USERS%SID%\Software\DownloadManager /v Serial /f

REG ADD HKEY_USERS%SID%\Software\DownloadManager /v CheckUpdtVM /f
REG ADD HKEY_USERS%SID%\Software\DownloadManager /v scansk /f
REG ADD HKEY_USERS%SID%\Software\DownloadManager /v tvfrdt /f

::------------------------------------------------------------------------------------------------------------------------------------

endlocal

::------------------------------------------------------------------------------------------------------------------------------------

reg add “HKEY_LOCAL_MACHINE\Software\Internet Download Manager” /v FName /f
reg add “HKEY_LOCAL_MACHINE\Software\Internet Download Manager” /v LName /f
reg add “HKEY_LOCAL_MACHINE\Software\Internet Download Manager” /v Email /f
reg add “HKEY_LOCAL_MACHINE\Software\Internet Download Manager” /v Serial /f

REG ADD “HKEY_LOCAL_MACHINE\Software\Internet Download Manager” /v CheckUpdtVM /f
REG ADD “HKEY_LOCAL_MACHINE\Software\Internet Download Manager” /v scansk /f
REG ADD “HKEY_LOCAL_MACHINE\Software\Internet Download Manager” /v tvfrdt /f

::------------------------------------------------------------------------------------------------------------------------------------

reg add “HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet Download Manager” /v FName /f
reg add “HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet Download Manager” /v LName /f
reg add “HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet Download Manager” /v Email /f
reg add “HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet Download Manager” /v Serial /f

REG ADD “HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet Download Manager” /v CheckUpdtVM /f
REG ADD “HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet Download Manager” /v scansk /f
REG ADD “HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet Download Manager” /v tvfrdt /f
::------------------------------------------------------------------------------------------------------------------------------------

ECHO complete!

pause

4 Likes

This is subject related to Crack & Patch for a Brand software, to avoid the such errors Buy the IDM, else Visit any torrent site, you will get a bunch of versions day by day, You will get the stable version that get fixed to pop-up fake serial key error.

We are not Cracking Patching forum, either sharing Cracks or Patches here. Google search for further solutions.

NO MORE CRACK SHARING HERE!

HERE IS THE SOLUTION:

#1. Open window explorer and navigate to the ‘Internet Download Manager’ folder in program files.

Open ‘Internet Download Manager’ folder to see the list of files as shown below:
image

2. In the open window, search and delete the ‘IDMGrHlp.exe’ file. And copy the ‘idmBroker.exe’ from the same folder and paste it in the same folder.

#3. Once you are done with Step 2. Now rename the copied file of ‘idmBroker.exe’ to ‘IDMGrHlp.exe’ as shown below:

image

#4. Now the last step is to restart your system to apply this effect and enjoy the downloading without any interruption.

Block Access:

#1. Open window explorer and navigate to the folder : ‘C:\Windows\System32\drivers\etc’. This folder contains files out of which one is ‘hosts’ file.

2. Right click on that file and choose Open With >> Notepad.

image

#3. Once you have opened this file in Notepad. In my case I am using ‘Notepadd++’ it doesn’t make any difference.

Now just copy the below lines of code and paste it after the last line in the ‘hosts’ file.

127.0.0.1           tonec.com
127.0.0.1           www.tonec.com
127.0.0.1           registeridm.com
127.0.0.1           www.registeridm.com
127.0.0.1           secure.registeridm.com
127.0.0.1           internetdownloadmanager.com
127.0.0.1           www.internetdownloadmanager.com
127.0.0.1           secure.internetdownloadmanager.com
127.0.0.1           mirror.internetdownloadmanager.com
127.0.0.1           mirror2.internetdownloadmanager.com
127.0.0.1           mirror3.internetdownloadmanager.com

#4. Now just restart your system to see the effect. Enjoy downloading without any interruption.

GOOD LUCK! :+1:

6 Likes