Removed unnecessary echo command (there is Write-Output)

pull/253/head
Freddie-Zhang 4 years ago committed by GitHub
parent 36d3666770
commit c7412bc35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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