Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

abbyy

Member
Downloaded
16.3 GB
Uploaded
14.5 GB
Ratio
0.89
Seedbonus
3,814
Upload Count
0 (0)
Member for 7 years
Thanks @amir_tariq for share....

Regards,

_abbyy
 

chonee

Member
Downloaded
24.3 GB
Uploaded
9.1 GB
Ratio
0.37
Seedbonus
2,481
Upload Count
0 (0)
Member for 4 years
Thank you man , good work
 

mazikeen

Member
Downloaded
36.1 GB
Uploaded
219 GB
Ratio
6.06
Seedbonus
12,358
Upload Count
0 (0)
Member for 7 years
Thank you so much!! A big help!
 

acreditor

Member
Downloaded
7.6 GB
Uploaded
5.9 GB
Ratio
0.77
Seedbonus
1,259
Upload Count
0 (0)
Member for 6 years
appeciate the effort. but it does not reset the trial.
 

jerana

Member
Downloaded
44.8 GB
Uploaded
12.5 GB
Ratio
0.28
Seedbonus
71
Upload Count
0 (0)
Member for 7 years
thank you , its so useful
 

SuperTech

Member
Downloaded
135.1 GB
Uploaded
13.6 TB
Ratio
103.19
Seedbonus
757,103
Upload Count
0 (0)
Member for 7 years
The trial reset provided doesn't seem to work for me either, but I have a work around I created myself:

1. Uninstall Kutools for Excel when trial ends
2. Run Powershell ISE as Administrator in Windows
3. Type "set-executionpolicy bypass" into the console, say Yes
4. Copy and paste the following code (smaller text) into the script panel:

function Remove-TimeBomb {
param($timebomb = '305A6941')

Write-Warning 'Cleaning Kutools for Excel Timebomb. Run this after you uninstall the software'

Get-ItemProperty 'HKLM:\Software\Classes\CLSID\*\InprocServer32' |
Where-Object { $_.'(Default)' -like "$timebomb*" } |
ForEach-Object { if ($_.PSPath -match '{.*}') { $matches[0] }
Remove-Item -Path $_.PSpath -Force -Verbose

Remove-Item -Path "HKCU:\SOFTWARE\ExtendOffice\*" -Force -Verbose
Remove-Item -Path "HKCU:\SOFTWARE\KutoolsforExcel\*" -Force -Verbose
Remove-Item -Path "HKCU:\SOFTWARE\Kutools for Excel\*" -Force -Verbose
Remove-Item -Path "HKCU:\Software\Microsoft\Windows\Windows Error Reporting\Hangs\*" -Force -Verbose
Remove-Item -Path "HKLM:\SOFTWARE\ExtendOffice\*" -Force -Verbose
}
}


Remove-TimeBomb


5. Run code. Ignore any errors and say "Yes to all" when prompted.
6. Reinstall Kutools for Excel. You should have another 30 days to test with.

The "timebomb" is a hexadecimal number (anywhere between 181 to 271 numbers long) stored in HKCR\CLSID\{CXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}\InProcServer32 (X is random, seems to always install to the same registry key on the same system, but if you go to another computer, the registry key number is different, but always seems to start with C). I believe the timebomb code is immutable and always begins with 305A6941. If you modify or delete this number, Kutools for Excel immediately expires the trial to today's date. Doesn't seem to look at any files on the C: for determining when it was installed, just the registry keys noted above.

Was tested on version 25, possibly might work differently on older or newer versions.
 
Last edited:

tiger08

✅ Verified Member
Member
Banned
Downloaded
120.6 GB
Uploaded
2.2 TB
Ratio
18.92
Seedbonus
35,022
Upload Count
0 (0)
Member for 6 years
Any possibility of Version 25.00
 

maxuser90

Member
Downloaded
99.5 GB
Uploaded
214.2 GB
Ratio
2.15
Seedbonus
2,095
Upload Count
0 (0)
Member for 7 years
Great App, Thanks for the update
 

sanjay8787

Member
Downloaded
7 GB
Uploaded
5 GB
Ratio
0.72
Seedbonus
0
Upload Count
0 (0)
Member for 8 years
please upload version 25 with offline Medicines
 

MILEMAYA

Member
Downloaded
12.8 GB
Uploaded
5 GB
Ratio
0.39
Seedbonus
20
Upload Count
0 (0)
Member for 4 years
Thank you very much for thi
 

konta

Member
Downloaded
1.3 MB
Uploaded
5 GB
Ratio
4096
Seedbonus
0
Upload Count
0 (0)
Member for 3 years
The trial reset provided doesn't seem to work for me either, but I have a work around I created myself:

