Skip to content

Commit 22d2ab9

Browse files
author
marci
committed
Vereinheitliche die VSCode-Einstellungen für Markdown und korrigiere die Beschreibung sowie die Kategorien und Tags in den CMD-Befehlen-Dokumenten
1 parent 3e8d40f commit 22d2ab9

3 files changed

Lines changed: 27 additions & 23 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"editor.wordWrap": "wordWrapColumn",
77
"editor.wordWrapColumn": 64,
88
"editor.lineNumbers": "off",
9-
"editor.quickSuggestions": {
10-
"comments": "off",
11-
"strings": "off",
12-
"other": "off"
13-
},
9+
"editor.quickSuggestions": false,
1410
"editor.minimap.enabled": false
1511
},
1612
"frontMatter.panel.openOnSupportedFile": true

content/posts/windows/cmd-befehle-im-Ueberblick.de.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
---
22
title: Jetzt alle CMD-Befehle für Windows im Überblick 2025
3-
descripton: 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.
43
hero: /images/posts/windows/Eingabeaufforderung_logo.jpg
54
date: 2025-03-12
65
menu:
76
sidebar:
8-
name: CMD-Befehle Übersicht für Windows
7+
name: CMD-Befehle Übersicht für Windows
98
identifier: cmd
109
parent: windows
11-
categories:
12-
- "Tutorials"
13-
- "Windows"
14-
tags:
15-
- "cmd"
16-
- "powershell"
17-
- "tutorials"
18-
- "windows"
10+
categories:
11+
- Tutorials
12+
- Windows
13+
- Netzwerk
14+
tags:
15+
- cmd
16+
- powershell
17+
- tutorials
18+
- windows
19+
description: Eine Liste mit den CMD-Befehle findet ihr in diesem Beitrag. Weiterhin könnt ihr auch alle CMD-Befehle am Ende dieser Übersicht, als PDF herunterladen.
20+
preview: ../../../assets/images/posts/windows/Eingabeaufforderung_logo.jpg
21+
keywords:
22+
- cmd
1923
---
2024

21-
**Update - Neues von Microsoft**
25+
**Update - Neues von Microsoft | CMD - Befehle PDF**
2226
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.
2327
Weiter unten im Beitrag könnt ihr die Dokumentation nun ebenfalls herunterladen.
2428

content/posts/windows/cmd-befehle-im-Ueberblick.en.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,25 @@ menu:
99
identifier: cmd
1010
parent: windows
1111
categories:
12-
- “Tutorials”
13-
- “Windows”
12+
- “Tutorials”
13+
- “Windows”
14+
- Network
1415
tags:
15-
- “cmd”
16-
- “powershell”
17-
- ‘tutorials’
18-
- “windows”
16+
- “cmd”
17+
- “powershell”
18+
- ‘tutorials’
19+
- “windows”
20+
keywords:
21+
- cmd
22+
preview: ../../../assets/images/posts/windows/Eingabeaufforderung_logo.jpg
1923
---
2024
**Update - News from Microsoft**
2125
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.
2226
You can now download the documentation further down in this post.
2327
## CMD commands - Not just for nerds!
2428
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.
2529
I have divided these commands into different subject areas further down in this article so that you can get a quick overview.
26-
30+
CMD-Befehle am Ende dieser Übersicht, als PDF herunterladen.
2731
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.
2832
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!
2933
## All CMD commands to take with you

0 commit comments

Comments
 (0)