diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index 5e06bfc..584730a 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -119,7 +119,7 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S Import-Module PSWindowsUpdate Write-Host "Updating Windows 13/21 at $((Get-Date).ToString('yyyy-MM-dd-HHmm'))" | Tee-Object -FilePath "$MainLog" -Append - Get-WindowsUpdate -AcceptAll -Install -IgnoreReboot > $null 2>> "$MainLog" + Get-WindowsUpdate -AcceptAll -Install -IgnoreReboot > $null 2>> "$MainLog"d Write-Host "Updating Malware Signatures 14/21 at $((Get-Date).ToString('yyyy-MM-dd-HHmm'))" | Tee-Object -FilePath "$MainLog" -Append Update-MpSignature 2>> "$MainLog" # update windows defender malware siggs