Dev Home (gelöst)
-
- Forenkenner
- Beiträge: 220
- Registriert: 21.05.2022, 18:03
- Hat sich bedankt: 59 Mal
- Danke erhalten: 2 Mal
- Gender:
Dev Home (gelöst)
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
-
- Veteran
- Beiträge: 976
- Registriert: 08.04.2021, 12:37
- Hat sich bedankt: 31 Mal
- Danke erhalten: 155 Mal
- Gender:
Re: Dev Home
Jep siehe
Quelle : minitool.comHere 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
Bin ein Freund der bewegten Bilder
und da ich ungern alles neu schreibe gibst halt Links.
