From b384c73cacf3239cc4dd5c1d2f7303462309293b Mon Sep 17 00:00:00 2001 From: Zak Bearman Date: Wed, 28 Jan 2026 03:28:38 +0000 Subject: [PATCH] Update certy.ps1 --- certy.ps1 | 1724 +++++++++++++++++++++++------------------------------ 1 file changed, 761 insertions(+), 963 deletions(-) diff --git a/certy.ps1 b/certy.ps1 index 7cd0382..81c44e6 100644 --- a/certy.ps1 +++ b/certy.ps1 @@ -1,1018 +1,816 @@ -Add-Type -AssemblyName PresentationFramework, PresentationCore, WindowsBase, System.Xaml +Set-StrictMode -Version Latest +$ErrorActionPreference = "Stop" + Add-Type -AssemblyName System.Windows.Forms +Add-Type -AssemblyName System.Drawing -$scriptRoot = Split-Path -Parent $MyInvocation.MyCommand.Path -$defaultSettingsPath = Join-Path $scriptRoot "certy.settings.json" -$defaultLogPath = Join-Path $scriptRoot "certy.log" - -$xaml = @' - - - - - - - - - - - - - - - - - - -