فهرست منبع

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

Title Case the 'SilentlyContinue'
Danijel-James Wynyard 5 سال پیش
والد
کامیت
ac09a47322
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