MongoDB visualization tools (Studio 3T) mounted

By visualization tools, we can not operate MongoDB from the command line, you can use directly analogous SQLyog software related operations

1. Download (you can choose between the two), you can use Thunder to download, or the download speed is extremely slow

 

Version 2018.4.6 https://download.studio3t.com/studio-3t/windows/2018.4.6/studio-3t-x64.zip

Version 2019.2.1 https://download.studio3t.com/studio-3t/windows/2019.2.1/studio-3t-x64.zip

 

2, decompress after the download is complete, you can see the following executable file, double-click execution

 

 

 

Installation to the specified folder to the prompts.

 

3, cracking method:

Because of Studio 3t download a 30-day trial period, as used herein, is reset at the time went fast 30-day trial period expires

New text file: studio3t.txt and modify the suffix .bat (batch file)

Code reads as follows:

@echo  OFF 
ECHO reset Studio 3T 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 " ') the DO  ECHO Yes | REG the Add" the HKEY_CURRENT_USER \ Software \ the JavaSoft \ Prefs \ 3T \ mongochef \ Enterprise "/ V %% I / T REG_SZ / D ""
 ECHO reset is completed, press any key to exit ......
 PAUSE > NUL
 exit

Then put together and Studio 3T installation directory, easy to find when the next use.

 

At this point, the installation has been completed and crack.

Guess you like

Origin www.cnblogs.com/Nickc/p/12059210.html