windows use under mongodb studio 3t reset date

Copy the following content into .bat files can be managed directly run

@echo off
using ECHO reset Studio 3T date of
FOR / f "tokens = 1,2, *" %% i IN ( 'reg query "HKEY_CURRENT_USER \ Software \ 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 / REG_SZ T / D ""
ECHO reset complete, press any key to exit
PAUSE> NUL
exit
 

Guess you like

Origin blog.csdn.net/gmaaa123/article/details/92612595