Latex 4:winedt 10 trial time limit hack

Source: Internet
Author: User

WinEdt is the best latex editor I have found at the moment, but in the domestic payment inconvenience, and student licensing needs to be $, only out of this way, hope that the power to purchase genuine.

WINEDT's old version of the crack method is well known, only need to periodically delete Hkcu\software\winedt 7\inst This registry key value can (this registry key records the installation time, in minutes), you can write this operation in the WinEdt of the exit call macro inside. (The Ctex release version of the WinEdt 7 is also so cracked)

But for the new version of WinEdt (10.1), this method was partially invalidated, and I tested and contrasted, and found that it would write to%appdata%\winedt Team\winedt 10\winedt.dnt, the second line of numbers (similar to ' 1089357896771240110 ') is closely related to installation time. If a registry key is found to be absent, it is generally calculated that one by one of the corresponding registry keys are written to the registry. However, if this value is the initial value of ' 1089357896855742345 ' after installation, the current time is written to the registry, and the current time corresponding to the digital write winedt.dnt is calculated. In addition, if the value in the winedt.dnt is exactly ' 1089357896855742345 ' (think it might be replaced by a cracker?) ), and there is a time record in the registry, and that number is replaced by the correct time computed in the registry. So if you want to restore the original trial time, you need to modify the winedt.dnt and delete the registry.

winedt.dnt The default installation location in the WIN7 system is: C:\Users\Administrator\AppData\Roaming\WinEdt Team\winedt 10, similar to other systems.

Now find the way to crack the following

1. Open the menu option-option interface-advanced configuration-event handlers-exit

2. in the exit macro, add the following statement in the position: exe ('%b\config\cleanup.edt ') in the statement, after the statement poptagsandregisters;

1Regdeletevalue ('HKEY_CURRENT_USER','Software\winedt Ten','Inst');2 //I ' m not clear what WINEDT.SKD are exactly used for3DeleteFile ('%B\WINEDT.SKD');4 5 //Only for WinEdt6 //tampering winedt.dnt7ReadFile ("%b\winedt.dnt",1,0,0,0 );8Replaceinstring ("%!1","1089357896855742345",4, at,0,2 );9WriteFile ("%b\winedt.dnt","%!2",0,0,0,"");

Can.

In addition I am not very clear what role WINEDT.SKD, does not seem to delete and no harm, if someone knows please tell me, thank you.

Update: This method is also suitable for WinEdt 10.2

Turn from:

WINEDT 10 trial time limit hack

Latex 4:winedt 10 trial time limit hack

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.