A hook package that use python script to activate MobaXterm.
This hook package is designed to automatically activate MobaXterm after its installation.
Step 1. Clone this repository:
With SSH:
git clone git@github.com:bearbattle/activate-mobaxterm.hook.git
With HTTPS:
git clone https://github.com/bearbattle/activate-mobaxterm.hook.git
With GitHub CLI:
gh repo clone bearbattle/activate-mobaxterm.hook
Step 2. (Optional) Modify and review the code
Step 3. Build the package
choco package activate-mobaxterm.hook.nuspec
Step 4. Install the package
You shall use an Administrative Console for this command:
choco install activate-mobaxterm.hook --source=.
sudo choco install activate-mobaxterm.hook --source=.
Just download and install it with choco
and reinstall mobaxterm
, the post-install script shall automatically generate and place the license file Custom.mxtpro
to the installation folder.
choco install -y activate-mobaxterm.hook
choco install -fy mobaxterm
The following package parameters can be set:
/UserName:
- Name licensed to, appears on liscense info (default: Current Windows Username$Env:UserName
)
Thanks to https://github.com/flygon2018/MobaXterm-keygen
This software is published under GPL-3.0 License