Installation
Requirements
- Windows 10 version 1809 (10.0.17763.0) or later
- Windows App Runtime 1.2
It should be installed automatically.
Install
Download the latest release from here (opens in a new tab) and extract the zip file to anywhere you like.
ℹ️
BLIT will to install a certificate signed by the Microsoft official tool to your system.
Unfortunately, I don't have money to buy a
certificate issued by CA, so there might be warnings but no need to be nervous.
You can choose one of the methods below to install BLIT.
Manually
- Right click on the
.cer
file and select Install Certificate. - Run the
BLIT.Win_<VERSION>_x64.msix
file. - After installation, you should find BLIT in your start menu.
With PowerShell
Run the Install.ps1
in PowerShell with the following commands:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
./Install.ps1
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope CurrentUser