Title Case the 'SilentlyContinue'

Makes it easier to read. Good practice too.
This commit is contained in:
Danijel-James Wynyard 2019-11-18 22:37:00 +11:00 committed by GitHub
parent d6387e7275
commit ff2b79d475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#This will self elevate the script so with a UAC prompt since this script needs to be run as an Administrator in order to function properly.
$ErrorActionPreference = 'silentlycontinue'
$ErrorActionPreference = 'SilentlyContinue'
$Button = [Windows.MessageBoxButton]::YesNoCancel
$ErrorIco = [Windows.MessageBoxImage]::Error