Skip to content

Instantly share code, notes, and snippets.

@Teddy95
Last active July 17, 2021 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Teddy95/8489315b5d1eaffa3f1a1e60e4c5dce9 to your computer and use it in GitHub Desktop.
Save Teddy95/8489315b5d1eaffa3f1a1e60e4c5dce9 to your computer and use it in GitHub Desktop.
Navicat Runner Windows Batch
@echo off & setlocal
REM Reset date & time for Navicat trial
Date 15.07.2019
Time 00:00
REM Start Navicat
cd "C:\Program Files\PremiumSoft\Navicat Premium 12"
start navicat.exe
REM Wait for Navicat
timeout /T 10
REM Resynchronize datetime
REM net start W32Time
w32tm /resync
endlocal
@asieverding
Copy link

Change date to fix in your trial datetime, validate application path and then run this script as an administrator. (Windows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment