2
0
Эх сурвалжийг харах

Added missing curling brace to FixWhitelistedApps Function

Richard Newton 6 жил өмнө
parent
commit
d17757c7d9

+ 1 - 0
Windows10SysPrepDebloater.ps1

@@ -256,6 +256,7 @@ Function FixWhitelistedApps {
     Get-AppxPackage -allusers Microsoft.WindowsCalculator | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
     Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
     Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
+    }
 
 Write-Output "Initiating Sysprep"
 Begin-SysPrep