Life!

Life!

"Your time is limited, so don’t waste it living someone else’s life!"

WinRE partition resize to fix installation of KB5034441

WinRE partition resize to fix installation of KB5034441

Param ( [Parameter(Mandatory=$false,HelpMessage="Skip confirmation")][bool]$SkipConfirmation=$false, [Parameter(Mandatory=$true,HelpMessage="Path to backup old WinRE partition content to")][string]$BackupFolder ) # ------------------------------------ # Helper functions # ------------------------------------ # Log message function LogMessage([string]$message) { $message = "$message" Write-Host $message } # Extract numbers from string function ExtractNumbers(
9 min read