Skip to content

Commit 9dfbb2b

Browse files
committed
Remove copy link step
We no longer do this
1 parent cbf856c commit 9dfbb2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

functions/microwin/Invoke-Microwin.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,6 @@ public class PowerManagement {
329329
Copy-Item "$env:temp\reportTool.ps1" "$($scratchDir)\MicroWinReportTool.ps1" -force
330330
Write-Host "Done copy reportTool.ps1"
331331

332-
Write-Host "Copy link to winutil.ps1 into the ISO"
333-
$desktopDir = "$($scratchDir)\Windows\Users\Default\Desktop"
334-
New-Item -ItemType Directory -Force -Path "$desktopDir"
335-
dism /English /image:$($scratchDir) /set-profilepath:"$($scratchDir)\Windows\Users\Default"
336-
337332
Write-Host "Copy checkinstall.cmd into the ISO"
338333
Microwin-NewCheckInstall
339334
Copy-Item "$env:temp\checkinstall.cmd" "$($scratchDir)\Windows\checkinstall.cmd" -force

0 commit comments

Comments
 (0)