Skip to content

Commit bb57dce

Browse files
committed
Initialize petoolspath variable
1 parent 3bc4e41 commit bb57dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/microwin/Invoke-Microwin.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,8 @@ public class PowerManagement {
591591
}
592592

593593
Write-Host "Creating ISO image"
594+
595+
$peToolsPath = ""
594596

595597
$adkKitsRoot = Microwin-GetKitsRoot -wow64environment $false
596598
$adkKitsRoot_WOW64Environ = Microwin-GetKitsRoot -wow64environment $true

0 commit comments

Comments
 (0)