From 77e69f0621bd80ce8fd251517f72185a4482ba36 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 13 Jun 2026 04:12:12 -0600 Subject: [PATCH] rc.344 --- Windows-Scripts/windows-repair.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index 70150d0..d2bee4c 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -114,7 +114,7 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S ipconfig.exe /release > $null 2>> "$MainLog" ipconfig.exe /renew > $null 2>> "$MainLog" - Write-Output"$((Get-Date).ToString('yyyy-MM-dd-HHmm'))`tGetting Control of Windows Update 12/21" | Tee-Object -FilePath "$MainLog" -Append + Write-Output "$((Get-Date).ToString('yyyy-MM-dd-HHmm'))`tGetting Control of Windows Update 12/21" | Tee-Object -FilePath "$MainLog" -Append Install-Module -Name PSWindowsUpdate -Force > $null 2>> "$MainLog" Import-Module PSWindowsUpdate