Dev Home (gelöst)

Deine Frage passt nicht in die anderen Bereiche, dann stelle sie hier.
Antworten
Andreas Berger
Stammgast
Stammgast
Beiträge: 121
Registriert: 21.05.2022, 18:03
Hat sich bedankt: 26 Mal
Gender:

Dev Home (gelöst)

Beitrag von Andreas Berger » 06.03.2024, 04:49

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?
Zuletzt geändert von Andreas Berger am 06.03.2024, 07:38, insgesamt 1-mal geändert.

Tante Google

Dev Home (gelöst)

Beitrag von Tante Google » 06.03.2024, 04:49


Blondi_2021
Veteran
Veteran
Beiträge: 754
Registriert: 08.04.2021, 12:37
Hat sich bedankt: 18 Mal
Danke erhalten: 107 Mal
Gender:

Re: Dev Home

Beitrag von Blondi_2021 » 06.03.2024, 07:26

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

Antworten