Get-AppxPackage *YourAppName* | Remove-AppxPackage
: Tells PowerShell to apply the changes to the currently running OS.
Note: These dependencies are typically included in the Windows 10/11 OS but may need updating on older builds.
Get-AppxPackage *YourAppName* | Remove-AppxPackage
: Tells PowerShell to apply the changes to the currently running OS.
Note: These dependencies are typically included in the Windows 10/11 OS but may need updating on older builds.