Explorar o código

Title Case the 'SilentlyContinue'

Makes it easier to read. Good practice too.
Danijel-James Wynyard %!s(int64=5) %!d(string=hai) anos
pai
achega
ff2b79d475
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Windows10DebloaterGUI.ps1

+ 1 - 1
Windows10DebloaterGUI.ps1

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