Explorar el Código

Added missing function FixWhitelistedApps to be called correctly

Added missing function FixWhitelistedApps to be called correctly on line 235
Richard Newton hace 7 años
padre
commit
cc4633c8be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Windows10SysPrepDebloater.ps1

+ 1 - 0
Windows10SysPrepDebloater.ps1

@@ -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."