Windows: Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 30: Zeile 30:
<pre>
<pre>
C:\Windows\System32\drivers\etc
C:\Windows\System32\drivers\etc
</pre>
== Zertifikatsmanager ==
<pre>
certmgr.msc
</pre>
</pre>



Version vom 30. Juli 2016, 09:59 Uhr

Allgemeine Tipps

Eingabeaufforderung

History löschen:

cls

Windows10 - Vorinstallierte Programme entfernen

Windows PowerShell mit Administratorrechten starten und folgende Befehle eingeben:

Get-AppxPackage *3d* | Remove-AppxPackage
Get-AppxPackage *camera* | Remove-AppxPackage
Get-AppxPackage *communi* | Remove-AppxPackage
Get-AppxPackage *bing* | Remove-AppxPackage
Get-AppxPackage *zune* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *phone* | Remove-AppxPackage
Get-AppxPackage *photo* | Remove-AppxPackage
Get-AppxPackage *solit* | Remove-AppxPackage
Get-AppxPackage *soundrec* | Remove-AppxPackage
Get-AppxPackage *xbox* | Remove-AppxPackage

Hosts-Datei

C:\Windows\System32\drivers\etc

Zertifikatsmanager

certmgr.msc

Konfiguration

Netzwerk unter Windows

Installation Windows


Zurück zu Hauptseite