idm-trial-reset icon indicating copy to clipboard operation
idm-trial-reset copied to clipboard

Registeration Issue

Open NeXuS375 opened this issue 2 years ago • 25 comments

When I register IDM and every time I try to download a file my trial ends and a window pops up saying that I am using a counterfeit serial key (IDM still lets me download files but it very annoying to cross out the pop up window every time I want to download a file). I have also tried resetting the trial if IDM is blocked as instructed in the help section of the application but to no avail (window still pops up saying that I am using a counterfeit serial key even though IDM is not registered). Please look into this issue.

Edit: I did not expect so many people to reply to this issue. (You guys are so determined to get rid of the popup)

NeXuS375 avatar Mar 17 '22 12:03 NeXuS375

same

Tozayze2 avatar Mar 20 '22 18:03 Tozayze2

same :)

FahadBinHussain avatar Mar 29 '22 13:03 FahadBinHussain

same :(

Tahmid-Hossain-287 avatar Apr 04 '22 04:04 Tahmid-Hossain-287

I have found another way to reset IDM.

From registry editor, remove HKEY_USERS\S-1-5-21-3681227441-695364207-2395006485-1001_Classes\WOW6432Node\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} and your trial will be reset. after 30 days, repeat the same process.

Tahmid-Hossain-287 avatar Apr 12 '22 00:04 Tahmid-Hossain-287

cant find the registry

BasilBaiju avatar May 28 '22 14:05 BasilBaiju

Don't copy paste. Try to find it manually. Because "S-1-5-21-3681227441-695364207-2395006485-1001_Classes" the number in this part may change.

Tahmid-Hossain-287 avatar May 29 '22 04:05 Tahmid-Hossain-287

I have found another way to reset IDM.

From registry editor, remove HKEY_USERS\S-1-5-21-3681227441-695364207-2395006485-1001_Classes\WOW6432Node\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} and your trial will be reset. after 30 days, repeat the same process.

It does not work. When the PC restarts, the key you mentioned reappears. And the annoying dialog boxes to register the program still keep popping up.

Dhyfer1 avatar Jun 11 '22 16:06 Dhyfer1

It does not work. When the PC restarts, the key you mentioned reappears. And the annoying dialog boxes to register the program still keep popping up.

It is meant to reappear. Deleting makes IDM believe that the trial has just started and will last next 30 days. And about that annoying dialog box, sadly I have found no way that will completely stop it. All the methods I have tried, it always keeps appearing.

Tahmid-Hossain-287 avatar Jun 12 '22 03:06 Tahmid-Hossain-287

I have found another way to reset IDM.

From registry editor, remove HKEY_USERS\S-1-5-21-3681227441-695364207-2395006485-1001_Classes\WOW6432Node\CLSID{07999AC3-058B-40BF-984F-69EB1E554CA7} and your trial will be reset. after 30 days, repeat the same process.

If the creator isn't going to update his tool, I think you can create one that does this operation automatically.

Hossam225 avatar Jul 19 '22 14:07 Hossam225

Save below code in a idm.bat file (make this file anywhere, rename .txt to .bat if you have to) and run to reset idm

REM @echo off
TASKKILL /f 2> nul /IM IDMan.exe  > nul 2>&1
"C:\Program Files (x86)\Windows Resource Kits\Tools\subinacl.exe" /keyreg "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /grant=S-1-1-0=f 1> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{99d8f88f-4892-43bf-a569-42c595069a1c}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /v MData /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /v Model /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /v Therad /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f 2> nul

reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671}" /f 2> nul

reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671}" /f 2> nul

REM reg delete "HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f 2> nul

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Internet Download Manager" /v scansk /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v scansk /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v CheckUpdtVM /f 2> nul

REM reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /f 2> nul
REM reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Internet Download Manager" /f 2> nul

reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v FName /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v LName /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v Email /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v Serial /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Internet DownloadManager" /v FName /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Internet DownloadManager" /v LName /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Internet DownloadManager" /v Email /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Internet DownloadManager" /v Serial /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet DownloadManager" /v FName /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet DownloadManager" /v LName /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet DownloadManager" /v Email /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet DownloadManager"  /v Serial /f 2> nul
pause

PBhadoo avatar Aug 16 '22 02:08 PBhadoo

Save below code in a idm.bat file (make this file anywhere, rename .txt to .bat if you have to) and run to reset idm

@PBhadoo I have some questions. At what time can I run this bat file, before or after the trial period expires? and with this bat file it avoids the annoying IDM registration popups that always appear before or after each download?

