Fixed Sc command

pull/38/head
Matt 6 years ago
parent 30541754f6
commit d770bf1f2b

@ -103,7 +103,7 @@ Function Begin-SysPrep {
}
#Stop WindowsStore Installer Service and set to Disabled
Stop-Service InstallService
sc config InstallService start=disabled
& sc config InstallService start=disabled
}
}

Loading…
Cancel
Save