This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## gpg_diagnose.ps1 | |
| ## Basic diagnostic/troubleshooting script for GPG | |
| ## By: "Ctrl-S" | |
| ## Created: 2020-10-20 | |
| ## Modified: 2020-10-21 | |
| ## == DIAGNOSE == | |
| Write-Host("== DIAGNOSE ==") | |
| Write-Host("DIAGNOSE: Resolve abspaths of noteworthy files") | |
| # Display path of GPG and other likely relevant programs | |
| where.exe gpg |