Browse Source
Removed unnecessary echo command (there is Write-Output)
pull/253/head
Freddie-Zhang
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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" |
|
|
|
|
|
|
|