Update samy.ps1

This commit is contained in:
2025-12-05 18:06:48 -05:00
parent 45463e6e05
commit e021f6718b

View File

@@ -2255,7 +2255,7 @@ function Ensure-SamyPrinterDriver {
if ($statusCode -eq 404) {
# ★ This is the new behavior: warn, but do NOT throw.
Write-LogHybrid "Driver package not found at $driverPackageUrl (404). Falling back to INF-only install for '$($Profile.DisplayName)'." Warning Printers -LogToEvent
# We just continue maybe a local INF exists or will exist.
# We just continue - maybe a local INF exists or will exist.
}
else {
Write-LogHybrid "Driver package download failed ($statusCode) from $($driverPackageUrl): $($_.Exception.Message)" Error Printers -LogToEvent