소스 검색

Changed DebloatAllApps to DebloatAll

Richard Newton 6 년 전
부모
커밋
3fb9e4defc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Windows10Debloater.ps1

+ 2 - 2
Windows10Debloater.ps1

@@ -18,7 +18,7 @@ Start-Transcript -OutputDirectory "C:\Windows10Debloater"
 
 Add-Type -AssemblyName PresentationCore, PresentationFramework
 
-Function DebloatAllApps {
+Function DebloatAll {
     
     [CmdletBinding()]
         
@@ -586,7 +586,7 @@ Switch ($Prompt1) {
                 New-PSDrive  HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT
                 Start-Sleep 1
                 Write-Output "Uninstalling bloatware, please wait."
-                DebloatAllApps
+                DebloatAll
                 Write-Output "Bloatware removed."
                 Start-Sleep 1
                 Write-Output "Removing specific registry keys."