I need to install this AMD.Power.Processor.ppkg

luckscent

Member
Messages
151
Reaction score
9
Hello, I need to install this AMD.Power.Processor.ppkg, I want to know if installing it depends on WU?
PS C:\programdata\microsoft\provisioning> Add -ProvisioningPackage -Path -"AMD.Power.Processor.ppkg"

With this command it shows error.
 
For a live W11 system:
Code:
powershell Install-ProvisioningPackage -PackagePath "\path\to\AMD.Power.Processor.ppkg" -ForceInstall -QuietInstall

For a live W10 system:
Code:
DISM.exe /Online /Add-ProvisioningPackage /PackagePath:\path\to\AMD.Power.Processor.ppkg

The simplest method is to extract the .ppkg file from AMD's installer EXE, and add it as an Update package to your image.
 
Back
Top