mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-03-13 02:05:30 +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"}) {
|
If (Get-Service -Name dmwappushservice | Where-Object {$_.Status -eq "Stopped"}) {
|
||||||
Start-Service -Name dmwappushservice }
|
Start-Service -Name dmwappushservice }
|
||||||
|
}
|
||||||
|
|
||||||
Write-Output "Initiating Sysprep"
|
Write-Output "Initiating Sysprep"
|
||||||
Begin-SysPrep
|
Begin-SysPrep
|
||||||
|
Loading…
Reference in New Issue
Block a user