How to Extend the Windows RE Partition Using PowerShell

create folder - powershell

KB5034441 is a WinRE security update that patches the Winre.wim image. The Recovery partition needs 250 MB of free space for the KB5034441 update to install correctly.

Almost every Windows 10 user has been affected by the KB5034441 error 0x80070643. You can extend the Recovery partition using the diskpart command-line. However, end-users might find that command-line procedure complicated.

So, here’s a PowerShell script from Microsoft that automatically extends the Recovery partition by 250 MB.Read more

[Fix] RSAT Tools Error 0x8024002e or 0x800f0954

rsat tools error 0x8024002e

When you install RSAT Tools via Optional Features, DISM, or PowerShell, the error 0x8024002e or 0x800f0954 occurs. For example, here’s the entire error message when you install the RSAT Tools feature using PowerShell:

Add-WindowsCapability failed. Error code = 0x8024002e

-or-

Add-WindowsCapability failed. Error code = 0x800f0954

Read more

How to Install Chinese (Simplified, China) Language Offline

powershell install-language operation time out

When you open Optional Features and add the “Chinese (Simplified, China)” language pack and FOD, error 0x800F0950 occurs. In some cases, the download may stall completely. This error occurs because the system cannot connect to the Windows Update servers.

Also, if you use the Install-Language PowerShell cmdlet to install “Chinese (Simplified, China)” (loc “le ID: zh-CN), the operation may time out.Read more

Get-AppxPackage: The database disk image is malformed

get-appxpackage database disk image malformed

You may be unable to install or update Store apps. Also, when you run the Get-AppxPackage command, the following error may appear:

Get-AppxPackage : The database disk image is malformed
The database disk image is malformed
At line:1 char:1
+ Get-AppxPackage
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AppxPackage], Exception
+ FullyQualifiedErrorId : System.Exception,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPackageCommand

Read more

[Fix] Windows Defender 100% CPU Usage During Full Scan

defender high cpu usage

When you run a full scan using Microsoft Defender Antivirus, about 30 seconds to 1 minute into the scan, the CPU usage spikes and uses up all the remaining CPU. Its CPU usage remains at 100% throughout the full scan. The CPU fan becomes loud. Due to this issue, systems with heating issues may abruptly … Read more