Browse Source

Update Windows_11_PS_7.ps1

pull/694/head
Dmitry Nefedov 3 months ago
parent
commit
57b35407eb
  1. 4
      Scripts/Windows_11_PS_7.ps1

4
Scripts/Windows_11_PS_7.ps1

@ -8,12 +8,12 @@ $Latest_Release_Windows_11_PowerShell_7 = (Invoke-RestMethod @Parameters).Sophia
Write-Verbose -Message "Sophia.Script.for.Windows.11.PowerShell.7.v$Latest_Release_Windows_11_PowerShell_7.zip" -Verbose
New-Item -Path "Sophia_Script_for_Windows_11_PowerShell_7_v$Latest_Release_Windows_11_PowerShell_7\Binaries" -ItemType Directory -Force
New-Item -Path "Sophia_Script\Sophia_Script_for_Windows_11_PowerShell_7_v$Latest_Release_Windows_11_PowerShell_7\Binaries" -ItemType Directory -Force
# Copy Windows 11 PS 7 (ARM) version to new folder
Get-ChildItem -Path "src\Sophia_Script_for_Windows_11_PowerShell_7" -Force | Copy-Item -Destination "Sophia_Script\Sophia_Script_for_Windows_11_PowerShell_7_v$Latest_Release_Windows_11_PowerShell_7" -Recurse -Force
# Add LGPO.exe
# Add LGPO.exe, WinRT.Runtime.dll, and Microsoft.Windows.SDK.NET.dll
$Parameters = @{
Path = @("Sophia_Script\LGPO.exe", "Sophia_Script\WinRT.Runtime.dll", "Sophia_Script\Microsoft.Windows.SDK.NET.dll")
Destination = "Sophia_Script\Sophia_Script_for_Windows_11_PowerShell_7_v$Latest_Release_Windows_11_PowerShell_7\Binaries"

Loading…
Cancel
Save