Jump to content

jalaffa

Recommended Posts

trial reset worked x64

1) Install Diskeeper trialware

2) When ending, open "Task Manager" to close "DkService"

3) Open "regedit" and go to: HKEY_LOCAL_MACHINE\SOFTWARE\Diskeeper Corporation\Diskeeper

Delete Licensing

4) download file Site: http://www.mediafire.com/

Sharecode: ?f2gb22194b4mbpe

5) Copy "Pro TW45.DAL" files in the installation folder

6) Launch Diskeeper 12

I had problems with mediafire ! am I the only one who find mediafire links are incorrect or deleted ?

Link to comment
Share on other sites


  • Replies 1.3k
  • Views 213.2k
  • Created
  • Last Reply

I had problems with mediafire ! am I the only one who find mediafire links are incorrect or deleted ?

working fine here

i guess my isp who blocks mediafire here !!!

Link to comment
Share on other sites


i deleted it yesterday and search today and it's already back. so do we need to do this everyday?

same here it shows up after a while.

Link to comment
Share on other sites


I remember using this trick for previous versions. Actually, it's for trial reset. Stop Diskeeper service, delete the key, start service. Trial is reset.

Cheers ;)

Link to comment
Share on other sites


Deleting a registry key stops diskeeper trial day counting

Key is located under

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{XXXXXXXXXXXXXXXXXXXXXXXXXXX}\MiscStatus]

"Data"=hex:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx......................................

Confirmed working for v16.0.1017.0 on WinXP. After months of trying to find something that works, this so far has been the only trick that does. Many thanks to whomever deserves credit for this. :)

Link to comment
Share on other sites


i deleted it yesterday and search today and it's already back. so do we need to do this everyday?

same here it shows up after a while.

you need creat a task to do it manual. instructions here:

link: http://www.mediafire.com

share code: /?iyjdvycafjbjvba

Link to comment
Share on other sites


i deleted it yesterday and search today and it's already back. so do we need to do this everyday?

same here it shows up after a while.

you need creat a task to do it manual. instructions here:

link: http://www.mediafire.com

share code: /?iyjdvycafjbjvba

Do you have the exe created? If so, could you please upload it?
Link to comment
Share on other sites


i deleted it yesterday and search today and it's already back. so do we need to do this everyday?

same here it shows up after a while.

you need creat a task to do it manual. instructions here:

link: http://www.mediafire.com

share code: /?iyjdvycafjbjvba

Do you have the exe created? If so, could you please upload it?
you creat a .bat file contain:

reg delete keyname /f

then use "bat to exe converter" to convert it into .exe as instrustions pack

Link to comment
Share on other sites


you creat a .bat file contain:

reg delete keyname /f

then use "bat to exe converter" to convert it into .exe as instrustions pack

So, instead of "keyname" the 2nd and 3d line in the 1st pic should be entered? The 1st line and the text following "voi" is irrelevant?

Link to comment
Share on other sites


i have installed 30 days trial today on 8 x64.. is there any working trial reset?

Read the last few posts and you'll get a probable answer ;)

Link to comment
Share on other sites


you creat a .bat file contain:

reg delete keyname /f

then use "bat to exe converter" to convert it into .exe as instrustions pack

Do we need to tell the bat file to stop the Diskeeper service?
Link to comment
Share on other sites


Do we need to tell the bat file to stop the Diskeeper service?

Not needed
So I can delete the key without stopping the service?
Link to comment
Share on other sites


Deleting a registry key stops diskeeper trial day counting

Key is located under

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{XXXXXXXXXXXXXXXXXXXXXXXXXXX}\MiscStatus]

"Data"=hex:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx......................................

I have not this key on 8 x64,, all xxxxxx is right? i have not that key ..help thanks

Link to comment
Share on other sites


I have not this key on 8 x64,, all xxxxxx is right? i have not that key ..help thanks

xxxxxxxxxxxxx... are supposed to be numbers/alphabets (characters). Rather than writing them down, he just wrote xxxxxxxxxxxx to make it applicable for everybody, 'cuz it will depend on your system. Find the HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\ and then under one of the keys, you'll get MiscStatus. That is the one you'll have to delete apparently. ;)

I'm not using DK at the moment, so I'm going strictly by Anuraag's post :P

Link to comment
Share on other sites


I have not this key on 8 x64,, all xxxxxx is right? i have not that key ..help thanks

xxxxxxxxxxxxx... are supposed to be numbers/alphabets (characters). Rather than writing them down, he just wrote xxxxxxxxxxxx to make it applicable for everybody, 'cuz it will depend on your system. Find the HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\ and then under one of the keys, you'll get MiscStatus. That is the one you'll have to delete apparently. ;)

I'm not using DK at the moment, so I'm going strictly by Anuraag's post :P

I have see all clsid key from total unistall about diskeeper and no one has that sub key, so why? What is the real key on 8 x64 about countdown?

Link to comment
Share on other sites


open cmd prompt and type this.

REG QUERY HKLM\SOFTWARE\Classes\CLSID /t REG_BINARY /v data /s

if it has just 1 match, script below will delete it to reset trial.

save this to a .bat or .cmd file.

For /F "eol=E tokens=* delims=" %%A in ('REG QUERY HKLM\SOFTWARE\Classes\CLSID /t REG_BINARY /v data /s') Do (Set Var=%%A)REG DELETE %Var% /fexit
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...