Dhyfer1 avatar Aug 17 '22 01:08 Dhyfer1

@PBhadoo Thanks a lot mate,its working again. @Dhyfer1 mine expired and i clicked the .bat file and boom work like a charm.

ManORock avatar Aug 28 '22 22:08 ManORock

@ManORock There are many bat files on the internet that are used to make IDM download again without problem after the trial period expired and many of them do work, but the only problem that these bat files haven't been able to solve yet is that before the download starts, or after the download finishes, you still get these two popups.

You say the bat file works, I believe you, I haven't tried it yet. But when you start or finish a download after having used the bat file, do you still get those pop-ups? Besides, in the bat file there is a line that says "C:\Program Files (x86)\Windows Resource Kits\Tools\subinacl.exe" the subinacl.exe file you had to download it? because that file and the path I mentioned doesn't exist in Windows.

Dhyfer1 avatar Aug 28 '22 23:08 Dhyfer1

after the download finishes, you still get these https://github.com/J2TEAM/idm-trial-reset/issues/10#issuecomment-722286269.

@Dhyfer1 Seems changing the folder (which is Internet Download Manager inside Program Files (x86))'s Created and Modified Date Folder Attribute did the trick, tried that like 1-3 days testing and the pop up is gone.

Estrol avatar Sep 23 '22 10:09 Estrol

after the download finishes, you still get these #10 (comment).

@Dhyfer1 Seems changing the folder (which is Internet Download Manager inside Program Files (x86))'s Created and Modified Date Folder Attribute did the trick, tried that like 1-3 days testing and the pop up is gone.

Could you please write a detailed description of what to did to fix the popups. Screenshots would be preferable. (basically a step by step guide)

NeXuS375 avatar Sep 23 '22 17:09 NeXuS375

after the download finishes, you still get these #10 (comment).

@Dhyfer1 Seems changing the folder (which is Internet Download Manager inside Program Files (x86))'s Created and Modified Date Folder Attribute did the trick, tried that like 1-3 days testing and the pop up is gone.

Could you please write a detailed description of what to did to fix the popups. Screenshots would be preferable. (basically a step by step guide)

Here my guide, atleast work for me but I cannot guaranteed that my method works for yall (my english is bad at describe something)

  1. Download Attribute Changer then install it.

  2. Kill IDM Process first.

  3. Reset the Trial using this program.

  4. Move "Internet Download Manager" from "Program Files (x86)" to whatever folder that not require Admin Rights to modify it.

  5. Right click the folder and select 'Attribute Changer'.

  6. Change "Created" and "Modified" date to nearest current date and month, and select "Folders only". (Make sure Modified is ahead Created).

  7. Click "Apply".

  8. Check if the reporting show modifed success (for example: 1 folder(s) modified, not 1 folder(s) failed).

  9. Move back "Internet Download Manager' to "Program Files (x86)".

  10. Use it normally?

Estrol avatar Sep 23 '22 17:09 Estrol

@Estrol Does the solution you mention apply before or after the trial period ends?

  • When you say Attribute Changer, you mean this?
  • Earlier you told me "Seems changing the folder (which is Internet Download Manager inside Program Files (x86))'s Created and Modified Date Folder Attribute did the trick, tried that like 1-3 days testing and the pop up is gone." May I know how you changed the folder, and in what new path is your folder with the IDM installation files?

@NeXuS375

Edit: I did not expect so many people to reply to this issue. (You guys are so determined to get rid of the popup)

LOL That's right, at least I'm crazy trying to find a way to get rid of those annoying popups. What do you say, have you found a way?

Dhyfer1 avatar Sep 27 '22 01:09 Dhyfer1

after the download finishes, you still get these #10 (comment).

@Dhyfer1 Seems changing the folder (which is Internet Download Manager inside Program Files (x86))'s Created and Modified Date Folder Attribute did the trick, tried that like 1-3 days testing and the pop up is gone.

Could you please write a detailed description of what to did to fix the popups. Screenshots would be preferable. (basically a step by step guide)

Here my guide, atleast work for me but I cannot guaranteed that my method works for yall (my english is bad at describe something)

  1. Download Attribute Changer then install it.
  2. Kill IDM Process first.
  3. Reset the Trial using this program.
  4. Move "Internet Download Manager" from "Program Files (x86)" to whatever folder that not require Admin Rights to modify it.
  5. Right click the folder and select 'Attribute Changer'.
  6. Change "Created" and "Modified" date to nearest current date and month, and select "Folders only". (Make sure Modified is ahead Created).
  7. Click "Apply".
  8. Check if the reporting show modifed success (for example: 1 folder(s) modified, not 1 folder(s) failed).
  9. Move back "Internet Download Manager' to "Program Files (x86)".
  10. Use it normally?

