Browse Source

Merge pull request #253 from Freddie-Zhang/patch-1

Removed unnecessary echo command (there is Write-Output)
pull/256/head
Alex Hirsch 4 years ago
committed by GitHub
parent
commit
4620367e6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/optimize-windows-update.ps1

1
scripts/optimize-windows-update.ps1

@ -21,7 +21,6 @@ Set-ItemProperty "HKLM:\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization
$objSID = New-Object System.Security.Principal.SecurityIdentifier "S-1-1-0"
$EveryOne = $objSID.Translate( [System.Security.Principal.NTAccount]).Value
echo "Disable 'Updates are available' message"
Write-Output "Disable 'Updates are available' message"

Loading…
Cancel
Save