Jump to content

Trial Reset Internet Download Manager Manually


NOP-X4

Recommended Posts

Internet Download Manager (IDM) has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. IDM increases download speeds by up to 5 times, resumes and schedules downloads. But it is not a free software so you have to buy it after 30 days of trial period. Here I am going to tell you how to trial reset IDM after 30 days of trial period. So you do not need of any crack/patch/keygen etc.

------------------------------------------------------------------------------------------------------------------------------------

NOTE: This method only resets trial period of IDM so in this method IDM will remain in trial mode NOT full.

------------------------------------------------------------------------------------------------------------------------------------

1. Download Internet Download Manager from here

http://www.internetdownloadmanager.com/download.html
2. After 30 days of trial IDM will show that Your 30 days trial period is over ...........and asks to register it before use.

3. Now press Win+R to open Run box, type REGEDIT in it and press enter.

4. In the Registry Editor find this key {07999AC3-058B-40BF-984F-69EB1E554CA7}

HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}
5. Right click on it, Delete it or Just change last three characters to any.

6. After that you will get your 30 days trial period without going through cracks/keygens or by blocking hosts.

Tested and working with Windows XP SP3 in VM

Link to comment
Share on other sites


  • Replies 38
  • Views 45.4k
  • Created
  • Last Reply

til now i didnt see any trial reset for IDM

anyhow good post.but but..

99.999% use patch/keygen only.

Link to comment
Share on other sites


just wondering if we can add this to task scheduling ? :think:

if u can reset with it, it's possible creat a task to do it every 30 days or any day u want
Link to comment
Share on other sites


Ok

I made it a little more handy

by that trick you just could go from trial to trial

now, you can go from "fake serial registered" to trial and keep it on trial!

it's an exe file which you can even add to your startup programs

( I think if you take a shortcut and put it in [C:\ProgramData\Microsoft\Windows\Start Menu\Programs] will do the job, I'm not so sure!)

http://d-h.st

sharecode: /GXr

no pass!

Link to comment
Share on other sites


Ok

I made it a little more handy

by that trick you just could go from trial to trial

now, you can go from "fake serial registered" to trial and keep it on trial!

it's an exe file which you can even add to your startup programs

( I think if you take a shortcut and put it in [C:\ProgramData\Microsoft\Windows\Start Menu\Programs] will do the job, I'm not so sure!)

http://d-h.st

sharecode: /GXr

no pass!

hi ehsan, u can make a new trial reset for internet lock, i just try your tool and dont work. my key is blocked and i also search for some crack on internet but it dont work when trial exprired
Link to comment
Share on other sites


Batch file to delete this key:

HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}

Open notepad and type...

reg delete "HKCU\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

Save it as <filename>.BAT and run it.
Link to comment
Share on other sites


on win7 x64:

HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}

Thanks bro.
Link to comment
Share on other sites


  • 10 months later...
  • 9 months later...

Well, thanks for this, it works :showoff:

Do you use windows 8.1? What process do you use?

Link to comment
Share on other sites


software182

Well, thanks for this, it works :showoff:

Do you use windows 8.1? What process do you use?

on first post, both works on Windows 8.1 Pro x86/x64

in x64, try wenger20 step

Link to comment
Share on other sites


knowledge-Spammer

Batch file to delete this key:

HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}
Open notepad and type...
reg delete "HKCU\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f
Save it as <filename>.BAT and run it.

how about a automatic trialreseter i can not test as i do not use this program

:: ### Admin Check..

if "%~1"=="a" goto :start

:getfile

set "file=%temp%\%random%.file.vbs"

if exist "%file%" goto :getfile

>"%file%" echo Set UAC = CreateObject("Shell.Application")

>>"%file%" echo UAC.ShellExecute "%~f0", "a", "", "runas", 1

start "" "%file%"

goto :eof

:start

del "%temp%\*.vbs">nul 2>&1

:: RUN AS ADIN CHECK END

For /F "eol=E tokens=* delims=" %%A in (HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}t REG_BINARY /v Data /s') Do (

REG DELETE %%A /v Data /f)

