From 3fb9e4defc81b8bb8912ba8b564866b5b2125256 Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Thu, 4 Oct 2018 21:04:40 -0700 Subject: [PATCH] Changed DebloatAllApps to DebloatAll --- Windows10Debloater.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows10Debloater.ps1 b/Windows10Debloater.ps1 index 2da583d..7d5cb68 100644 --- a/Windows10Debloater.ps1 +++ b/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."