Skip to content

Commit c701dba

Browse files
author
marci
committed
Add comprehensive overview of CMD commands for Windows in German and English for 2025
1 parent 8a9b6a2 commit c701dba

4 files changed

Lines changed: 261 additions & 0 deletions

File tree

38.3 MB
Binary file not shown.
37.1 KB
Loading
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
---
2+
title: "Jetzt alle CMD-Befehle für Windows im Überblick 2025"
3+
descripton: ""
4+
hero: /images/posts/windows/Eingabeaufforderung_logo.jpg
5+
date: 2025-03-12
6+
menu:
7+
sidebar:
8+
name: CMD-Befehle Übersicht für Windows
9+
identifier: cmd
10+
parent: windows
11+
categories:
12+
- "Tutorials"
13+
- "Windows"
14+
tags:
15+
- "cmd"
16+
- "powershell"
17+
- "tutorials"
18+
- "windows"
19+
---
20+
21+
**Update - Neues von Microsoft**
22+
Microsoft hat jetzt endlich mal selbst eine umfassende Dokumentation über die Funktionsweise der einzelnen **CMD Befehle** zur Verfügung gestellt. Daher möchte ich euch natürlich diese nicht vorenthalten.
23+
Weiter unten im Beitrag könnt ihr die Dokumentation nun ebenfalls herunterladen.
24+
25+
## CMD-Befehle - Die Helfer nicht nur für Nerds!
26+
27+
Viele Aufgaben lassen sich unter Windows leichter beziehungsweise ausschließlich über das Kommandozeilentool CMD erledigen. In diesem Artikel möchte ich euch einen Überblick über die wichtigsten CMD Befehle für die Kommandozeile zur Verfügung stellen.
28+
Unterteilt habe ich diese Befehle weiter unten in diesem Beitrag, in verschiedene Themenbereiche, damit ihr gleich einen schnellen Überblick darüber gewinnen könnt.
29+
Einige dieser Befehle für die Arbeit oder Informationssammlung im Netzwerk habe ich euch ja schon in **[diesem Artikel](https://secure-bits.org/der-ipconfig-befehl-im-ueberblick/)** vorgestellt, oder in dem Artikel, was ihr mit dem **[Befehl Netstat](https://secure-bits.org/netstat-unter-windows/)** alles anstellen könnt.
30+
31+
Diese Liste der Befehle beansprucht nicht das Recht auf Vollständigkeit und wird daher laufend von mir ergänzt. Solltet ihr hier also noch Befehle für die Kommandozeile vermissen, dann hinterlasst mir einfach einen Kommentar und ich werde die Tabellen um diese Befehle ergänzen!
32+
33+
## Alle CMD-Befehle auch zum mitnehmen
34+
35+
Wer oft mit der Kommandozeile CMD arbeitet, braucht natürlich auch eine Liste der hier vorgestellten CMD-Befehle zum Mitnehmen. So könnt ihr diese CMD-Befehls-Liste zum Beispiel super in der Arbeit nutzen und braucht nicht immer wieder diesen Blog ansteuern, worüber ich mich natürlich auch sehr freue. Also habe ich für euch eine Liste der CMD-Befehle als PDF zum Herunterladen erstellt. So könnt ihr diese dann immer dabeihaben und so auf diese Liste zugreifen. Weiterhin könnt ihr auch gleich die Befehlsliste von Microsoft herunterladen, in dieser befinden sich dann alle Befehle in einem PDF-Dokument.
36+
37+
38+
### Welche CMD Befehle gibt es?
39+
40+
Eine Liste mit den wichtigsten CMD-Befehle findet ihr in diesem Beitrag. Weiterhin könnt ihr auch **alle** CMD-Befehle am Ende dieser Übersicht, als PDF herunterladen.
41+
42+
### CMD-Befehle - Grundlagen
43+
44+
| CMD Befehle - Die Grundlagen | Beschreibung |
45+
| --- | --- |
46+
| **call** | ruft eine Batchdatei von einer anderen Batchdatei auf |
47+
| **cd** | Verzeichnis wechseln |
48+
| **cls** | Bildschirmausgabe löschen |
49+
| **color** | Konsolenfarbe ändern |
50+
| **date** | Datum anzeigen / ändern |
51+
| **dir** | Inhalt des Verzeichnis anzeigen |
52+
| **echo** | Textausgabe |
53+
| **exit** | Eingabeaufforderung beenden |
54+
| **find** | Befehl zum Suchen |
55+
| **hostname** | Name des Computers anzeigen |
56+
| **pause** | Stoppt die Ausführung einer Batch-Datei |
57+
| **runas** | Ein Programm als ein anderer Benutzer starten |
58+
| **shutdown** | Herunterfahren des PC |
59+
| **sort** | Ausgabe sortieren |
60+
| **start** | Programm oder Fenster starten |
61+
| **taskkill** | Prozesse beenden |
62+
| **tasklist** | Anwendungen und dessen Tasks anzeigen |
63+
| **time** | Uhrzeit anzeigen |
64+
| **timeout** | Wartezeit in einer Batchdatei |
65+
| **title** | Eingabeaufforderung - Den Titel ändern |
66+
| **ver** | Die Version des Betriebssystem anzeigen |
67+
| **for** | Durch den Befehl **for** können nehrfach hintereinander ausgeführt werden |
68+
| **prompt** | Änderung der Eingabe |
69+
| **w32tm** | Zeitserver / Zeitsynchronisation / Zeitzone anzeigen oder ändern |
70+
| **gpupdate** | Aktualisierung der Gruppenrichtlinien |
71+
| **gpresult** | Anzeige aller Gruppenrichtlinien die momentan aktiv sind |
72+
| **reg** | Registrierungseinträge anzeigen, importieren, hinzufügen, exportieren |
73+
| **perform** | Starten des Preformancemonitors |
74+
75+
### CMD-Befehle - Netzwerk
76+
77+
| CMD Befehle - Netzwerk | Beschreibung |
78+
| --- | --- |
79+
| **NCAP.CPL** | Netzwerkverbindungen GUI öffnen |
80+
| **ipconfig /all** | Status der Netzwerkverbindungen |
81+
| **ftp** | Übertragung von Daten über das ftp-Protokoll |
82+
| **netsh** | Netzwerkkomponenten konfigurieren und anzeigen |
83+
| **nslookup** | Genutzten DNS-Server anzeigen |
84+
| **ping** | ping-Abfrage an einen Host senden um zu überprüfen ob dieser erreichbar ist |
85+
| **route** | Auflistung aller Befehle für den Befehl **route** |
86+
| **tracert** | Befehl für die Routenverfolgung |
87+
| **systeminfo** | Abfragen der der Netzwerkschnittstelle <br>Allgemeine Systeminfomationen <br>Anzeige der installierten Hotfix-Komponenten |
88+
| **telnet** | Aufbau einer Telnet-Verbindung |
89+
| **pathping** | Anzeige einzelner Hops zur Zieladresse |
90+
| **netstat** | Abruf der TCP-Verbindungen und Anzeige dessen Status |
91+
| **tftp** | Übertragung zu einem tftp Server |
92+
93+
### CMD-Befehle - Datenträger
94+
95+
| CMD Befehle - Datenträger | Beschreibung |
96+
| --- | --- |
97+
| **vol** | Bezeichnung und Seriennummer des Datenträgers |
98+
| **format** | Mit diesem Befehl könnt ihr einen Datenträger formatieren |
99+
| **chkdsk** | Überprüfung eines Datenträger |
100+
| **diskpart** | Datenträgerverwaltung aus der Konsole heraus |
101+
| **defrag** | Die Defragmentierung von Laufwärken in Auftrag geben |
102+
| **chkntfs** | Hiermit könnt ihr veranlassen. dass die Datenträgerüberprüfung beim Start von Windows angezeigt wird |
103+
| **drivequery** | Anzeige aller installierten Geräte und deren Eigenschaften |
104+
| **mode** | Konfiguration von Geräte und Schnittstellen |
105+
| **mountvol** | Zuweisung oder Löschung von Laufwerkbuchstaben |
106+
107+
108+
### CMD-Befehle - Dateibearbeitung
109+
110+
| CMD Befehle - Dateien | Beschreibung |
111+
| --- | --- |
112+
| **mkdir** | Verzeichnis anlegen |
113+
| **erase / del** | Löschen von einer Datei oder Dateien |
114+
| **copy / xcopy** | Kopieren von Dateien |
115+
| **move** | Verschieben von Dateien |
116+
| **expand** | Dateien extrahieren / entpacken |
117+
| **replace** | Dateien ersetzen |
118+
| **rename** | Dateinamen umbenennen |
119+
| **comp** | Dateiinhalte vergleichen |
120+
| **tree** | Ordnerstruktur grafisch anzeigen lassen |
121+
| **type** | Textdateien anzeigen lassen (Inhalt) |
122+
| **fc** | Unterschiede von Dateien anzeigen lassen |
123+
| **attrib** | Zeigt die Attribute von Dateien an |
124+
| **compact** | Anzeigen oder ändern der Komprimierung einer Datei |
125+
| **diskcomp** | Inhalt von zweier Disk vergleichen |
126+
127+
## CMD-Befehle - Übersicht von Microsoft
128+
129+
Die Firma Microsoft bietet eine alphabetische Übersicht von CMD-Befehle auf ihrer Support-Seite an. Diese Übersicht findet ihr hier in dieser Dokumentation von Microsoft.
130+
131+
> - [**-> Zur CMD-Befehlsliste von Microsoft (wirklich alle offizielen unterstützten Befehle)**](https://docs.microsoft.com/de-de/windows-server/administration/windows-commands/windows-commands)
132+
>
133+
>
134+
> - [**-> Weiterhin habt ihr hier auch die Möglichkeit, den kompletten Befehlssatz als PDF-Datei herunterzuladen (sind Stand 2025, 2128 Seiten!)**](/files/windows-server-administration-windows-commands.pdf)
135+
136+
137+
**Fast vergessen...**
138+
139+
Natürlich funktionieren die meisten hier vorgestellten Befehle auch in der **Windows Powershell**. Denke, dass sollte noch erwähnt werden!
140+
141+
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
title: “All CMD commands for Windows at a glance 2025”
3+
description: “”
4+
hero: /images/posts/windows/Eingabeaufforderung_logo.jpg
5+
date: 2025-03-12
6+
menu:
7+
sidebar:
8+
name: CMD commands overview for Windows
9+
identifier: cmd
10+
parent: windows
11+
categories:
12+
- “Tutorials”
13+
- “Windows”
14+
tags:
15+
- “cmd”
16+
- “powershell”
17+
- ‘tutorials’
18+
- “windows”
19+
---
20+
**Update - News from Microsoft**
21+
Microsoft has finally provided comprehensive documentation on how the individual **CMD commands** work. So, of course, I don't want to keep this from you.
22+
You can now download the documentation further down in this post.
23+
## CMD commands - Not just for nerds!
24+
Many tasks can be performed more easily or exclusively using the CMD command line tool in Windows. In this article, I would like to provide you with an overview of the most important CMD commands for the command line.
25+
I have divided these commands into different subject areas further down in this article so that you can get a quick overview.
26+
27+
I have already introduced some of these commands for working or gathering information on the network in **[this article](https://secure-bits.org/der-ipconfig-befehl-im-ueberblick/)** or in the article on what you can do with the **[Netstat command](https://secure-bits.org/netstat-unter-windows/)** can do everything.
28+
This list of commands does not claim to be exhaustive and will therefore be updated by me on an ongoing basis. If you find that any commands for the command line are missing, please leave me a comment and I will add them to the tables!
29+
## All CMD commands to take with you
30+
If you often work with the CMD command line, you will of course need a list of the CMD commands presented here to take with you. This way, you can use this CMD command list at work, for example, and don't have to keep coming back to this blog, which I am of course very happy about. So I've created a list of CMD commands for you to download as a PDF. That way, you can always have it with you and access the list. You can also download the command list from Microsoft, which contains all the commands in a PDF document.
31+
32+
### What CMD commands are there?
33+
You can find a list of the most important CMD commands in this article. You can also download **all** CMD commands as a PDF at the end of this overview.
34+
### CMD commands – basics
35+
| CMD commands – the basics | Description |
36+
| --- | --- |
37+
| **call** | calls a batch file from another batch file |
38+
| **cd** | change directory |
39+
| **cls** | clear screen output |
40+
| **color** | change console color |
41+
| **date** | display/change date |
42+
| **dir** | display directory contents |
43+
| **echo** | Text output |
44+
| **exit** | Exit command prompt |
45+
| **find** | Search command |
46+
| **hostname** | Display computer name |
47+
| **pause** | Stop execution of a batch file |
48+
| **runas** | Start a program as another user |
49+
| **shutdown** | Shut down the PC |
50+
| **sort** | Sort output |
51+
| **start** | Start program or window |
52+
| **taskkill** | End processes |
53+
| **tasklist** | Display applications and their tasks |
54+
| **time** | Display time |
55+
| timeout | Wait time in a batch file |
56+
| title | Command prompt - Change the title |
57+
| ver | Display the version of the operating system |
58+
| for | The command for can be executed multiple times in succession |
59+
| prompt | Change the input |
60+
| w32tm | Display or change time server / time synchronization / time zone |
61+
| gpupdate | Update group policies |
62+
| gpresult | Display all group policies that are currently active |
63+
| reg | Display, import, add, and export registry entries |
64+
| perform** | Start the performance monitor |
65+
### CMD commands - Network
66+
| CMD commands - Network | Description |
67+
| --- | --- |
68+
| NCAP.CPL** | Open the network connections GUI |
69+
| ipconfig /all** | Status of network connections |
70+
| ftp** | Transfer data using the FTP protocol |
71+
| netsh** | Configure and display network components |
72+
| nslookup** | Display the DNS server used |
73+
| ping** | Send a ping query to a host to check whether it is accessible |
74+
| **route** | List all commands for the **route** command |
75+
| **tracert** | Command for route tracing |
76+
| **systeminfo** | Query the network interface <br>General system information <br>Display installed hotfix components |
77+
| **telnet** | Establish a Telnet connection |
78+
| **pathping** | Display individual hops to the destination address |
79+
| **netstat** | Retrieve TCP connections and display their status |
80+
| **tftp** | Transfer to a tftp server |
81+
### CMD commands - Data carriers
82+
| CMD commands - Data carriers | Description |
83+
| --- | --- |
84+
| **vol** | Name and serial number of the data carrier |
85+
| **format** | This command allows you to format a data carrier |
86+
| **chkdsk** | Checking a data carrier |
87+
| **diskpart** | Disk management from the console |
88+
| **defrag** | Start the defragmentation of drives |
89+
| **chkntfs** | This command allows you to display the disk check when Windows starts |
90+
| **drivequery** | Display all installed devices and their properties |
91+
| **mode** | Configure devices and interfaces |
92+
| **mountvol** | Assign or delete drive letters |
93+
94+
### CMD commands - File editing
95+
| CMD commands - Files | Description |
96+
| --- | --- |
97+
| **mkdir** | Create directory |
98+
| **erase / del** | Delete a file or files |
99+
| **copy / xcopy** | Copy files |
100+
| **move** | Move files |
101+
| **expand** | Extract/unzip files |
102+
| **replace** | Replace files |
103+
| **rename** | Rename files |
104+
| **comp** | Compare file contents |
105+
| **tree** | Display folder structure graphically |
106+
| **type** | Display text files (contents) |
107+
| **fc** | Display differences between files |
108+
| **attrib** | Display file attributes |
109+
| **compact** | Display or change the compression of a file |
110+
| **diskcomp** | Compare the contents of two disks |
111+
## CMD commands – overview from Microsoft
112+
Microsoft provides an alphabetical overview of CMD commands on its support page. You can find this overview here in this Microsoft documentation.
113+
> - [**-> Go to Microsoft's CMD command list (all officially supported commands)**](https://docs.microsoft.com/de-de/windows-server/administration/windows-commands/windows-commands)
114+
>
115+
>
116+
> - [**-> You also have the option of downloading the complete command set as a PDF file (as of 2025, 2128 pages!)**](/files/windows-server-administration-windows-commands.pdf)
117+
118+
**Almost forgot...**
119+
Of course, most of the commands presented here also work in **Windows Powershell**. Thought that should be mentioned!
120+

0 commit comments

Comments
 (0)