Update USBImagingToolCreator.ps1

This commit is contained in:
Mike Kelly
2024-07-09 15:40:22 -04:00
committed by GitHub
parent 6d85e3ef62
commit ab0b7f67ec
+1 -1
View File
@@ -4,7 +4,7 @@ param(
$DeployISOPath,
[Switch]$DisableAutoPlay
)
$Host.UI.RawUI.WindowTitle = 'Imaging Tool USB Creator'
$Host.UI.RawUI.WindowTitle = 'USB Imaging Tool Creator'
if($DeployISOPath){
$DevelopmentPath = $DeployISOPath | Split-Path