|
@@ -218,7 +218,6 @@ If (Get-Service -Name dmwappushservice | Where-Object {$_.StartType -eq "Disable
|
|
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}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
|
|
Function CheckInstallService {
|
|
Function CheckInstallService {
|
|
Param([switch]$Debloat)
|
|
Param([switch]$Debloat)
|