1. Uninstall Kutools for Excel when trial ends
2. Run Powershell ISE as Administrator in Windows
3. Type "set-execution bypass" into the console, say Yes
4. Copy and paste the following code (smaller text) into the script panel:

function Remove-TimeBomb {
param($timebomb = '305A6941')

Write-Warning 'Cleaning Kutools for Excel Timebomb. Run this after you uninstall the software'

Get-ItemProperty 'HKLM:\Software\Classes\CLSID\*\InprocServer32' |
Where-Object { $_.'(Default)' -like "$timebomb*" } |
ForEach-Object { if ($_.PSPath -match '{.*}') { $matches[0] }
Remove-Item -Path $_.PSpath -Force -Verbose

Remove-Item -Path "HKCU:\SOFTWARE\ExtendOffice\*" -Force -Verbose
Remove-Item -Path "HKCU:\SOFTWARE\KutoolsforExcel\*" -Force -Verbose
Remove-Item -Path "HKCU:\SOFTWARE\Kutools for Excel\*" -Force -Verbose
Remove-Item -Path "HKCU:\Software\Microsoft\Windows\Windows Error Reporting\Hangs\*" -Force -Verbose
Remove-Item -Path "HKLM:\SOFTWARE\ExtendOffice\*" -Force -Verbose
}
}


Remove-TimeBomb


5. Run code. Ignore any errors and say "Yes to all" when prompted.
6. Reinstall Kutools for Excel. You should have another 30 days to test with.

The "timebomb" is a hexadecimal number (anywhere between 181 to 271 numbers long) stored in HKCR\CLSID\{CXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}\InProcServer32 (X is random, seems to always install to the same registry key on the same system, but if you go to another computer, the registry key number is different, but always seems to start with C). I believe the timebomb code is immutable and always begins with 305A6941. If you modify or delete this number, Kutools for Excel immediately expires the trial to today's date. Doesn't seem to look at any files on the C: for determining when it was installed, just the registry keys noted above.

Was tested on version 25, possibly might work differently on older or newer versions.
doesn't work
win 7 here. powershell gives no prompts or errors except "set-execution bypass" is not recognized as command.
pic related
kutools 25 also


Untitled.png




also i don't get a trial expired period i get "unregistered - upgrade period has expired"
 
Last edited:

konta

Member
Downloaded
1.3 MB
Uploaded
5 GB
Ratio
4096
Seedbonus
0
Upload Count
0 (0)
Member for 3 years
oddly, i can;t Medicines 23 and 21 again using the Medicines.


edit. had to install 21. Medicines it using Medicines, install 23 without uninstalling 21, Medicines it with key gen. working so far.
 
Last edited:

SuperTech

Member
Downloaded
135.1 GB
Uploaded
13.6 TB
Ratio
103.19
Seedbonus
757,103
Upload Count
0 (0)
Member for 7 years
doesn't work
win 7 here. powershell gives no prompts or errors except "set-execution bypass" is not recognized as command.
pic related
kutools 25 also


Untitled.png




also i don't get a trial expired period i get "unregistered - upgrade period has expired"

I had a typo, try set-executionpolicy bypass and then run the code.

I will go back and correct the post.
 

konta

Member
Downloaded
1.3 MB
Uploaded
5 GB
Ratio
4096
Seedbonus
0
Upload Count
0 (0)
Member for 3 years
I had a typo, try set-executionpolicy bypass and then run the code.

I will go back and correct the post.
ok, now i get a prompt for the set-executionpolicy bypass command but running the code does not prompt me and doesn't seem to do anything.
tried to delete manually the registry from your code but i can't find HKLM:\Software\Classes\CLSID\*\InprocServer32
"*" folder is first in Classes, there is none in CLSID

searching for 305A6941 i found none in HKCR\CLSID\{CXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}\InProcServer32
but i found a lot in hklm\software\classes\wow6432node\clsid & hkcr\wow6432node\clsid
 

SuperTech

Member
Downloaded
135.1 GB
Uploaded
13.6 TB
Ratio
103.19
Seedbonus
757,103
Upload Count
0 (0)
Member for 7 years
ok, now i get a prompt for the set-executionpolicy bypass command but running the code does not prompt me and doesn't seem to do anything.
tried to delete manually the registry from your code but i can't find HKLM:\Software\Classes\CLSID\*\InprocServer32
"*" folder is first in Classes, there is none in CLSID

