diff --git a/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 b/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 index 0af8395..1f27977 100644 --- a/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 +++ b/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 @@ -5,7 +5,8 @@ New-Item -Path $drive -Name $appName -ItemType Directory -ErrorAction SilentlyContinue $LocalPath = $drive + '\' + $appName set-Location $LocalPath - $osOptURL = 'https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool/archive/master.zip' + #$osOptURL = 'https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool/archive/master.zip' + $osOptURL = 'https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool/archive/main.zip' $osOptURLexe = 'Windows_10_VDI_Optimize-master.zip' $outputPath = $LocalPath + '\' + $osOptURLexe Invoke-WebRequest -Uri $osOptURL -OutFile $outputPath @@ -49,4 +50,4 @@ - \ No newline at end of file +