diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index e13bd44..b02ff15 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -80,7 +80,7 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S $LogDir = "$env:USERPROFILE\Downloads\Repair-Log-$((Get-Date).ToString("yyyy-MM-dd-HHmm"))" Write-Host "Creating Log Dir at $LogDir 2/18" - New-Item -Path "$LogDir" -ItemType Directory + New-Item -Path "$LogDir" -ItemType Directory > $null 2> $null Write-Host "GENERATING AND DISPLAYING COMPREHENSIVE STABILITY REPORT 3/18" Start-Process "perfmon.exe" -ArgumentList "/report" -Wait