From 573848fb1d48bc76e3e54d6f92451c3ba6de4c39 Mon Sep 17 00:00:00 2001 From: Adam <27519+adamgell@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:07:50 -0400 Subject: [PATCH] Update Install-Printer.ps1 fixed typo --- Windows 10/Install-Printer.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows 10/Install-Printer.ps1 b/Windows 10/Install-Printer.ps1 index 741bf70..370c654 100644 --- a/Windows 10/Install-Printer.ps1 +++ b/Windows 10/Install-Printer.ps1 @@ -4,7 +4,7 @@ Created on: 31/12/2021 Created by: Ben Whitmore Filename: Install-Printer.ps1 -Simple script to install a network printer from an INF file. The INF and required CAB files hould be in the same directory as the script if creating a Win32app +Simple script to install a network printer from an INF file. The INF and required CAB files should be in the same directory as the script if creating a Win32app #### Win32 app Commands #### @@ -198,4 +198,4 @@ If (-not $ThrowBad) { If ($ThrowBad) { Write-Error "An error was thrown during installation. Installation failed. Refer to the log file in %temp% for details" Write-LogEntry -Stamp -Value "Installation Failed" -} \ No newline at end of file +}