Added missing function FixWhitelistedApps to be called correctly
Added missing function FixWhitelistedApps to be called correctly on line 235
This commit is contained in:
parent
1adfd2bf83
commit
cc4633c8be
|
@ -232,6 +232,7 @@ Start-Debloat
|
||||||
Write-Output "Removing leftover bloatware registry keys."
|
Write-Output "Removing leftover bloatware registry keys."
|
||||||
Remove-Keys
|
Remove-Keys
|
||||||
Write-Output "Checking to see if any Whitelisted Apps were removed, and if so re-adding them."
|
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."
|
Write-Output "Stopping telemetry, disabling unneccessary scheduled tasks, and preventing bloatware from returning."
|
||||||
Protect-Privacy
|
Protect-Privacy
|
||||||
Write-Output "Stopping Edge from taking over as the default PDF Viewer."
|
Write-Output "Stopping Edge from taking over as the default PDF Viewer."
|
||||||
|
|
Loading…
Reference in New Issue