git404hub

what is pitcrew fr?

rages4calm/pitcrew — explained in plain English

Analysis updated 2026-05-18

0PowerShellAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

A Windows 11 tool that debloats, tunes, and repairs gaming PCs, with every change reversible.

vibe map

mindmap
  root((PitCrew))
    What it does
      Debloats Windows 11
      Tunes for gaming
      Diagnoses and repairs
    Tech stack
      PowerShell
      Windows 11
    Use cases
      Clean new gaming PC
      Fix network for gaming
      Diagnose crashes
    Audience
      Gamers
      General Windows users
    Safety
      Dry run default
      Restore point backups
      One click undo

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Remove preinstalled bloatware and telemetry from a new Windows 11 gaming PC.

VIBE 2

Tune network and power settings for better gaming performance.

VIBE 3

Diagnose crashes, blue screens, and drive health with a plain-English report.

VIBE 4

Repair corrupted Windows files or a stuck Windows Update without using the command line.

what's the stack?

PowerShellWindows 11

how it stacks up fr

rages4calm/pitcrewamu2mod/gamesavesaverblackvenom5iix/winget-toctou-poc
Stars000
LanguagePowerShellPowerShellPowerShell
Setup difficultyeasyeasymoderate
Complexity2/51/53/5
Audiencegeneralgeneralresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires unblocking the downloaded ZIP and accepting an administrator prompt to run.

MIT license: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.

in plain english

PitCrew is a Windows 11 tool built for gamers who want to quickly clean up and tune a new gaming PC, and later fix problems that show up on it. It aims to replace the usual hour or two of manually removing preinstalled junk apps, turning off telemetry and background nagging, disabling services that cause stutter, tuning network settings, switching on a high performance power plan, and checking whether the RAM's fast memory profile is enabled. Beyond initial setup, PitCrew doubles as a diagnostic tool. It can read crash logs, translate blue screen errors into plain language, check drive health, and fix a stuck Windows Update, all through its own interface rather than the command line. There are two starting profiles, one aggressive for dedicated gamers and one lighter for everyday users, and every individual change can be checked or unchecked before running. Safety is a central theme of the project. It opens in a dry run mode by default that only simulates and logs what would change, so nothing happens until the user explicitly turns dry run off. Before making any real change, it creates a Windows System Restore point and backs up the relevant registry areas, and every change it makes can be reversed with a single undo action. Certain critical system components, like Windows Defender, the Store, and core drivers, are hard-coded as protected and cannot be disabled through the tool. The entire program is plain-text PowerShell with no compiled executable or bundled third-party software, so anyone can inspect exactly what it does. The README is upfront that some toggles do change real behavior, such as turning off the print spooler stopping printing until reversed, or the high performance power plan draining a laptop's battery faster. To get started, users download a release ZIP, unblock it in Windows, run an install or launch script, accept an administrator prompt, and then review the dry run results before deciding whether to apply changes for real. It runs on the PowerShell already built into Windows 11, so no separate installation is required. The project is open source under the MIT license.

prompts (copy fr)

prompt 1
Walk me through downloading and safely running PitCrew's dry run mode for the first time.
prompt 2
Explain what the Hardcore Gamer profile changes compared to the Standard User profile in PitCrew.
prompt 3
Help me understand which PitCrew toggles are safe to enable on a laptop versus a desktop.
prompt 4
Show me how to use PitCrew's Undo Last Live Run feature if I want to revert changes.

Frequently asked questions

what is pitcrew fr?

A Windows 11 tool that debloats, tunes, and repairs gaming PCs, with every change reversible.

What language is pitcrew written in?

Mainly PowerShell. The stack also includes PowerShell, Windows 11.

What license does pitcrew use?

MIT license: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.

How hard is pitcrew to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is pitcrew for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.