From 4ef9a9a9783fbe17df4fa8c5d68159c9d6affa96 Mon Sep 17 00:00:00 2001
From: "Dev. Gautam Kumar" <111997815+devsdenepal@users.noreply.github.com>
Date: Sun, 21 Jan 2024 23:06:08 +0545
Subject: [PATCH] Update post.json
---
data/json/post.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/data/json/post.json b/data/json/post.json
index 6054660..e7479c1 100644
--- a/data/json/post.json
+++ b/data/json/post.json
@@ -1,6 +1,16 @@
{
"result": [
+ {
+ "title": "Windows CMD Commands You Must know",
+ "url": "/article.html?view=article-4-2080",
+ "description": "Windows CMD Commands Cheat Sheet",
+ "content":"
Files and Folders Management
- COPY - Copies files to another location
- DIR – Displays files and folders in the current directory
- DEL or ERASE - Deletes files
- EDIT - Starts file editor
- CD - Changes directory
- EXPAND - Decompresses compressed files
- FC - Compares files and shows the differences between them
- FIND - Finds a text string in the file
- MD or MAKEDIR - Creates a folder
- MOVE - Moves files from one folder to another
- PRINT - Prints out the text file contents
- RD or RMDIR - Deletes a folder
- REN or RENAME - Renames a file or folder
- REPLACE - Replaces files in one directory with files of the same name in another directory (overwrite)
- ROBOCOPY - Uses an advanced tool to copy files and directories
- TREE - Shows directory structure of a disk or folder
- TYPE - Displays the contents of text files
- OPENFILES – Manages opened local or network files
- XCOPY - Copies files and directory trees
Applications and Processes
- SCHTASKS - Executes a command or starts a scheduled application (Task Scheduler)
- SHUTDOWN - Shuts down or reboots your computer
- TASKLIST - Lists the tasks being performed
- TASKKILL - Stops or halts a task (to stop a task, you use a PID which you can find out from TASKLIST)
- REG – Starts registry editor
- RUNAS - Launches the task as another user
Disks Management
- CHKDISK - Checks disk and shows statistics
- DEFRAG – Starts disk defragmentation
- CHKNTFS - Displays or changes execution of disk check at boot
- COMPACT - Displays and changes the compression of files in NTFS partitions
- CONVERT - Converts FAT disk volume to NTFS
- DISKPART - Displays and adjusts disk partition properties
- FORMAT - Formats the disk
- FSUTIL - Displays and configures file system properties
- LABEL - Creates, changes, or deletes a disk volume label
- RECOVER - Recovers data from a bad or damaged disk
- VOL - Displays volume label and serial number for the disk
System Information
- DATE - Outputs or sets the current date
- TIME - Displays or sets the system time
- DRIVERQUERY - Displays the current state and properties of the device driver
- HOSTNAME - Displays name of the computer
- SYSTEMINFO - Shows configuration information about your computer
- VER - Allows you to view the Windows version
- GPRESULT – Displays current applied group policies (RSoP)
- GPUPDATE – Updates group policies
Network
- IPCONFIG - Shows information about network interfaces
- PING – Sends ICMP requests to the target host, checks host availability
- TRACERT - Finds the path for packets traveling over the network
- NSLOOKUP - Finds IP address by resource name
- ROUTE - Displays network route tables
- ARP - Shows a table with IP addresses converted into physical addresses
- NETSH – Starts a network settings control program
- GETMAC - Shows the MAC address of the network adapter
- TFTP – Starts TFTP client in console
Command Line Setup
- CLS - Clears screen
- CMD - Displays another command prompt
- COLOR - Sets the text and background color
- PROMPT - Changes the command line prompt
- TITLE - Assigns a title for the current session
- HELP – Launches CMD help
- EXIT - Exits the command line
",
+ "featured": "false",
+ "image_url": "https://www.digitalcitizen.life/wp-content/uploads/2021/07/windows_terminal-7.png",
+ "github_link": "#",
+ "tag": "Article"
+ },
{
"title": "xupa-rustam",
"url": "/article.html?view=xupa-rustam-2080",