From e9424a693e4e5463e80e73fd5cccc9d535d6f00c Mon Sep 17 00:00:00 2001 From: xrgzs Date: Tue, 16 Apr 2024 23:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B8=E8=BD=BD=20Family=20UWP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- osc/apifiles/uninstallAppx.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osc/apifiles/uninstallAppx.ps1 b/osc/apifiles/uninstallAppx.ps1 index f456ae2..6148848 100644 --- a/osc/apifiles/uninstallAppx.ps1 +++ b/osc/apifiles/uninstallAppx.ps1 @@ -19,6 +19,7 @@ Get-AppxPackage *Microsoft.Print3D* -AllUsers | Remove-AppxPackage Get-AppxPackage *Microsoft.Microsoft3DViewer* -AllUsers | Remove-AppxPackage Get-AppxPackage *Microsoft.MicrosoftPCManager* -AllUsers | Remove-AppxPackage Get-AppxPackage *Microsoft.549981C3F5F10* -AllUsers | Remove-AppxPackage +Get-AppxPackage *MicrosoftCorporationII.MicrosoftFamily* -AllUsers | Remove-AppxPackage # Get-AppxPackage *Microsoft.BingWeather* -AllUsers | Remove-AppxPackage # Get-AppxPackage *Microsoft.GamingApp* -AllUsers | Remove-AppxPackage # Get-AppxPackage *Microsoft.Xbox* -AllUsers | Remove-AppxPackage @@ -50,7 +51,7 @@ Get-AppxProvisionedPackage -Online | Where-Object {$_.packagename -like "*Micros Get-AppxProvisionedPackage -Online | Where-Object {$_.packagename -like "*Microsoft.Microsoft3DViewer*"} | Remove-AppxProvisionedPackage -Online Get-AppxProvisionedPackage -Online | Where-Object {$_.packagename -like "*Microsoft.MicrosoftPCManager*"} | Remove-AppxProvisionedPackage -Online Get-AppxProvisionedPackage -Online | Where-Object {$_.packagename -like "*Microsoft.549981C3F5F10*"} | Remove-AppxProvisionedPackage -Online +Get-AppxProvisionedPackage -Online | Where-Object {$_.packagename -like "*MicrosoftCorporationII.MicrosoftFamily*"} | Remove-AppxProvisionedPackage -Online # Import registry to disable Microsoft PC Manager reg.exe import .\mspcmgr.reg /reg:32 -