Windows

Aus Tutorials
Zur Navigation springen Zur Suche springen

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

Netzlaufwerke - nur bei Zugriff verbinden

Dazu unter folgenden Schlüssel

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider

ein 32-Bit DWORD mit dem Namen RestoreConnection und dem Wert 0 anlegen.

DWORD - RestoreConnection

Hosts-Datei

C:\Windows\System32\drivers\etc

Zertifikatsmanager

certmgr.msc

Konfiguration

Netzwerk unter Windows

Installation Windows


Zurück zu Hauptseite