Straightforward. Reversible. Fast.
Win11God centralizes safe Windows tweaks (cleanup, privacy, UX trimming) with one UI. Every change logs to a panel and most actions have one‑click Revert.
- Open Powershell as Administrator
- Run this command:
irm "https://amathyzin.com.br/win11god" | iex - Have fun!
- 🪟 Native Win11 look — custom titlebar, Mica/Acrylic backdrop, dark theme.
- 🚀 One‑click optimizations — Temp cleanup, Recycle Bin empty, Windows Update cache purge, DNS flush, Store reset, Recent files cleanup.
- 🧩 Performance toggles — Disable Fast Startup, reduce Telemetry, trim UI animations, disable Game Bar/DVR, Widgets, tips, background apps, Copilot.
- 🧼 Debloat panel — Remove bloat UWP apps (Candy Crush, Xbox suite, Skype, Groove, Movies & TV, News, Weather, Maps, 3D Viewer, etc.).
- 🛟 Safety first — Optional Restore Point before applying and Revert actions (e.g., re‑enable Fast Startup, telemetry, services, taskbar/start menu defaults).
- 🌐 Built‑in i18n — UI in Português / English / Español with runtime switch & persisted preference.
- 📝 Live log + Save — Full on‑screen log and export to file.
- Windows 11 (designed for) — also works on Windows 10 with caution (fallbacks in place)
- PowerShell 5.1+ (preinstalled on Windows) or PowerShell 7+
- Administrator privileges for most system tweaks (the app can run without, but some actions will be skipped)
No external installers. Just clone and run the script. If you prefer a dry run, use
-NoElevationand Simulate buttons.
# 1) Clone this repository
# 2) Start PowerShell as Administrator (recommended)
# 3) Run the main script
Set-ExecutionPolicy Bypass -Scope Process -Force
./Win11God.ps1
# Optional: run without auto‑elevation (useful for testing)
./Win11God.ps1 -NoElevationNote: Execution policy is temporarily relaxed only for the current session in the snippet above.
- Delete temporary files (User + System Temp)
- Empty Recycle Bin
- Clear Windows Update cache
- Flush DNS cache
- Reset Microsoft Store cache
- Clear Recent Files & Jump Lists
- Disable Fast Startup (and Reactivate in Revert)
- Reduce Telemetry to minimum allowed (and Revert)
- Disable Game Bar/DVR
- Reduce UI animations
- Enable Storage Sense defaults
- Disable suggestions & tips
- Disable Widgets
- Disable background apps
- Disable Copilot (Win11 23H2+)
- Remove UWP bundles: Candy Crush, Xbox suite, Skype, Groove, Movies & TV, News, Weather, Maps, 3D Viewer, etc.
- Heavy services (advanced): Windows Search indexing, Fax, Tablet Input, SysMain (Superfetch), Cortana related
- Reactivate Fast Startup
- Revert Telemetry settings
- Restore disabled services and default UI behaviors (taskbar, start menu, context menu)
The UI ships with Português (pt), English (en), and Español (es). On first run you can pick a language; your choice is saved to %APPDATA%/Win11God/language.json.
- No installers; pure script. Readable PowerShell code with explicit registry/service changes.
- Admin check with clear warnings when actions might fail without elevation.
- Logging to an on‑screen console with timestamps; optional Save Log.
- Restore Point option to allow system rollback via Windows System Restore.
Tip: Review the code before running. You’re in control.
- Stack: PowerShell + WPF (XAML), custom Win32 interop (Mica/Acrylic), runspaces for responsive background tasks.
- Structure: UI (XAML) + logic functions (cleanup, debloat, revert, i18n, logging) in a single script for easy auditing.
# Start without auto‑elevating (keeps same console)
./Win11God.ps1 -NoElevationPRs are welcome. Keep changes auditable and reversible. If you add a new tweak:
- Include log messages, i18n strings, and Revert when applicable.
- Prefer policies/registry over external binaries.
- Document the rationale in the PR description.
This project is open source. See LICENSE for details.
Built by aMathyzin. Portfolio: https://amathyzin.xyz
You use these tweaks at your own risk. Although this tool favors safe defaults and provides reversion paths, environments vary. Create a restore point or backup before major changes.