Added missing function FixWhitelistedApps to be called correctly

Added missing function FixWhitelistedApps to be called correctly on line 235
This commit is contained in:
Richard Newton 2018-04-05 19:05:56 -07:00 committed by GitHub
parent 1adfd2bf83
commit cc4633c8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ Start-Debloat
Write-Output "Removing leftover bloatware registry keys."
Remove-Keys
Write-Output "Checking to see if any Whitelisted Apps were removed, and if so re-adding them."
FixWhitelistedApps
Write-Output "Stopping telemetry, disabling unneccessary scheduled tasks, and preventing bloatware from returning."
Protect-Privacy
Write-Output "Stopping Edge from taking over as the default PDF Viewer."