Skip to content

Commit

Permalink
Update post.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal authored Jan 21, 2024
1 parent 4ef9a9a commit 594a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/post.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Windows CMD Commands You Must know",
"url": "/article.html?view=article-4-2080",
"description": "Windows CMD Commands Cheat Sheet",
"content":"<h2>Files and Folders Management</h2><ul><li><b>COPY</b> - Copies files to another location</li><li><b>DIR</b> – Displays files and folders in the current directory</li><li><b>DEL or ERASE</b> - Deletes files</li><li><b>EDIT</b> - Starts file editor</li><li><b>CD</b> - Changes directory</li><li><b>EXPAND</b> - Decompresses compressed files</li><li><b>FC</b> - Compares files and shows the differences between them</li><li><b>FIND</b> - Finds a text string in the file</li><li><b>MD or MAKEDIR</b> - Creates a folder</li><li><b>MOVE</b> - Moves files from one folder to another</li><li><b>PRINT</b> - Prints out the text file contents</li><li><b>RD or RMDIR</b> - Deletes a folder</li><li><b>REN or RENAME</b> - Renames a file or folder</li><li><b>REPLACE</b> - Replaces files in one directory with files of the same name in another directory (overwrite)</li><li><b>ROBOCOPY</b> - Uses an advanced tool to copy files and directories</li><li><b>TREE</b> - Shows directory structure of a disk or folder</li><li><b>TYPE</b> - Displays the contents of text files</li><li><b>OPENFILES</b> – Manages opened local or network files</li><li><b>XCOPY</b> - Copies files and directory trees</li></ul><h2>Applications and Processes</h2><ul><li><b>SCHTASKS</b> - Executes a command or starts a scheduled application (Task Scheduler)</li><li><b>SHUTDOWN</b> - Shuts down or reboots your computer</li><li><b>TASKLIST</b> - Lists the tasks being performed</li><li><b>TASKKILL</b> - Stops or halts a task (to stop a task, you use a PID which you can find out from TASKLIST)</li><li><b>REG</b> – Starts registry editor</li><li><b>RUNAS</b> - Launches the task as another user</li></ul><h2>Disks Management</h2><ul><li><b>CHKDISK</b> - Checks disk and shows statistics</li><li><b>DEFRAG</b> – Starts disk defragmentation</li><li><b>CHKNTFS</b> - Displays or changes execution of disk check at boot</li><li><b>COMPACT</b> - Displays and changes the compression of files in NTFS partitions</li><li><b>CONVERT</b> - Converts FAT disk volume to NTFS</li><li><b>DISKPART</b> - Displays and adjusts disk partition properties</li><li><b>FORMAT</b> - Formats the disk</li><li><b>FSUTIL</b> - Displays and configures file system properties</li><li><b>LABEL</b> - Creates, changes, or deletes a disk volume label</li><li><b>RECOVER</b> - Recovers data from a bad or damaged disk</li><li><b>VOL</b> - Displays volume label and serial number for the disk</li></ul><h2>System Information</h2><ul><li><b>DATE</b> - Outputs or sets the current date</li><li><b>TIME</b> - Displays or sets the system time</li><li><b>DRIVERQUERY</b> - Displays the current state and properties of the device driver</li><li><b>HOSTNAME</b> - Displays name of the computer</li><li><b>SYSTEMINFO</b> - Shows configuration information about your computer</li><li><b>VER</b> - Allows you to view the Windows version</li><li><b>GPRESULT</b> – Displays current applied group policies (RSoP)</li><li><b>GPUPDATE</b> – Updates group policies</li></ul><h2>Network</h2><ul><li><b>IPCONFIG</b> - Shows information about network interfaces</li><li><b>PING</b> – Sends ICMP requests to the target host, checks host availability</li><li><b>TRACERT</b> - Finds the path for packets traveling over the network</li><li><b>NSLOOKUP</b> - Finds IP address by resource name</li><li><b>ROUTE</b> - Displays network route tables</li><li><b>ARP</b> - Shows a table with IP addresses converted into physical addresses</li><li><b>NETSH</b> – Starts a network settings control program</li><li><b>GETMAC</b> - Shows the MAC address of the network adapter</li><li><b>TFTP</b> – Starts TFTP client in console</li></ul><h2>Command Line Setup</h2><ul><li><b>CLS</b> - Clears screen</li><li><b>CMD</b> - Displays another command prompt</li><li><b>COLOR</b> - Sets the text and background color</li><li><b>PROMPT</b> - Changes the command line prompt</li><li><b>TITLE</b> - Assigns a title for the current session</li><li><b>HELP</b> – Launches CMD help</li><li><b>EXIT</b> - Exits the command line</li></ul>",
"content":"Files and Folders Management\nCOPY - Copies files to another location\nDIR – Displays files and folders in the current directory\nDEL or ERASE - Deletes files\nEDIT - Starts file editor\nCD - Changes directory\nEXPAND - Decompresses compressed files\nFC - Compares files and shows the differences between them\nFIND - Finds a text string in the file\nMD or MAKEDIR - Creates a folder\nMOVE - Moves files from one folder to another\nPRINT - Prints out the text file contents\nRD or RMDIR - Deletes a folder\nREN or RENAME - Renames a file or folder\nREPLACE - Replaces files in one directory with files of the same name in another directory (overwrite)\nROBOCOPY - Uses an advanced tool to copy files and directories\nTREE - Shows directory structure of a disk or folder\nTYPE - Displays the contents of text files\nOPENFILES – Manages opened local or network files\nXCOPY - Copies files and directory trees\nApplications and Processes\nSCHTASKS - Executes a command or starts a scheduled application (Task Scheduler)\nSHUTDOWN - Shuts down or reboots your computer\nTASKLIST - Lists the tasks being performed\nTASKKILL - Stops or halts a task (to stop a task, you use a PID which you can find out from TASKLIST)\nREG – Starts registry editor\nRUNAS - Launches the task as another user\nDisks Management\nCHKDISK - Checks disk and shows statistics\nDEFRAG – Starts disk defragmentation\nCHKNTFS - Displays or changes execution of disk check at boot\nCOMPACT - Displays and changes the compression of files in NTFS partitions\nCONVERT - Converts FAT disk volume to NTFS\nDISKPART - Displays and adjusts disk partition properties\nFORMAT - Formats the disk\nFSUTIL - Displays and configures file system properties\nLABEL - Creates, changes, or deletes a disk volume label\nRECOVER - Recovers data from a bad or damaged disk\nVOL - Displays volume label and serial number for the disk\nSystem Information\nDATE - Outputs or sets the current date\nTIME - Displays or sets the system time\nDRIVERQUERY - Displays the current state and properties of the device driver\nHOSTNAME - Displays name of the computer\nSYSTEMINFO - Shows configuration information about your computer\nVER – Allows you to view the Windows version\nGPRESULT – Displays current applied group policies (RSoP)\nGPUPDATE – Updates group policies\nNetwork\nIPCONFIG - Shows information about network interfaces\nPING – Sends ICMP requests to the target host, checks host availability\nTRACERT - Finds the path for packets traveling over the network\nNSLOOKUP - Finds IP address by resource name\nROUTE - Displays network route tables\nARP- Shows a table with IP addresses converted into physical addresses\nNETSH – Starts is a network settings control program\nGETMAC - Shows the MAC address of the network adapter\nTFTP – Starts TFTP client in console\nCommand Line Setup\nCLS - Clears screen\nCMD - Displays another command prompt\nCOLOR - Sets the text and background color\nPROMPT - Changes the command line prompt\nTITLE - Assigns a title for the current session\nHELP – Launches CMD help\nEXIT - Exits the command line",
"featured": "false",
"image_url": "https://www.digitalcitizen.life/wp-content/uploads/2021/07/windows_terminal-7.png",
"github_link": "#",
Expand Down

0 comments on commit 594a491

Please sign in to comment.