mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-03-12 18:05:29 +00:00
Added missing } to end of CheckService function
This commit is contained in:
parent
43064ffbf1
commit
5dd272e184
@ -207,6 +207,7 @@ Function CheckService {
|
||||
|
||||
If (Get-Service -Name dmwappushservice | Where-Object {$_.Status -eq "Stopped"}) {
|
||||
Start-Service -Name dmwappushservice }
|
||||
}
|
||||
|
||||
Write-Output "Initiating Sysprep"
|
||||
Begin-SysPrep
|
||||
|
Loading…
Reference in New Issue
Block a user