Removed unnecessary echo command (there is Write-Output)

main
Freddie-Zhang 4 years ago committed by Plínio Larrubia
parent c6ecd752fb
commit 60e72602ea
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

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