Forráskód Böngészése

Added missing function FixWhitelistedApps to be called correctly

Added missing function FixWhitelistedApps to be called correctly on line 235
Richard Newton 7 éve
szülő
commit
cc4633c8be
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Windows10SysPrepDebloater.ps1

+ 1 - 0
Windows10SysPrepDebloater.ps1

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