remove provisioned packages too

This commit is contained in:
Fierelier 2021-10-31 02:26:05 +02:00
parent dd6a8b2aa8
commit bfbc1746df

View File

@ -1,2 +1,3 @@
@echo off
powershell /c "& { get-appxpackage -AllUsers * | remove-appxpackage }"
powershell /c "& { Get-AppXPackage -AllUsers | Remove-AppXPackage }"
powershell /c "& { Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online }"