Jump to content

"Compilation Of Tutorials, Guides, Tips & Updates"


dcs18

Recommended Posts

thunderpants

I've used 'trial reset.exe' for ages ,it's been pretty good.

sidenote, in ref. to IDM addon with F.F 40.0b1 (beta):

I just noticed i am getting that popup box about "obselete browser intergration and do i want to know how to fix it".

I just downloaded 'process lasso' and it grabs the link ok but flashes up the 'obselete addon warning'

Link to comment
Share on other sites


  • Replies 7.3k
  • Views 1m
  • Created
  • Last Reply
sidenote, in ref. to IDM addon with F.F 40.0b1 (beta):

I just noticed i am getting that popup box about "obselete browser intergration and do i want to know how to fix it".

I just downloaded 'process lasso' and it grabs the link ok but flashes up the 'obselete addon warning'

I suggest navigating to the about:config and ensuring that the following entries have the corresponding values (please create any entry/entries which you find missing):—

  • extensions.checkCompatibility >>----> boolean >>----> false
  • extensions.checkCompatibility.40.0 >>----> boolean >>----> false
  • extensions.checkUpdateSecurity >>----> boolean >>----> false
  • extensions.shownSelectionUI >>----> boolean >>----> true
  • extensions.strictCompatibility >>----> boolean >>----> false
  • xpinstall.signatures.required >>----> boolean >>----> false
Link to comment
Share on other sites


thunderpants

I'll try it ,whre's the file for about :config ,so i can make a quick backup.

I was looking at ' extensions.json ' in notepad++ and was wondering is there anything in there that can be editied .

It has quite a lot of info about the idm extension.

Link to comment
Share on other sites


I'll try it ,whre's the file for about :config ,so i can make a quick backup.

The configurations & settings of most aspects of your Firefox reside at the following location:—

C:\Users\YourProfileName\AppData\Roaming\Mozilla\Firefox\Profiles\MozillaProfile

For configurations & settings of other popular apps. and programs check post # 2444.

Link to comment
Share on other sites


thunderpants

Thanks guys ,it's great to have some up to date info about trial reset.

That bat script is just the medicine :)

I think i might just stick with that for now.

I need to brush up my knowledge on i.p connections.

Link to comment
Share on other sites


thunderpants

They've changed the about:config since the last time i looked at it.

It's been infected by that "metro business".

It works ok once u get the hang of it.

EDIT:

About : config tweaks didn't help.

i HAD TO ADD THE TOP THREE IN YOUR LIST AS THEY WHERE MISSING.

I think we might have to let this one rest for a bit.

Maybe there's some new things in the firefox beta that require more investigation or something.

Plus the fact it's a new beta probably means it could be completely changed in the next beta release.

Thanks for the help Dcs18 ,i'll pop back later on .

Link to comment
Share on other sites


The Add-ons Manager on the latest Firefox V40 Beta 1 no longer displays the add-on version. :huh:

??? - any screenshots? :rolleyes:

4sqdbGW.png

oRdrJDm.png

Link to comment
Share on other sites


oRdrJDm.png

How? :think:

For Users of CTR:—

about:config >>----> extensions.classicthemerestorer.addonversion >>----> True

Others:—

You will have to hunt for the about:config entry (equivalent/similar to extensions.classicthemerestorer.addonversion). B)

Link to comment
Share on other sites


Hello .

Today my IDM 6.23 build 12 , with kaspersky firewall blocking method show the fake serial screen .

I dont know why ?

No found Visual Protect 3.5+ key

Maybe have another new IP calling home .

Link to comment
Share on other sites


Please feel welcome to include any method for any app./program - nobody is going to mind. F3h9xqz.gif

OK then, this is for IDM lovers who don't want (or unable) to use firewall ........

This is step by step to make IDM trial version never expires by using auto reset method

STEP #1

Open text editor (Notepad), write down (copy-paste) the script below, and save as a batch file named "IDM_Reset.bat"

@echo off

taskkill /im IDMan.exe /f /t

set "HKCU=HKCU\Software\DownloadManager"

if exist "%SystemRoot%\SysWOW64\" (

set "HKCR=HKCR\Wow6432Node\CLSID"

set "HKLM=HKLM\SOFTWARE\Wow6432Node\Internet Download Manager"

) else (

set "HKCR=HKCR\CLSID"

set "HKLM=HKLM\SOFTWARE\Internet Download Manager"

)

echo %HKCR%\{07999AC3-058B-40BF-984F-69EB1E554CA7} [7] >Permissions

echo %HKCR%\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >>Permissions

echo %HKCR%\{6DDF00DB-1234-46EC-8356-27E7B2051192} [7] >>Permissions

echo %HKCR%\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >>Permissions

echo %HKCR%\{D5B91409-A8CA-4973-9A0B-59F713D25671} [7] >>Permissions

regini Permissions

del Permissions

reg delete "%HKCR%\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

reg delete "%HKCR%\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f

