WinEdt 10 asking registration

Last updated on:4 years ago

For students learning, if we can not afford the license of WinEdt, we can try to change the exit setting.

Solution

Add the following codes in Options—->Options Interface—->Advanced Configuration—->Event Handlers—->Exit before end.

RegDeleteValue('HKEY_CURRENT_USER', 'Software\WinEdt 10', 'Inst');
DeleteFile('%B\WinEdt.skd');

ReadFile('%b\WinEdt.dnt',1,0,0,0);
ReplaceInString( "%!1", "1089357896855742345", 4, 23, 0, 2 );
WriteFile( "%b\WinEdt.dnt", "%!2", 0, 0, 0, "" ); 

Reference

WinEdt 10 unlocking


本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!