Update registry backup path to S:\DT\cameron\scan\backup\reg
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Backup-GERegistry.ps1
|
# Backup-GERegistry.ps1
|
||||||
# Backs up GE Aircraft Engines registry keys from both 32-bit and 64-bit locations
|
# 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(
|
param(
|
||||||
[Parameter(Mandatory=$false)]
|
[Parameter(Mandatory=$false)]
|
||||||
[string]$BackupPath = "S:\dt\adata\script\backup",
|
[string]$BackupPath = "S:\DT\cameron\scan\backup\reg",
|
||||||
|
|
||||||
[Parameter(Mandatory=$false)]
|
[Parameter(Mandatory=$false)]
|
||||||
[switch]$Silent = $false
|
[switch]$Silent = $false
|
||||||
|
|||||||
Reference in New Issue
Block a user