瀏覽代碼

Added missing function FixWhitelistedApps to be called correctly

Added missing function FixWhitelistedApps to be called correctly on line 235
Richard Newton 7 年之前
父節點
當前提交
cc4633c8be
共有 1 個文件被更改,包括 1 次插入0 次删除
  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."