This didnt work for me sadly

ipwwn avatar Oct 04 '22 02:10 ipwwn

@PBhadoo Thanks a lot mate,its working again. @Dhyfer1 mine expired and i clicked the .bat file and boom work like a charm. @ManORock - Is yours still working properly? After running the .bat file from PBhadoo (I found and installed the subinac1 file, which was in earlier windows prog's) - as well as re-dating the folder, per Estrol's description - IDM is no longer embedding in Edge, or Chrome. FF still works. Even after uninstalling and reinstalling, it seems to have "broken" the ability of IDM to work in those two browsers. Idiot me didn't back-up my registry before doing it, either.

JackJ59 avatar Oct 27 '22 09:10 JackJ59

@JackJ59 Hi, I have some questions:

  1. After executing the PBhadoo .bat file, do these popups still appear or not for you?
  2. You re-dated the folder by following Estrol's steps, so Attribute Changer works fine for you? I say that because user @ipwwn said it doesn't work.
  3. Finally, why did you use the .bat file together with Attribute Changer?

Dhyfer1 avatar Oct 31 '22 23:10 Dhyfer1

i just used the bat file to reset, it resets my IDM to a state where 30 day trial is finished it was showing REGISTRATION option in HELP. Also it was popping up the registration form (n.b. NO POPUP REGARDING TRIAL FINISHED OR FAKE ID, ONLY THE REGISTRATION FORM). So for testing i closed IDM from taskmanager and oppened it again, it was showing the same pop up, but IDM is working fine, all my previous downloads are showing.

Most probably this bat file removes any previous regIDs. But no idea about trials, cuz even the registration form wasnt showing "no of days left"

Then i used the IDM TRIAL RESET software to reset the trial (no fake registration) and i closed idm and opened again, No popups till now and it is showing registered :)

image

image

Swagnik02 avatar Nov 02 '22 19:11 Swagnik02

i just used the bat file to reset, it resets my IDM to a state where 30 day trial is finished it was showing REGISTRATION option in HELP. Also it was popping up the registration form (n.b. NO POPUP REGARDING TRIAL FINISHED OR FAKE ID, ONLY THE REGISTRATION FORM). So for testing i closed IDM from taskmanager and oppened it again, it was showing the same pop up, but IDM is working fine, all my previous downloads are showing.

Most probably this bat file removes any previous regIDs. But no idea about trials, cuz even the registration form wasnt showing "no of days left"

Then i used the IDM TRIAL RESET software to reset the trial (no fake registration) and i closed idm and opened again, No popups till now and it is showing registered :)

image

image

This seems to work for me. Thanks.

dspjm avatar Feb 04 '23 13:02 dspjm

Save below code in a idm.bat file (make this file anywhere, rename .txt to .bat if you have to) and run to reset idm

REM @echo off
TASKKILL /f 2> nul /IM IDMan.exe  > nul 2>&1
"C:\Program Files (x86)\Windows Resource Kits\Tools\subinacl.exe" /keyreg "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /grant=S-1-1-0=f 1> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{99d8f88f-4892-43bf-a569-42c595069a1c}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /v MData /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /v Model /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /v Therad /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f 2> nul

reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671}" /f 2> nul

reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671}" /f 2> nul

REM reg delete "HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f 2> nul

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Internet Download Manager" /v scansk /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v scansk /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v CheckUpdtVM /f 2> nul

REM reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /f 2> nul
REM reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Internet Download Manager" /f 2> nul

reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v FName /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v LName /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v Email /f 2> nul
reg delete "HKEY_CURRENT_USER\Software\DownloadManager" /v Serial /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Internet DownloadManager" /v FName /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Internet DownloadManager" /v LName /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Internet DownloadManager" /v Email /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Internet DownloadManager" /v Serial /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet DownloadManager" /v FName /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet DownloadManager" /v LName /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet DownloadManager" /v Email /f 2> nul
reg delete "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Internet DownloadManager"  /v Serial /f 2> nul
pause

It works fine! Thank You!

peppeWS avatar Apr 11 '23 22:04 peppeWS

This problem fixed?

javadovrufiq99 avatar Dec 26 '23 20:12 javadovrufiq99

This problem fixed?

In my case no, now I am using IDM-Activation-Script and it works wonderfully ☺️

Dhyfer1 avatar Dec 26 '23 20:12 Dhyfer1