Explorar o código

Update Windows10SysPrepDebloater.ps1

Richard Newton %!s(int64=6) %!d(string=hai) anos
pai
achega
1bd013a052
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Windows10SysPrepDebloater.ps1

+ 0 - 1
Windows10SysPrepDebloater.ps1

@@ -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)