浏览代码

Title Case the 'SilentlyContinue'

Makes it easier to read. Good practice too.
Danijel-James Wynyard 5 年之前
父节点
当前提交
ff2b79d475
共有 1 个文件被更改,包括 1 次插入1 次删除
  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