Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize unlimited trial script by Navicat Premium15

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces Navicat Premium 15 how to achieve unlimited trial scripts, the article is very detailed, has a certain reference value, interested friends must read!

The details are as follows:

@echo off echo\echo\echo For Navicat 12.0.29echo Clearing trial info.. for/f %%i in ('reg query HKCU\Software\Classes\CLSID') do call:checkDelCLSID %%i reg delete HKCR\NavicatProfileBackup/f 1>nul 2>nul reg delete HKCR\NavicatProfileBatchJob/f 1>nul 2>nulreg delete HKCR\NavicatProfileDataSync/f 1>nul 2>nulreg delete HKCR\NavicatProfileExport/f 1>nul 2>nulreg delete HKCR\NavicatProfileImport/f 1>nul 2>nulreg delete HKCR\NavicatProfileModel/f 1>nul 2>nulreg delete HKCR\NavicatProfileStructureSync/f 1>nul 2>nulreg delete HKCR\NavicatProfileTransfer/f 1>nul 2>nulreg delete HKCU\Software\PremiumSoft/f 1>nul 2>nul rmdir/S/Q C:\Users\XXXX\Documents\Navicatrmdir/S/Q C:\Users\XXXX\AppData\Local\Temp\NavicatCloud echo\echo\echo Clear trial information successfully! echo Please rerun Navicat. echo\pauseexit :checkDelCLSIDecho filtering cho %1|findstr "{CAFEEFAC-" 1>nul 2>nulset result=%errorlevel%if %result%==0 goto:eof echo checking %1reg query %1\Info 1>nul 2>nulset result=%errorlevel%if %result%==1 goto:eof echo deleteing %1reg delete %1 /f 1>nul 2>nul goto:eof

1. Create a new text document and place the above sentence in the text

2. Change file name suffix to. bat

3. executable

That's all for Navicat Premium 15 How to Achieve Unlimited Trial Scripts. Thanks for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report