reg delete "%HKCR%\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /f

reg delete "%HKCR%\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f

reg delete "%HKCR%\{D5B91409-A8CA-4973-9A0B-59F713D25671}" /f

reg delete "%HKCU%" /v Email /f

reg delete "%HKCU%" /v FName /f

reg delete "%HKCU%" /v LName /f

reg delete "%HKCU%" /v Serial /f

reg delete "%HKLM%" /v Email /f

reg delete "%HKLM%" /v FName /f

reg delete "%HKLM%" /v LName /f

reg delete "%HKLM%" /v Serial /f

reg delete "%HKLM%" /v InstallStatus /f

exit

STEP #2

Tutorial.jpg

STEP #3

Enjoy IDM (trial version) for the rest of your life :lol:

NOTE: Do not use IDM Retail for this method. Use IDM Trial version only.

Is there a Workaround for those who dont have gpedit?

Link to comment
Share on other sites


Hello .

Today my IDM 6.23 build 12 , with kaspersky firewall blocking method show the fake serial screen .

I dont know why ?

No found Visual Protect 3.5+ key

Maybe have another new IP calling home .

USE TRIAL RESET!!

Please feel welcome to include any method for any app./program - nobody is going to mind. F3h9xqz.gif

OK then, this is for IDM lovers who don't want (or unable) to use firewall ........

This is step by step to make IDM trial version never expires by using auto reset method

STEP #1

Open text editor (Notepad), write down (copy-paste) the script below, and save as a batch file named "IDM_Reset.bat"

@echo off

taskkill /im IDMan.exe /f /t

set "HKCU=HKCU\Software\DownloadManager"

if exist "%SystemRoot%\SysWOW64\" (

set "HKCR=HKCR\Wow6432Node\CLSID"

set "HKLM=HKLM\SOFTWARE\Wow6432Node\Internet Download Manager"

) else (

set "HKCR=HKCR\CLSID"

set "HKLM=HKLM\SOFTWARE\Internet Download Manager"

)

echo %HKCR%\{07999AC3-058B-40BF-984F-69EB1E554CA7} [7] >Permissions

echo %HKCR%\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >>Permissions

echo %HKCR%\{6DDF00DB-1234-46EC-8356-27E7B2051192} [7] >>Permissions

echo %HKCR%\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >>Permissions

echo %HKCR%\{D5B91409-A8CA-4973-9A0B-59F713D25671} [7] >>Permissions

regini Permissions

del Permissions

reg delete "%HKCR%\{07999AC3-058B-40BF-984F-69EB1E554CA7}" /f

reg delete "%HKCR%\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C}" /f

reg delete "%HKCR%\{6DDF00DB-1234-46EC-8356-27E7B2051192}" /f

reg delete "%HKCR%\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}" /f

reg delete "%HKCR%\{D5B91409-A8CA-4973-9A0B-59F713D25671}" /f

reg delete "%HKCU%" /v Email /f

reg delete "%HKCU%" /v FName /f

reg delete "%HKCU%" /v LName /f

reg delete "%HKCU%" /v Serial /f

reg delete "%HKLM%" /v Email /f

reg delete "%HKLM%" /v FName /f

reg delete "%HKLM%" /v LName /f

reg delete "%HKLM%" /v Serial /f

reg delete "%HKLM%" /v InstallStatus /f

exit

STEP #2

Tutorial.jpg

STEP #3

Enjoy IDM (trial version) for the rest of your life :lol:

NOTE: Do not use IDM Retail for this method. Use IDM Trial version only.

Is there a Workaround for those who dont have gpedit?

YES add it to your task scheduler!!!

if u wanna know how

PM me ur TEAMVIEWER ID and PASS will configure it my self

regards

Link to comment
Share on other sites


Hello .

Today my IDM 6.23 build 12 , with kaspersky firewall blocking method show the fake serial screen .

Trust there is no Kaspersky leak — otherwise one of the other Users chiefly IamBidyuT would have already put an alert across.

I dont know why ?

No found Visual Protect 3.5+ key

Personally, I just ensure the following 2 points before using the Registry Trash Keys Finder:—

  • Switching over to the 32-bit Mode (as per post # 2731,) and
  • Using a full version of Registry Trash Keys Finder
Maybe have another new IP calling home .

Thanks for the report — we are monitoring IDM from our side (just a matter of time whether it is found to be a false alarm or not.) F3h9xqz.gif

Link to comment
Share on other sites


Maybe have another new IP calling home .

Thanks for the report — we are monitoring IDM from our side (just a matter of time whether it is found to be a false alarm or not.) F3h9xqz.gif

No change in IP, still using 169.55.0.224

KLE7n0r.png

Tonec has coded a time-bomb to the latest builds - IDM no longer calls immediately upon being run (this is also the reason why most folks have been getting fooled.) :lol:

Link to comment
Share on other sites


  • Matrix locked this topic
  • Reefa unlocked this topic

Archived

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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