diff --git a/payload/run.ps1 b/payload/run.ps1 index c28937a..1f1145c 100644 --- a/payload/run.ps1 +++ b/payload/run.ps1 @@ -10,7 +10,7 @@ $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -Uri $RemoteURL/boot.zip -OutFile $StagingDir\boot.zip # Expand boot.zip to C:\Boot -Expand-Archive -Path $StagingDir\boot.zip -DestinationPath C:\boot -Force +Expand-Archive -Path $StagingDir\boot.zip -DestinationPath C:\ -Force # Download WinPE wim to C:\Sources\boot.wim New-Item -ItemType "Directory" -Path C:\Sources -Force