mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
Update Windows10SysPrepDebloater.ps1
This commit is contained in:
parent
a6e1354fdb
commit
1bd013a052
@ -218,7 +218,6 @@ If (Get-Service -Name dmwappushservice | Where-Object {$_.StartType -eq "Disable
|
||||
If(Get-Service -Name dmwappushservice | Where-Object {$_.Status -eq "Stopped"}) {
|
||||
Start-Service -Name dmwappushservice}
|
||||
}
|
||||
}
|
||||
|
||||
Function CheckInstallService {
|
||||
Param([switch]$Debloat)
|
||||
|
Loading…
Reference in New Issue
Block a user