Seite 1 von 1

Dev Home (gelöst)

Verfasst: 06.03.2024, 04:49
von Andreas Berger
Ich habe festgestellt, dass ich Dev Home auf dem Rechner habe, ein Tool, welches augenscheinlich für mich von keinerlei Nutzen ist. Kann man es irgendwie deinstallieren?

Re: Dev Home

Verfasst: 06.03.2024, 07:26
von Blondi_2021
Jep siehe
Here is how to uninstall Dev Home for all users.

1. Type Windows PowerShell in the Search box and choose Run as administrator.

2. Copy and paste the below command and press the Enter key.

PowerShell “Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name “*Windows.DevHome*” | Remove-AppxPackage -AllUsers”

3. You can also copy and paste the below command and press the Enter key:

Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name “*Windows.DevHome*” | Remove-AppxPackage -AllUsers
Solution 2: Uninstall Dev Home for the Current User

Here is how to uninstall Dev Home for the current user:

1. Type Windows PowerShell in the Search box and choose Run as administrator.

2. Copy and paste the below command and press the Enter key.

PowerShell “Get-AppxPackage *Windows.DevHome* | Remove-AppxPackage”​

3. You can also copy and paste the below command and press the Enter key.

Get-AppxPackage *Windows.DevHome* | Remove-AppxPackage
Quelle : minitool.com