diff --git a/LexmarkPrinterInstall.ps1 b/LexmarkPrinterInstall.ps1 index 60cc75a..0391ae6 100644 --- a/LexmarkPrinterInstall.ps1 +++ b/LexmarkPrinterInstall.ps1 @@ -18,7 +18,7 @@ $PrinterName = Read-Host -Prompt "Enter the custom name for this printer (e.g., $IPAddress = $IPAddress.Trim() $PrinterName = $PrinterName.Trim() $PortName = "IP_$IPAddress" -Write-Host "`nStarting installation for '$PrinterName'..." -ForegroundColor Cyan +Write-Host "Starting installation for '$PrinterName'..." -ForegroundColor Cyan Write-Host "Registering driver: $DriverName..." -ForegroundColor Yellow try { Add-PrinterDriver -Name $DriverName -InfPath $InfPath -ErrorAction Stop