Fixed Sc command

This commit is contained in:
Matt 2018-07-25 16:37:40 +01:00
parent 30541754f6
commit d770bf1f2b

View File

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