Browse Source

Removed unnecessary echo command (there is Write-Output)

pull/253/head
Freddie-Zhang 4 years ago
committed by GitHub
parent
commit
c7412bc35b
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