Dev Home (gelöst)

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smileys
:) ;) :smile: :lol: :hihi: :D :rofl: :muahah: :( :pff: :kopfstreichel: :ohno: :betruebt: :heulen: :kopfkratz: :duckundweg: :o :? :oops: :psst: :sauer: :-P :daumenrunter: :daumen: :dankeschoen: :thx: :dafür: :gähn:
Mehr Smileys anzeigen

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smileys sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Ansicht erweitern Die letzten Beiträge des Themas: Dev Home (gelöst)

Re: Dev Home

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

Dev Home (gelöst)

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?

Nach oben