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 +}