1

Installer Chocolatey

Ouvrez PowerShell en tant qu'administrateur, puis exécutez :

PowerShell (admin)
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
2

Installer GPG

Dans le même PowerShell administrateur :

PowerShell (admin)
choco install gnupg -y
3

Télécharger GPG Manager

Lancez l'exécutable après avoir vérifié l'intégrité du fichier.

gpg_gui.exe Application Windows · GPG Manager
MD5 76b4efcf73841584b7866d29b32325d0 Vérifiez l'intégrité avant d'exécuter
Code source Python disponible — pour vérifier ce que fait l'outil