Merge pull request #1 from bmho-tk/danijeljw-patch-1

Title Case the 'SilentlyContinue'
pull/202/head
Danijel-James Wynyard 5 years ago committed by GitHub
commit ac09a47322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save