mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-05-10 07:32:09 +00:00
Title Case the 'SilentlyContinue'
Makes it easier to read. Good practice too.
This commit is contained in:
parent
d6387e7275
commit
ff2b79d475
@ -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.
|
#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
|
$Button = [Windows.MessageBoxButton]::YesNoCancel
|
||||||
$ErrorIco = [Windows.MessageBoxImage]::Error
|
$ErrorIco = [Windows.MessageBoxImage]::Error
|
||||||
|
Loading…
Reference in New Issue
Block a user