From 7a22b95a3d11e054d74e0a9def6c398734c5a2c2 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Tue, 9 Dec 2025 13:29:26 -0500 Subject: [PATCH] Update registry backup path to S:\DT\cameron\scan\backup\reg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- scripts/Backup-GERegistry.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Backup-GERegistry.ps1 b/scripts/Backup-GERegistry.ps1 index c990b84..fdb0795 100644 --- a/scripts/Backup-GERegistry.ps1 +++ b/scripts/Backup-GERegistry.ps1 @@ -1,10 +1,10 @@ # Backup-GERegistry.ps1 # Backs up GE Aircraft Engines registry keys from both 32-bit and 64-bit locations -# Saves to S:\dt\adata\script\backup with naming: [machinenumber-]serialnumber-date.reg +# Saves to S:\DT\cameron\scan\backup\reg with naming: [machinenumber-]serialnumber-date.reg param( [Parameter(Mandatory=$false)] - [string]$BackupPath = "S:\dt\adata\script\backup", + [string]$BackupPath = "S:\DT\cameron\scan\backup\reg", [Parameter(Mandatory=$false)] [switch]$Silent = $false