We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf856c commit 9dfbb2bCopy full SHA for 9dfbb2b
functions/microwin/Invoke-Microwin.ps1
@@ -329,11 +329,6 @@ public class PowerManagement {
329
Copy-Item "$env:temp\reportTool.ps1" "$($scratchDir)\MicroWinReportTool.ps1" -force
330
Write-Host "Done copy reportTool.ps1"
331
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
-
337
Write-Host "Copy checkinstall.cmd into the ISO"
338
Microwin-NewCheckInstall
339
Copy-Item "$env:temp\checkinstall.cmd" "$($scratchDir)\Windows\checkinstall.cmd" -force
0 commit comments