mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-07-31 01:45:11 +02:00
Added missing curling brace to FixWhitelistedApps Function
This commit is contained in:
parent
f0fda437e1
commit
d17757c7d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user