Skip to content

Instantly share code, notes, and snippets.

@zsoumya
Created July 12, 2019 01:30
Show Gist options
  • Save zsoumya/3a4f3576b105e04bcd026d485f1db79d to your computer and use it in GitHub Desktop.
Save zsoumya/3a4f3576b105e04bcd026d485f1db79d to your computer and use it in GitHub Desktop.
Reset Snagit Trial
@echo off
echo Deleting HKEY_CLASSES_ROOT\dacdchfile ...
reg delete HKEY_CLASSES_ROOT\dacdchfile /f
echo Deleting HKEY_CLASSES_ROOT\tigans ...
reg delete HKEY_CLASSES_ROOT\tigans /f
@suyashbansal
Copy link

Hey, any idea what can be done on MacOS to reset the trial?

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