Showing 20 open source projects for "windows command code"

View related business solutions
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Windows Defender Remover

    Windows Defender Remover

    A tool which is uses to remove Windows Defender

    This is a command‑line tool and executable that fully disables or removes Microsoft Defender and associated Windows security components. It disables the Windows Security App, SmartScreen, Virtualization-Based Security (VBS), UAC, and other built‑in protections on Windows 8.x through Windows 11, effectively removing the antivirus and security UI from the system.
    Downloads: 170 This Week
    Last Update:
    See Project
  • 2
    Remove Windows Ai

    Remove Windows Ai

    Strip Windows 11 of built-in AI features for control and privacy

    ...It offers both a graphical interface with toggles and a more advanced command-line mode, giving flexibility to novices and power users alike. RemoveWindowsAI also includes options to create backups and revert changes if users want to restore functionality later.
    Downloads: 74 This Week
    Last Update:
    See Project
  • 3
    WinUtil

    WinUtil

    Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes

    ...WinUtil is modular and maintained as multiple scripts compiled into a single executable PowerShell script for ease of use and development. It offers a robust developer workflow with clear contribution guidelines and an active Discord community for support. The project prioritizes clean, efficient code and careful review of contributions to maintain stability. WinUtil is widely popular with thousands of stars and contributors, reflecting its reliability and usefulness in Windows system management.
    Downloads: 655 This Week
    Last Update:
    See Project
  • 4
    Scoop Installer

    Scoop Installer

    A command-line installer for Windows

    Scoop is a command-line installer for Windows. If you have built software that you would like others to use, Scoop is an alternative to building an installer (like MSI or InnoSetup). You just need to compress your app to a .zip file and provide a JSON manifest that describes how to install it. Scoop downloads and manages packages in a portable way, keeping them neatly isolated in ~\scoop.
    Downloads: 24 This Week
    Last Update:
    See Project
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    Scoop (un)installer

    Scoop (un)installer

    Next-generation Scoop (un)installer

    ...When advanced needs come up, the project documents how to download and run the installer script locally with explicit flags, which is helpful for locked-down machines or when you need deterministic behavior. It also includes guidance for CI environments, where Scoop is often used to bootstrap toolchains, and it emphasizes returning a proper exit code so pipelines can fail fast and clearly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Microsoft365DSC

    Microsoft365DSC

    Manages, configures, and monitors Microsoft 365 tenant configurations

    Automate your Change Management processes for your Microsoft 365 environments by maintaining a single declarative configuration file to manage all of your workloads. Microsoft365DSC allows you to take snapshots of the current configuration of any existing Microsoft 365 tenant. Microsoft365DSC is a configuration management tool for managing Microsoft 365 settings as code, enabling version control and automation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ESU Assist for Windows 10

    ESU Assist for Windows 10

    Tool for checking Windows 10 ESU eligibility and managing enrolment

    ESU Assist for Windows 10 (Latest v1.2.1 — 30/09/2025) ESU Assist is a freeware utility that helps administrators detect ESU eligibility, automate forced enrolment into Microsoft's Extended Security Updates for Windows 10, and safely restore original settings when needed, using enhanced rollback features. 🗂️ Download ESU Assist 1.2.1 ZIP: https://www.liberategrace.com/apps/esu-assist/ESU_Assist_1.2.1.zip 🧩 Source Code: https://sourceforge.net/projects/esu-assist-for-windows-10/files/ 🔧 Technical Highlights • Package digitally signed with PGP (NEW!) ...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Win Debloat Tools

    Win Debloat Tools

    Re-imagining Windows like a minimal OS install

    Win Debloat Tools is an open-source PowerShell-based toolkit designed to strip away unnecessary components, preinstalled apps, and services from modern Windows installations to create a leaner, more responsive operating system. It aims to re-imagine Windows as if it were installed in a minimal state, removing bloatware and optional features with minimal impact on core functionality, though it warns users to proceed with caution since changes can be extensive. The project supports both...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    editorconfig‑vim

    editorconfig‑vim

    EditorConfig plugin for Vim

    The EditorConfig plugin for Vim allows Vim to respect and apply coding style preferences defined in .editorconfig files. It handles properties like indentation, line endings, and character sets, helping maintain consistent code styles across different editors and IDEs. You can disable this plugin for a specific buffer by setting b: EditorConfig_disable. Therefore, you can disable the plugin for all buffers of a specific filetype. In very rare cases, you might need to override some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Enterprise-Scale

    Enterprise-Scale

    The Azure Landing Zones (Enterprise-Scale) architecture

    Enterprise-Scale is a reference architecture and set of landing-zone blueprints for building large, governed Azure estates. It codifies recommended patterns—network topology, identity integration, subscription and resource organization, policy assignment, and guardrails—so enterprises can provision repeatable, secure, and compliant environments for workloads. The project supplies deployable artifacts (Bicep/ARM/Terraform modules, examples, and documentation) to accelerate consistent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Java Multiprocessing

    Java Multiprocessing

    Java explicit multiprocessing, SSI and cluster management tool

    ▪ JMP library allows to do multiprocessing in Java with a simple API that resembles Java multithreading. JMP allows running a piece of Java code on a separate process either locally or on remote machine. ▪ If the code in question is not present on the target machine, it can be dynamically uploaded. ▪ JMP allows setting affinity for a new process explicitly instead of relying on the OS. ▪ JMP also contains a simple cluster management / load balancing tool called JMP node. ▪ JMP = SSI +...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    ...- �📝 **Action Logging** - All operations are logged to `log.txt` - 🖥️ **GUI Mode** - User-friendly graphical interface with tabs - ⌨️ **CLI Mode** - Traditional command-line interface - 🚀 **Quick Launch** - Start with `main.bat` for easy access
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MSP Programs & Scripts

    MSP Programs & Scripts

    Programs and PowerShell Scripts for MSP/RMM Admins

    Just a place to collect & share the scripts I've developed as an MSP for my various software systems, like PSA & RMM... and more from other like-minded MSPs who wanted to help others! No guarantee that everything is in PowerShell, C#, or even the latest version, so be sure to read the code comments and other documentation, as well as ask the community. You may even find discussions. -pat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    WingetPosh

    A helper for winget package manager

    A set of helper functions for Winget. Documentation on Github : https://github.com/Yves848/WingetPosh Install with : Install-Module -Name wingetposh -Scope CurrentUser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bloatbox

    Bloatbox

    Remove Bloatwares from Windows 10

    BloatBox is a lightweight toolkit that helps users identify and remove unnecessary or undesired components from Windows installations. It typically exposes a curated list of preinstalled apps and services often considered “bloat” and offers scripted ways to uninstall or disable them, streamlining a system for performance, privacy, or reduced clutter. The project aims to be user-friendly: rather than running raw command lines, it organizes actions into named tasks and explains consequences so users can choose conservative or aggressive cleanup profiles. ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 16
    Windows Update Disabler - SCRIPT

    Windows Update Disabler - SCRIPT

    Enable/Disable Windows Update - 100% WORKING

    Have you tried all tutorials how to disable windows update and eventually woke up in the morning finding out your overnight project is gone because windows restarted - again???! No binary files, no hustle, no bullshit. Just batch files. Just unzip anywhere and run setup.bat to install. It will install three tasks into windows scheduler and two shortcuts to start menu (enable_windows_update/disable_windows_update). First task run the script with elevated rights at the boot time. The two...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 17
    Win10 Initial Setup Script

    Win10 Initial Setup Script

    PowerShell script for automation of routine tasks

    The Win10 Initial Setup Script is a community-driven automation script to apply system tweaks, optimizations, and privacy settings to fresh Windows 10 installations. It bundles configurable modifications—disabling telemetry, configuring power plans, uninstalling bundled apps, setting registry tweaks, and adjusting updates—to align the system with power users’ preferences. Because many base Windows configurations ship with defaults suboptimal for performance or privacy, the script gives a...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    DirEvents

    DirEvents

    Monitor changes in a directory from within the Windows command line

    This utility observes change events of files or subdirectories in a folder and writes the event along with the file name to the console window. NOTE: Batch and PowerShell scripts are provided in order to show how to process the output of the tool. Find the examples in the Files tab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Disk Command

    Disk Command

    A GUI for managing disks and partitions in WinPE

    Disk Command is GUI to use in Windows PE for managing Disk and partition configurations. Disk Command is currently in BETA and may not fully function. At this point, I have completed the Manage partitions section but may move button layout. When running the exe from a command line you need to change directory to the directory that contains the exe
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    WSUS CWE

    Get know which WSUS client are not in sync

    PowerShell scripts for notification of WSUS client status. Default summary report from WSUS server does not notify about inactual WSUS clients. WSUS CWE collects information about errors and if client is in sync from last month.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB