MongoDB visualization client Studio 3T break

Two ways to solve studio 3T time expires
this tutorial is not really crack, but resolved by resetting the studio 3t trial time.

A method of
holding down the key input operation, and r win regedit

Locate the following path
HKEY_USERS \ S-1-5-21-xxxxxxxxxxxxxx \ SOFTWARE \ JavaSoft \ Prefs \ 3t \ mongochef \ enterprise

The item data in addition to installation-date-2019.2.1 (this is the time stamp software installation date) to modify this item is empty, open the software again and again is the 30-day trial

The second way
to create a file

Enter the following code

@ echo OFF J
ECHO Studio 3T reset using date ......
the FOR / F "tokens = 1,2, *" %% I the IN ( 'Query REG "the HKEY_CURRENT_USER \ Software \ the JavaSoft \ Prefs \ 3T \ mongochef \ enterprise "^ | find / V " installation "^ | find / V" HKEY " ') DO ECHO yes | reg add" HKEY_CURRENT_USER \ Software \ JavaSoft \ Prefs \ 3t \ mongochef \ enterprise "/ v %% i / t REG_SZ / D ""
ECHO reset is completed, press any key to exit ......
PAUSE> NUL
exit

Name the file studio3t.bat

Copy studio3t.bat file to the following path
C: \ ProgramData \ Microsoft \ Windows \ Start Menu \ Programs \ StartUp

Finding the path
run studio 3T to extend the period

Source Link: https://www.jianshu.com/p/7257f15e2620

Guess you like

Origin www.cnblogs.com/CoolJayson/p/12594302.html