exit

save as .bat and add two C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

so it start when pc start

Link to comment
Share on other sites


software182

:: ### Admin Check..

if "%~1"=="a" goto :start

:getfile

set "file=%temp%\%random%.file.vbs"

if exist "%file%" goto :getfile

>"%file%" echo Set UAC = CreateObject("Shell.Application")

>>"%file%" echo UAC.ShellExecute "%~f0", "a", "", "runas", 1

start "" "%file%"

goto :eof

:start

del "%temp%\*.vbs">nul 2>&1

:: RUN AS ADIN CHECK END

For /F "eol=E tokens=* delims=" %%A in (HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}t REG_BINARY /v Data /s') Do (

REG DELETE %%A /v Data /f)

exit

save as .bat and add two C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

so it start when pc start

if UAC enabled, i don't have a time to click "yes" every windows start. any other way to run it on background so i don't have to click it when windows starts :p

Link to comment
Share on other sites


knowledge-Spammer

:: ### Admin Check..

if "%~1"=="a" goto :start

:getfile

set "file=%temp%\%random%.file.vbs"

if exist "%file%" goto :getfile

>"%file%" echo Set UAC = CreateObject("Shell.Application")

>>"%file%" echo UAC.ShellExecute "%~f0", "a", "", "runas", 1

start "" "%file%"

goto :eof

:start

del "%temp%\*.vbs">nul 2>&1

:: RUN AS ADIN CHECK END

For /F "eol=E tokens=* delims=" %%A in (HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}t REG_BINARY /v Data /s') Do (

REG DELETE %%A /v Data /f)

exit

save as .bat and add two C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

so it start when pc start

if UAC enabled, i don't have a time to click "yes" every windows start. any other way to run it on background so i don't have to click it when windows starts :P

if UAC enabled, y wood u have UAC enabled lol

Link to comment
Share on other sites


:: ### Admin Check..

if "%~1"=="a" goto :start

:getfile

set "file=%temp%\%random%.file.vbs"

if exist "%file%" goto :getfile

>"%file%" echo Set UAC = CreateObject("Shell.Application")

>>"%file%" echo UAC.ShellExecute "%~f0", "a", "", "runas", 1

start "" "%file%"

goto :eof

:start

del "%temp%\*.vbs">nul 2>&1

:: RUN AS ADIN CHECK END

For /F "eol=E tokens=* delims=" %%A in (HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}t REG_BINARY /v Data /s') Do (

REG DELETE %%A /v Data /f)

exit

save as .bat and add two C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

so it start when pc start

if UAC enabled, i don't have a time to click "yes" every windows start. any other way to run it on background so i don't have to click it when windows starts :P

Shall post a tutorial, soon - how to bypass the UAC and automate your :pirate: stuff without using the black art.

Link to comment
Share on other sites


software182

Shall post a tutorial, soon - how to bypass the UAC and automate your :pirate: stuff without using the black art.

That's it !!! Thanks Configurator ! you rocks :rockon:

Link to comment
Share on other sites


knowledge-Spammer

:: ### Admin Check..

if "%~1"=="a" goto :start

:getfile

set "file=%temp%\%random%.file.vbs"

if exist "%file%" goto :getfile

>"%file%" echo Set UAC = CreateObject("Shell.Application")

>>"%file%" echo UAC.ShellExecute "%~f0", "a", "", "runas", 1

start "" "%file%"

goto :eof

:start

del "%temp%\*.vbs">nul 2>&1

:: RUN AS ADIN CHECK END

For /F "eol=E tokens=* delims=" %%A in (HKEY_CURRENT_USER\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7}t REG_BINARY /v Data /s') Do (

REG DELETE %%A /v Data /f)

exit

save as .bat and add two C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

so it start when pc start

if UAC enabled, i don't have a time to click "yes" every windows start. any other way to run it on background so i don't have to click it when windows starts :P

Shall post a tutorial, soon - how to bypass the UAC and automate your :pirate: stuff without using the black art.

how soon

and i think it wood work if UAC enabled, if not with a bit of tweaking it wood work just fine

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...