Fixed CheckInstallService Function

pull/82/head
Richard Newton 6 years ago committed by GitHub
parent 59f16c6694
commit 0762b0a8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -216,6 +216,8 @@ Function CheckInstallService {
If (Get-Service -Name InstallService | Where-Object ($_.Status -eq "Stopped"}) {
Start-Service -Name InstallService
Set-Service -Name InstallService -StartupType Automatic
}
}
Write-Output "Initiating Sysprep"
Begin-SysPrep

Loading…
Cancel
Save