Update Windows10Debloater.ps1

pull/82/head
Richard Newton 6 years ago committed by GitHub
parent 7a1a7125f3
commit a6e1354fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -483,7 +483,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 Enable-EdgePDF {
Write-Output "Setting Edge back to default"

Loading…
Cancel
Save