Skip to content

Comments

Update-Invoke-WPFSystemRepair.ps1#4043

Merged
ChrisTitusTech merged 5 commits intoChrisTitusTech:mainfrom
GabiNun:Update-Invoke-WPFSystemRepair
Feb 17, 2026
Merged

Update-Invoke-WPFSystemRepair.ps1#4043
ChrisTitusTech merged 5 commits intoChrisTitusTech:mainfrom
GabiNun:Update-Invoke-WPFSystemRepair

Conversation

@GabiNun
Copy link
Contributor

@GabiNun GabiNun commented Feb 13, 2026

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • UI/UX improvement

Description

This PR modifies the SFC and DISM execution method to use cmd.exe via Start-Process so the user can see the full live output in the same console window.

Previously, output was not fully visible when executed directly through Start-Process. Running the commands through cmd.exe /c ensures complete real-time console output while still maintaining the required process invocation method.

Removed chkdsk.
Removed the second SFC scan.

Running SFC after DISM already prompts for a restart if repairs require it.

A second SFC scan does not provide additional value in this workflow.

chkdsk is not necessary in this context, as SFC and DISM sufficiently handle system file integrity issues.

Issue related to PR

@github-actions github-actions bot added the bug Something isn't working label Feb 13, 2026
@ChrisTitusTech ChrisTitusTech merged commit 586fd56 into ChrisTitusTech:main Feb 17, 2026
2 checks passed
@MathieuT1508
Copy link

Is this version already public or not?

I tested the link with the stable and dev branches, but nothing changes.

Can we get screenshots of the new changes with these messages displayed?

@GabiNun GabiNun deleted the Update-Invoke-WPFSystemRepair branch February 17, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

System Corruption Scan Fix - Testing needed

3 participants