Browse Source

Update Windows_10_LTSC_2021.ps1

pull/401/head
Dmitry Nefedov 2 years ago
committed by GitHub
parent
commit
56c24328dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Scripts/Windows_10_LTSC_2021.ps1

4
Scripts/Windows_10_LTSC_2021.ps1

@ -19,10 +19,10 @@ Copy-Item @Parameters
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 10 LTSC 2021" -Force | Copy-Item -Destination "Sophia Script for Windows 10 LTSC 2021 v$LatestRelease" -Recurse -Force
$Parameters = @{
Path = "Sophia Script for Windows 10 LTSC 2021 v$LatestRelease"
Path = "Sophia Script for Windows 10 LTSC 2021 v$LatestRelease"
DestinationPath = "Sophia.Script.for.Windows.10.LTSC.2021.v$LatestRelease.zip"
CompressionLevel = "Fastest"
Force = $true
Force = $true
}
Compress-Archive @Parameters

Loading…
Cancel
Save