searching for 305A6941 i found none in HKCR\CLSID\{CXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}\InProcServer32
but i found a lot in hklm\software\classes\wow6432node\clsid & hkcr\wow6432node\clsid
Not sure what to tell you, I only tested it on Windows 10/2016 on 4 different computers, 1 VM running Windows 10, 2 Windows 10 computers (desktop and a laptop) and Server 2016. All of them had the 305A6941 timebomb value. There should be really only one registry key that has 305A6941 under HKCR\CLSID\{CXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}\InProcServer32.
 

konta

Member
Downloaded
1.3 MB
Uploaded
5 GB
Ratio
4096
Seedbonus
0
Upload Count
0 (0)
Member for 3 years
Not sure what to tell you, I only tested it on Windows 10/2016 on 4 different computers, 1 VM running Windows 10, 2 Windows 10 computers (desktop and a laptop) and Server 2016. All of them had the 305A6941 timebomb value. There should be really only one registry key that has 305A6941 under HKCR\CLSID\{CXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}\InProcServer32.
unfortunately i have only win 7 machines to work with.
 

erobbins

Power User
✅ Verified Member
Member
Downloaded
198.1 GB
Uploaded
4.9 TB
Ratio
25.32
Seedbonus
10,272
Upload Count
0 (0)
Member for 3 years
Downloaded, installed, and ran Kutools.. The trial reset has two buttons. Reset (red) and Auto (green). Clicked on the green Auto, it just sat there. Clicking on the reset (red), and it looked like the reset indented when I did. So I am assuming the red Reset is correct. Then what is the green Auto for? And how do I tell if the trial reset worked? Is there someplace to check that will say you have this many days left? Or do I wait till it stops. Sorry to be a dimmie but I have never used this type of trial reset before.
 

CoffinDeath

Uploader
✅ Verified Member
Member
Downloaded
470.2 GB
Uploaded
3.4 TB
Ratio
7.45
Seedbonus
98,227
Upload Count
11 (13)
Member for 10 years
Thanks a lot for the share.
 

ganteng

Member
Downloaded
9.1 GB
Uploaded
5 GB
Ratio
0.55
Seedbonus
1
Upload Count
0 (0)
Member for 8 years
The trial reset provided doesn't seem to work for me either, but I have a work around I created myself:

1. Uninstall Kutools for Excel when trial ends
2. Run Powershell ISE as Administrator in Windows
3. Type "set-executionpolicy bypass" into the console, say Yes
4. Copy and paste the following code (smaller text) into the script panel:

function Remove-TimeBomb {
param($timebomb = '305A6941')

Write-Warning 'Cleaning Kutools for Excel Timebomb. Run this after you uninstall the software'

Get-ItemProperty 'HKLM:\Software\Classes\CLSID\*\InprocServer32' |
Where-Object { $_.'(Default)' -like "$timebomb*" } |
ForEach-Object { if ($_.PSPath -match '{.*}') { $matches[0] }
Remove-Item -Path $_.PSpath -Force -Verbose

Remove-Item -Path "HKCU:\SOFTWARE\ExtendOffice\*" -Force -Verbose
Remove-Item -Path "HKCU:\SOFTWARE\KutoolsforExcel\*" -Force -Verbose
Remove-Item -Path "HKCU:\SOFTWARE\Kutools for Excel\*" -Force -Verbose
Remove-Item -Path "HKCU:\Software\Microsoft\Windows\Windows Error Reporting\Hangs\*" -Force -Verbose
Remove-Item -Path "HKLM:\SOFTWARE\ExtendOffice\*" -Force -Verbose
}
}


Remove-TimeBomb


5. Run code. Ignore any errors and say "Yes to all" when prompted.
6. Reinstall Kutools for Excel. You should have another 30 days to test with.

The "timebomb" is a hexadecimal number (anywhere between 181 to 271 numbers long) stored in HKCR\CLSID\{CXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}\InProcServer32 (X is random, seems to always install to the same registry key on the same system, but if you go to another computer, the registry key number is different, but always seems to start with C). I believe the timebomb code is immutable and always begins with 305A6941. If you modify or delete this number, Kutools for Excel immediately expires the trial to today's date. Doesn't seem to look at any files on the C: for determining when it was installed, just the registry keys noted above.

Was tested on version 25, possibly might work differently on older or newer versions.
This worked for me. Thank you. Try on 26.
 

Mangkulas

✅ Verified Member
Member
Downloaded
90.2 GB
Uploaded
56.6 GB
Ratio
0.63
Seedbonus
19,036
Upload Count
0 (0)
Member for 5 years
Thanks for the update keep sharing
 
Top